What I'd like to do:
*) Assume I have an SMA (e.g 50 periods)
*) will plot/calculate on an intraday chart
Now, If I load the efs with the SMA into a lets say 3min chart the advanced chart retrieves alot of past data. The last 50 values of yesterday are used for calculating the first value of the current day (1st bar). This is what I want to prevent - I want my indicators to start from scratch every new day i.e. the MA would not plot calculate until 50 bars in the current session have arrived.
This should happen for all my indicators (different period-lenghts). What is the best way to achieve this ?
Thanx,
EZ-T
*) Assume I have an SMA (e.g 50 periods)
*) will plot/calculate on an intraday chart
Now, If I load the efs with the SMA into a lets say 3min chart the advanced chart retrieves alot of past data. The last 50 values of yesterday are used for calculating the first value of the current day (1st bar). This is what I want to prevent - I want my indicators to start from scratch every new day i.e. the MA would not plot calculate until 50 bars in the current session have arrived.
This should happen for all my indicators (different period-lenghts). What is the best way to achieve this ?
Thanx,
EZ-T
Comment