Quote:
Originally Posted by shanyang
i have downloaded an indicator,which shows green/red arrow when the buy/sell signal come.
now i want to program my own EA based on this indicator.
but i have only the ex4 file of this indicator(no source code)
I want my EA read the indicator arrow on the mainchart and send the buy/sell order(green arrow==>buy, red arrow==>sell)
is there any approach to get indicator arrow information on the main chart?
thanks
|
The EA has to call the indicator signals up/down with the iCustom(); function. You don't need the source code to do this.
FerruFx