EA that trade without uploading custom indicator
-
Hi please how can I create an EA that can trade whenever a custom indicator paint on chart without uploading the custom indicator.
I just want the EA to trade if the indicator that I have added to the chart appears
Is it possible
-
Yes for buy/sell object signals created by your custom indicator.
-
@sktsec How please
Which block can I use -
@Sunday-Benjamin That is only possible if the indicator creates objects that can be identified by the platform on the 'objects' window. If they are not, it s not possible. Is that case?
-
@l-andorrà the indicator draw lines at highs and lows of candles, I want the EA to trade without uploading the indicator if the indicator draw lines
-
Then how is the EA supposed to know where those lines are if the indicator is not used?
-
@l-andorrà
He probably means to get the line object values as inputActually not all lines are objects
The best way, indeed, is to use some customer indicators that really works with EA
-
@sktsec It is an exe. indicator and I want to attach it to the chart manually and then let EA to trade using it
-
Unless the bot can access the info provided by that indicator, it will not work. The only two options are via the indicator's buffers or indicator's objects, s sktsec said. If none of them are available to the bot, there will be no communication between them.
-
Thank you all.
I've gotten an idea on how to figure it out