Forum

Delete the iCustom indicator after got it.

Hello, I want to remove the custom indicator after I saved it. Because there is too many ZigZag indicators when test complete. I searched in forum but I didn't find an exact solution. Thank you Here is my code for getting ZigZag values for ( int i=last_index;i<low_bar_index();i++) { double

invalid pointer access

Hello, Can you help me please? We define the array as UpTrend* UpTrends[]; And the code of function call UpTrend* trend= new UpTrend( Time [lowest_index_on_range], Time [ 1 ]); if (trend.isSuitable() && !trend.hasSameLow(UpTrends)) { int