sdb721
 Member
 Posts: 34
Joined: 5/2/2016
Location: Cypress, TX 77429
User Profile |
Well, initially just to be sure I wrote the expression this way-
NOT (HRS_Diff(14,3,"SPY") > 0 AND LNREG_SLOPE(C,14) > 0) AND
NOT (HRS_Diff(14,3,"SPY") < 0 AND LNREG_SLOPE(C,14) < 0)
So I was just checking to see if there was a simpler way to express the same function.
|