
09-19-2007, 01:09 AM
|
|
Junior Member
|
|
Join Date: Nov 2006
Posts: 13
|
|
|
Help Needed - Requires an EA Expert
Hello,
I was wondering if anyone can help me - Am making an EA using a custom indicator called " slope-direction-line.mq4 " the indicator represent trend by 2 colors Lime for uptrend and Red for downtrend - So how to identify the EA for Sell or Buy according to the two colors . I have tried the following but it is not working - So if you can help me please do.
PHP Code:
if (iCustom(NULL, 0, "slope-direction-line",0) < iCustom(NULL, 0, "slope-direction-line",0))
and here is the link for the indicator http://www.forex-tsd.com/attachments...ction-line.mq4
Thanks in advance
|