Greetings all,
looking to create a bid and ask volume plot similar to MACD. i've found the following code in previous forums but it doesn't plot:
declare lower;
def askVol = Volume(priceType = PriceType.ASK);
def bidVol = Volume(priceType = PriceType.BID);
plot pressure = askVol - bidVol;
would some please post full script that plots the askVol and bidVol for time aggregated charts?
best regards,
looking to create a bid and ask volume plot similar to MACD. i've found the following code in previous forums but it doesn't plot:
declare lower;
def askVol = Volume(priceType = PriceType.ASK);
def bidVol = Volume(priceType = PriceType.BID);
plot pressure = askVol - bidVol;
would some please post full script that plots the askVol and bidVol for time aggregated charts?
best regards,