how IF custom indicator make a alert/alarm open buy sell automatic
-
how IF custom indicator make a alert open buy sell automatic
hi i have indicator braintrend1sig
0_1571429206917_BRAINTREND1SIGX.mq4
i want to make automatic open buy / sell if indicator make a alarm/alert messagehttps://fxdreema.com/shared/ZAwo17KA
Usually the indicator will make a sound when the dot appears, and now I want to change it to EA
-
Does the sound alert coincide with the dot appearing on the chart? If so, its easy. Just connect the buy block under the 'indicator appear' block for the appropriate buffer in each case (buy ans sell). However, be aware that if the indicator repaints the dots you will get weird results.
-
can you help me with this link,,coz i dont understand
https://fxdreema.com/shared/ZAwo17KA

-
@loundhez

like this,,if dot + alert already appear..if BLUE dot..auto buy...if RED dot..auto sell
plz help me -
You need to specify candle ID 1 in the 'indcator appears' block.
-
did not works sir,,,
https://fxdreema.com/shared/kUjjbckbb
the dots appear but not match with position(dot)

-
-
@ambrogio
Yes, right. but when DOT appears it does not immediately open a sell position
-
@loundhez yes, because 99% of indicator works on the nearest closed candle value (candle ID1), you can try to set candle ID 0 but you securely see wrong things
-
@ambrogio yes correct.. have any idea

