♥ 0 |
Linear Regression line adjust according to price. Can you create a script to stop the adjustment at a specific time? I want it to stop at 7am est. Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); MiddleLR.setDefaultColor(GetColor(1));
Marked as spam
|
Please log in to post questions.