Hi all,
I want to retrieve the past daily highs and lows on a 5 minute chart and I tried to use Donchian study for that. But I get an error
my code is:
vDonch.getValue(DonchianStudy.UPPER,-5,0,getSymbol()+",D")
Can anybody help with this or is it not possible to get it this way?
Thanks in advance
I want to retrieve the past daily highs and lows on a 5 minute chart and I tried to use Donchian study for that. But I get an error
my code is:
vDonch.getValue(DonchianStudy.UPPER,-5,0,getSymbol()+",D")
Can anybody help with this or is it not possible to get it this way?
Thanks in advance
Comment