The system gives me 5 errors but I don't know why. Someoneheplsme pleeaaseee?!?! extern int period = 200; extern int applied_price = 0; extern int barshift = 1; extern double TakeProfit=120; extern double StopLoss=150; extern double Lots=1; double currentprice= Open[0] double MA...
Type mismatch303 Extern variable is already initialized304 No exported function or entry point found305 Explicit constructor call is not allowed306 Method was declared as constant307 Method was not declared as constant308 Incorrect size of the resource file 309...
//www.forex-tsd.com" //--- input parameters extern double TakeProfit=250.0; extern double Lots=0.1; extern double TrailingStop=35.0; //+---+ //| expert initialization function | //+---+ int init() { //--- //--- return(0); } //+---...