Persia7 / Publications
Forum
Strange problem, OnDeinit not run in indicator
Hi I have a strange problem, that is OnDeinit not run when i delete my indicator from chart. The following code is a example of my indicator : #property strict #property indicator_chart_window int OnInit () { return ( INIT_SUCCEEDED ); } void OnDeinit ( const int reason){ Comment (