Can you put an example of how to to do this? @jstap @l-andorrĂ Im currently trying to calculate the distance between two moving averages in pips or points
Latest posts made by thugwig
-
RE: Calculate distance between two moving averagesposted in Questions & Answers
-
RE: One alert via notificationposted in Questions & Answers
@MR-ODD yea i added the pass condition and it seemed to work
-
RE: One alert via notificationposted in Questions & Answers
@jstap ive tried this but no luck https://fxdreema.com/shared/Qi3sfkjIc can you show me how to get this working? thanks
-
RE: One trade per conditionposted in Questions & Answers
@massoudsl thank you, your a legend, this appears to have work. will do some more testing on it
-
RE: One alert via notificationposted in Questions & Answers
@jstap thanks for this, can you give me an example of how this would work? using the pass once block and how to reset it?
-
One alert via notificationposted in Questions & Answers
Hi, How do i get one alert to appear when a condition is met. Currently when the condition is met, the alerts keep repeatedly appearing until after the condition is no longer true.
How do i get this to just notify once or a certain amount of times?
Here's a link to my EA
https://fxdreema.com/shared/CX7Ur4dcd
Thanks
-
RE: One trade per conditionposted in Questions & Answers
@massoudsl thank you, would you be able to show me an example of how to reset using variable blocks? and is no trade and no position the same thing?
-
One trade per conditionposted in Questions & Answers
Hi, i would like for the EA to open one trade only once when the condition is met.
This is the code i have so far
https://fxdreema.com/shared/a414Eb3JdWhen MA 1 crosses above MA 2 a buy trade is open and TP or SL is hit.
The buy trade scalps really quick and closes. In turn the condition may still be true, causing the EA to re open a new trade.
How do i get it to open one trade per cycle and onced close (from TP or SL), only open a new trade when a new crossing of MA 1 and MA 2 happens? (whether its 5 mins or 1 hour after)