Thread
:
PipMaker v1 - Price action based EA
View Single Post
#
959
(
permalink
)
04-26-2008, 05:43 AM
Perky
Senior Member
Join Date: Oct 2005
Posts: 314
try using the delta of the two
double testopma = iCustom(NULL,0,"adaptive rsi",0,1);
double testopmab4 = iCustom(NULL,0,"adaptive rsi",0,2);
delta=testopma-testopmab4;
if greater than x trade buy
if less than -x then trade sell
Perky
View Public Profile
Send a private message to Perky
Find all posts by Perky