Hi,
Is there a way to define regular trading hours for this line of code:
myVar = ema( 25, inv(1) );
The resulting moving average is displayed on on a 55T chart which is a 24 hour (time template) chart.
However I would like it to only display the moving average that corresponds to the regular trading hours (9:30 - 16:15 EST) for the 1 minute chart instead of the 24 hour for the 1 minute chart.
Is this possible? If so, how?
Thanks in advance.
Wayne
Is there a way to define regular trading hours for this line of code:
myVar = ema( 25, inv(1) );
The resulting moving average is displayed on on a 55T chart which is a 24 hour (time template) chart.
However I would like it to only display the moving average that corresponds to the regular trading hours (9:30 - 16:15 EST) for the 1 minute chart instead of the 24 hour for the 1 minute chart.
Is this possible? If so, how?
Thanks in advance.
Wayne
Comment