♥ 0 |
Hello, I’m trying to plot volume profile for a “QUARTER” (past 3 months) period, but not sure how to code it. The code below is only to plot the VAH, VAL, and POC. # ================================= def profiles = 50; rec count = CompoundValue(1, if period != period[1] then (count[1] + period – period[1]) % multiplier else count[1], 0);
Marked as spam
|
Please log in to post questions.