IG Client Sentiment
-
What kind of hoops will i have to jump through to implement the Ig client sentiment?
-
Could you please explain a bit more?
-
Where are you getting your IG Client Sentiment data from? The expert adviser or the website?
You will have to create an a trigger, then your ea can pick up this trigger. I haven't played with IG Client Sentiment but I don't think it creates objects or leaves any data on the chart.
If it does, you will need two charts open per pair. One EA can create a pending order, be it buy or sell based on your parameters.
The second chart will use this pending order trade to execute what ever trade you want. Open in a grid, pending order, etc.
Update: Actually, if the IG client has readable data, you can skip the extra chart and use that as your trigger for your orders. I was over complicating it.