SIGNAL EVERY 10 PIP MOVE ONLY IN CERTAIN CONDITIONS
-
Let's say your EA signals a buy setup opportunity but you have to enter trade manually in the best time . How can you put the blocks in a way to notify you of every 10 pip move after first signal. The notification should work whether you entered the trade on the first buy signal or if there's still no trade after the first signal
-For the first signal ,a MA crossover would blink the chart until a
trade is put.
-If no trade chart would blink continuously until the opportunity
fades by crossing your exit strategy.
-Now which blocks tell one if the price has moved 10 pips in
profit since the chart started blinking ?
-Or since the last open trade.
-Lastly , the block ought to be connected to a draw button block. -
@od Not sure I fully catch it. Will your EA be opening trades? or will you manually? or both?
-
@l-andorrà I will be opening trades manually and the exit would be automated but still I can close trades if the exit will clearly be in a loss .
https://fxdreema.com/shared/7tBXSXJO
I hope you can fully catch it here , once again your feedback and assistance is always appreciated. -
@od If you are planning to open trades manually then you need blocks 1 and 10 to be specified as Group 'All'. On the other hand, block 6 is unnecessary. Just remove it. Finally, blocks 7 and 8 will only work properly on the 'on chart' tab.
-
@l-andorrà What about tracking the movement of pips after the first signal
-
@l-andorrà Something like check distance pips moved after a certain condition block and if it is 10 pips connect it to another block that sends a blink signal
-
@od Sorry, but are you talking about the same project you asked help for here?:
Please don't duplicate threads. Let's focus just in one. Did you make the changes I suggested?
-
@l-andorrà Ok...the main question was in the main topic the shared project was just a sketch...am sorry I didn't quite get the answer then but I've managed now .