trying to get the lowest price since a given high, and the highest price since a given low
I’m trying to write a simple code to get the lowest price since a given high, and the highest price since a given low. In the code below I have hard coded the “given high” and “given low” but of course that will later be dynamic as part of a larger script.
Pine script – trying to get the lowest price since a given high, and the highest price since a given low
I’m trying to write a simple code to get the lowest price since a given high, and the highest price since a given low. In the code below I have hard coded the “given high” and “given low” but of course that will later be dynamic as part of a larger script.