Search results

  1. J

    Camarilla equeation?

    Hi there I have tried the formula : Prd:=Input("Points From Nearest Pivot",.1,200,45); D:=DayOfMonth()<>ValueWhen(2,1,DayOfMonth()); HighPd:=If(D OR Cum(1)=2,H,Max(H,PREV)); LowPd:=If(D OR Cum(1)=2,L,Min(L,PREV)); LastH:=ValueWhen(1,D,ValueWhen(2,1,HighPd))...
Back
Top