Closed Pagenip closed 6 years ago
Good work on this addon! But how can I reference the data in my indicator? I try Plot0[0] = Close[0] and I dont see anything. Thankyou.
Plot0[0] = Close[0]
Never mind, the error was caused by trying to load the ask and bid data. I will stick to Last for now!
Good work on this addon! But how can I reference the data in my indicator? I try
Plot0[0] = Close[0]
and I dont see anything. Thankyou.