Moving Average stop loss
-
Hello, good Evening! May I ask you a help, please? There is an error in my Ea but i am not able to find a solution and please, what what should i add to hide the stop levels? Many thanks, have a nice evening. Fab
https://fxdreema.com/shared/W1yi6yAKb -
@baccicin The only option to hide your SL is to go into project options in the top right, and turn on virtual stops, this should turn off stopes on platform but it only works on your computer.
-
@jstap Ciao, thanks a lot, and please, as regards the error? Metaeditor shows the error on line 365. Thanks for your help! have a nice day
360 {
361 FXD_ONTIMER_TAKEN = true;
362 EventSetMillisecondTimer(1);
363 }
364 if (ENABLE_EVENT_TIMER) {
365 OnTimerSet(ON_TIMER_PERIOD);
366 } -
@baccicin I am unsure, put the FX shared project link here, I'll have a look.
-
this link?
-
@baccicin Yes sorry didn't notice it.
-
@jstap It has done it for me as well, I am unsure why has never happened to me before, as there is only 6 blocks try recreating and setting the magic number to 0 as this is manually placed, maybe set each block to all manually placed and automatic.
-
@baccicin I just copied your blocks and constant into a new empty project. It works