TRAILING STOP
-
Hi friends! Though my trailing stop is connected to NO TRADE output and at the topmost level of my project and directly under the ON TICK event as contained in FXdreema example page, it refused to work. I will also appreciate answer to the following: What's pip offset and what is it for in the block? Where is "option" setting located so i will set it the way my trailing stop level will show during visualization? Thanks
-
@jpsam
Did you connect it on the Yellow Dot of NO TRADE?
It will work on that manner of linking. -
@jpsam Can you please share the link to your project?
-
@l-andorrà Yes, I did. Below is the link to my project. I will be grateful for an answer. Thanks
https://fxdreema.com/shared/RWoaITlRc -
@jpsam hello,
How about you make things a bit simpler.
Disconnect the trailing stop block from the no trade block and instead place a (pass) block before the trailing stop block and both these 2 disconnected from the rest. This way the trailing stop block will always work regardless.
-
@q8carpenter Thanks for sharing your knowledge, however, I have figured out how to make it work, and it's working now. I will try your suggestion in another block for more experience.