♥ 0 |
Hi Pete! Here is what i’m trying to do. I’m simply trying to get the AccDist value from the date of the 52 weekly low.
I know how to get the AccDist from another post on here (so TYVM). def accDist = TotalSum(volume * CloseLocationValue()); I also know how to get the yearly low. def fiveDayLow = Lowest(low, 252);
But what I can’t put together is how to get the AccDist value from the date of the Lowest(252).
Hope this makes sense!!
Marked as spam
|
Please log in to post questions.