Codes

Relative ATR for MetaTrader 4

Shows what % the current ATR is relative to it's historical value

Forum

Chart Operations work on startup only

Hi, I've ‌got simple code to take screen shots of all my open charts: int OnInit () { takeScreenShot(); return ( INIT_SUCCEEDED ); } void takeScreenShot() { string filename = "" ; long thisChartID = ChartID (); long currChart= ChartFirst (); int i= 0 ,limit= 100 ; while (i<limit)