♥ 0 |
Hey Pete, I searched your forums and found this very straightforward code for determining the percent change from the previous day’s close. plot percentChange = 100 * (open / close[1] – 1); I am wondering if it can be modified to calculate the close of the first 10-minute (or a preset aggregation) candle vs. previous day’s close? Thank you!
Marked as spam
|
Please log in to post questions.