AFL code needed

#1
Anybody provide me AFL code ....., it should plot line for high and low value of the candle which i click on it .... or high and low value line should plot according to candle number which i feed in parameter settings ..


Help me guys ...

Thanks in advance:thumb:
 
#2
Anybody provide me AFL code ....., it should plot line for high and low value of the candle which i click on it .... or high and low value line should plot according to candle number which i feed in parameter settings ..


Help me guys ...

Thanks in advance:thumb:


Seniors ... Friends .. Plz help me to code above conditions
 
#4
bluesquare123 :

plot(selectedvalue(H),"",colorblue);

similarly for low..

cn=param("CandleNo",1,1,1000,1);

plot(valuewhen(barindex()==cn,h,1),"",colorblue);
 

Similar threads