Indicators: ATR Value Indicator - page 2

 

New version(v1.10) released.


Changelog:

  • Added timeframe visulization for multi sample support
  • Added custom timeframe for ATR
  • Added movement capability by offset
  • Code optimization
 

Hello Hossein. Could you fix the problem when saving the indicator to a template so it does not overlap previous data?

 
Yarzu25:

Hello Hossein. Could you fix the problem when saving the indicator to a template so it does not overlap previous data?

Hi there,

Can you please send me more info about the issue ? How is it overlapping previous data ?


Regards,

Hossein

 
Hossein Nouri:

Hi there,

Can you please send me more info about the issue ? How is it overlapping previous data ?


Regards,

Hossein

he meant, Save EURUSD ATR on template. then go to chart GBPUSD use that template. it reprinting EURUSD and new GBPUSD value. so its reprinting EURUSD and GBPUSD

 
Add ObjectsDeleteAll(ChartID(), "ATRInd_"); in OnInit() before SetVisibility(); to prevent multiple labels appearing when saving a template that uses this indicator.
Reason: