View Single Post
  #17 (permalink)  
Old 10-05-2008, 10:25 PM
codobro codobro is offline
Member
 
Join Date: Sep 2008
Posts: 65
codobro is on a distinguished road
DREWP, are you trading these indicators as soon as they give a signal? SSL-channel-alert will give you an alert, enable alertOn==true for a text message. This occurs in realtime though, so it may change back before the close.

I have not tried the original ADXcross because as was noted, it repaints. void gave a nonrepaint edit, which in realtime will give different signals. If you are using the original repainting ADX with the SSL channel taking a trade as soon as both signal, there are probably signals you cannot backtest.

After these points, why can't you call both indicators through iCustom? You should be able to, each is using a buffer value. (ADXcrUp = buffer1).
Reply With Quote