Forum

Second newbie request

#property copyright "mankin" #property link "" #property indicator_separate_window #property indicator_minimum 0 #property indicator_maximum 1 #property indicator_color1 Blue #property indicator_buffers 1 extern int Number= 30 ; double Line_Buffer[], Mean_Buffer[], RMS_Buffer[];

Unbalanced left paranthesis

#property copyright "mankin" #property link "" #property indicator_separate_window #property indicator_minimum 0 #property indicator_maximum 1 #property indicator_color1 Blue #property indicator_buffers 1 extern int Number= 30 ; double Line_Buffer[], Mean_Buffer[], RMS_Buffer[];

Help custom indicator causes mt4 to crash

#property copyright "mankin" #property link "" #property indicator_separate_window #property indicator_minimum 0 #property indicator_maximum 1 #property indicator_buffers 1 #property indicator_color1 Blue extern int Number_Of_Bars = 40 ; double Prob_calc[]; double MA[]; double RMS[];

Help Newbie question

int start() { int i, n, Counted_Bars; double Sum, NatLog, Sum_Sq, Avg, Avg_Sq, Rms, R_0, R_1, E_0, E_1; //------------------------------------------------------------------ Counted_Bars= IndicatorCounted(); i= Bars -Counted_Bars- 1 ; if (i>History- 1 )