making EA take trades when Indicator sends alerts
-
PLease help me guys my indicator gives me Alerts as signals and there is nothing else on the chart no object can i use those alerts as a way to take rtades ,
can i make the EA take trades based on those alerts ? -
-
@sktsec its all perfectly work thankyou so much,its amazing
-
@sktsec @priyaavatar Can you explain more about it ?
-
how can i code an ea to trade based on indicator alert message as indicator dont have buffers
-
Look for object name, price level, color, indicator data...
-
@Intechs As biztet said, you need to check if the objects created by the indicator are identified by fxDreema. Then you can search for them and use them as alerts.