I have my strategy working fine except one important part that is related with the Support and Resistance lines that I have to fix them manually since I am not able to find the way to programm them effectively. So, let's consider only one horizontal line to simplify what I need. Is there any way to plot a line (for example with the price value: A) into the strategy code and then vary it manually (during the strategy execution by moving it using the mouse like another line manually plotted) and the new value of the line (price value) is updated into the variable A, in the way that the code can use this variable "A" for taking decisions?.I don't know if I have explain me well enough?
Thanks in advance.
Regards,

Comment