JJJJJJ11111
Member
i have this code it in the watchlist column's custom quote formula. it can show the number so i can sort it.
but when i try with vwap , there's error i can't produce anything.
Code:
(high-low)/low*100
but when i try with vwap , there's error i can't produce anything.
Code:
#near vwap
def vwap=reference vwap();
((close-vwap)/vwap*100);