Trailing stop and trailing to even not working.
-
I don't know if I'm doing something wrong or not, but I cant find how to put it to work. I read various articles and I believe I'm doing it right by the articles I read. Can someone help me? https://fxdreema.com/shared/0O8m3RG3c
-
-
I see what you say. I try the one you send but it opens 1 trade each bar once condition is met
-
@kelrobot I am not sure how, maybe separate no trade so it is separately looking at buys and sells. the logic of this block is only pass if no trade is present.
-
@jstap Than. I don't know why either. I separate the no trade bloke, 1 for each and it keeps doing the same, don't know why. Thanks for your help.
-
@kelrobot The problem is that both blocks are competing against each other. I guess what you want is: 1. Move to BE first and then, 2. Activate TS. Right? If so you need to limit the activation moment of the TS block AFTER the BE one was activated. However, your current TS conditions will probably overlap those of BE. Can you please confirm?
-
@l-andorrà well, yes, I kind solve that problem with the tip jstap gave me, I had 2 blue blocks. Now the trailing stop to break even works, the multiple levels work (only twice) y added a 3 block of trailing after the 2nd block of trailing but it never starts. That block is trailing with an ema. But it never star. If someone's knows it would be a great help. And by the way, do yo no if I can put my stop loss at when the trade is open certain pips below a moving average? I'm using a low moving average for stop loss in buy orders. But i would like to put the stop loss 50 or (x) pips below that moving average. Thanks.
-
@kelrobot You need to specify when each block starts/stops, this can be done with a pink for each trade block, under a block like pips away or just a condition with the loop option, this way you are using logic for your situation to activate/ deactivate blocks.
-
@kelrobot I replied in the other thread. Please dont' duplicate threads.