Rename object name and open trade when arrow only appear at same bar
-
normal indicator that create arrows UP DN. indicator is creating different name for each arrow like this:
arrow-123245342-arrow >> for both arrow up and down.i tried to use ( for each object )then modify variable string to have and apply that variable at condition
what i require is to let EA open trade at appearance of arrow (read object name throw modify variable ) and have one condition after
this is what i did >>
the problem is ... EA keeps openning buy and sell trade continually

-
@saeed-2 Hello,
Ok first of all try adding a (once per object) block under (for each object) block
If that didn't work, look at the screen shot and try 1 of there 2 things,
- choose the arrow type, UP, DN or any other arrow that the indicator uses from the list (the codes are in the other screenshot)
- If all the arrows containing the same part name, then place it in the Name contains... field.


-
thanks for bypass and assistance
i will comply to these instructions and apply them
will feed you back
thanks again
-
@q8carpenter thank you so much .. its working properly
-
@saeed-2 That's great!
