Kris
 Legend
    Posts: 347
Joined: 4/20/2006
Location: JNB, ZA
User Profile |
Oops, I forgot that I turned script into a function module.
Go to strategy builder > Filter block > Conditions > Long (window) and delete the "FloorPivot_Above()" string and enter: C > (H[1]+L[1]+C[1])/3
In the Conditions > Short (window) delete "FloorPivot_Below()" and enter: C < (H[1]+L[1]+C[1])/3
That will do the trick.
Cheers, Kris
|