Thread: Ask!
View Single Post
  #469 (permalink)  
Old 01-20-2007, 02:54 AM
Sadly's Avatar
Sadly Sadly is offline
Senior Member
 
Join Date: Nov 2006
Posts: 260
Sadly is on a distinguished road
Nice 1!

So, when testing out whether the High[i+1] is > High[i+3] and also High[i+4] then:- if (High[i+1]>(High[i+3] && High[i+4])) ....

I'm attempting to modify existing code by adding 'perfection' setups to it here:- TD Sequential
Reply With Quote