Is there a way to force eSignal to obey time constraints specified in Time Templates for daily open/close?
For whatever reason, daily charts go automatically in dynamic mode and, I assume, same thing happen with daily data when "D" is an external interval in an otherwise intraday chart.
This introduces significant errors, because "stray" trades in after market will alter only the daily indicators.
For example: sma(3,inv("D")), sma(3x7,inv(60) and sma(3x13,inv(30)) should produce close enough results.
Whereas inv(30) and inv(60) results are almost identical [as expected], inv("D") is consistently way off.
Tracing the problem, I concluded that the only reason can be that the open/close for daily bars are way diferent from 30/60 bars at the close of the day.
How can this problem be fixed?
Thank you.
For whatever reason, daily charts go automatically in dynamic mode and, I assume, same thing happen with daily data when "D" is an external interval in an otherwise intraday chart.
This introduces significant errors, because "stray" trades in after market will alter only the daily indicators.
For example: sma(3,inv("D")), sma(3x7,inv(60) and sma(3x13,inv(30)) should produce close enough results.
Whereas inv(30) and inv(60) results are almost identical [as expected], inv("D") is consistently way off.
Tracing the problem, I concluded that the only reason can be that the open/close for daily bars are way diferent from 30/60 bars at the close of the day.
How can this problem be fixed?
Thank you.
Comment