how to get the low and the high on script release

 

Hi! I need to get the low and the high of the candle where a script is released.

I remember there is a function but i don't remember the name.

thanks

 
CaneRandagio:

Hi! I need to get the low and the high of the candle where a script is released.

I remember there is a function but i don't remember the name.

thanks

ChartTimeOnDropped
 
Vladimir Karputov #:
ChartTimeOnDropped
thanks!
 

chartPriceonDropped will give you the HIGH and LOW of the candle where the script is dropped.

chartTImeOnDropped will give you time co-ordinates

You might also want to check chartXOnDropped and chartYOnDropped