♥ 0 |
Hi Pete, Can you pls help me create a script similar to this script below to plot the lowest low from the last 5 candles. Thank you. Exampleplot ClosingPriceForHighestHigh = GetValue(close, GetMaxValueOffset(high, 12), 12); The example script plots the close price of a bar that contains the highest high price among the last twelve bars.
Marked as spam
|