How to show date in exploration

Messages
2
Likes
0
Hi,

I am currently building my first filters within the explorer of MetaStock and absolutely love this tool. Let's say I am looking for a bullish crossover of the price over its 10-day SMA within the last 20 training days. I wonder if it's possible to display the day when this acutually happens in a MM/DD/YYYY format in one of the columns ?

Thanks! :)
 
There are date functions in Metastock that might help you:

DayOfMonth()
Month()
Year()
 
Top