Hi, is it possible to edit the following code to extend the line at a specified user inputted number to the right on the daily chart time frame? I would like to enter 5 days and have the line extended to the right 5 days. Here is the code that is drawing the current ATL for 60 days. Thanks
Code:
plot ATL = Lowest(low,60);
Last edited by a moderator: