Thread: How to code?
View Single Post
  #999 (permalink)  
Old 06-10-2008, 10:21 AM
IN10TION's Avatar
IN10TION IN10TION is offline
Senior Member
 
Join Date: Mar 2007
Posts: 569
Blog Entries: 1
IN10TION is on a distinguished road
this RSIFilter_v1... I don't know about that...
the code you show here has to do it...
Here is what I did... see attachments.

Quote:
Originally Posted by panteraschoice View Post
So this is ok?

double Sg=iCustom(NULL,0,"RSIFilter_v1",5,5,0,1);

if ( Sg>0) Order = SIGNAL_BUY;
if (Sg<0 ) Order = SIGNAL_SELL;
Attached Files
File Type: mq4 ! IN10TION RSIMix test EA.mq4 (7.5 KB, 14 views)
File Type: mq4 RSIMixFilter_v1.mq4 (3.6 KB, 11 views)
Reply With Quote