Hello - I have a thinkscript code which converts ATR values to dollar values e.g. if ATR in /ES is 1 point or 4 ticks - the indicator converts to $50 (4 ticks times $12.50)...please convert to Pine: ******************************************* declare lower; input length = 1; input averageType = Aver...