View Single Post
  #74 (permalink)  
Old 09-19-2007, 01:09 AM
efmelp efmelp is offline
Junior Member
 
Join Date: Nov 2006
Posts: 13
efmelp is on a distinguished road
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(NULL0"slope-direction-line",0) < iCustom(NULL0"slope-direction-line",0)) 
and here is the link for the indicator http://www.forex-tsd.com/attachments...ction-line.mq4

Thanks in advance
Reply With Quote