View Single Post
  #959 (permalink)  
Old 04-26-2008, 05:43 AM
Perky Perky is offline
Senior Member
 
Join Date: Oct 2005
Posts: 314
Perky is on a distinguished road
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
Reply With Quote