|
fxloop,
What do you want to program? You can get the basic MACD codes either in the help library, or pinch it off their standard examples in the experts list.
For example,
If iMACD(12,26,9,MODE_MAIN,0) >
iMACD(12,26,9,MODE_SIGNAL,0) Then Exit;
means if the MACD 12,26,9 is greater than the MACD signal, exit the trade ...
Dunno if that helps?
Chris
|