
Originally Posted by
GarethC
FX
If you go to the Trader System thread, Funyoo has made an excellent Five Minutes Trader EA. In there you will see the code:
double TW1=iCustom(Symbol(),0,"TraderWawasan TE v2.0",MA_Period,MA_Method,1,1,1,2,Shift5);
double TW2=iCustom(Symbol(),0,"TraderWawasan TE v2.0",MA_Period,MA_Method,1,1,1,3,Shift5);
as well as the signal code.
To get the dots, look at the 0 and 1 parameters. Note that it repaints in the active bar and is only fixed when the bar is closed. A way to find the parameters is to go to the Data Window and you will see the values there.
cheers
GAC