Hi,
I was wondering if there is a method to pass the OA data from the TimeandSales indicator to the MPH indicator and create a Custom Indicator that might plot the data. I've created 'something' but it doesn't quite look like the correct data. Not certain what is getting passed.
Thanks.
So in MPH, if I added "OA Volume" as an entry to this list...
So then you could identify prices with OA Volume > 0 and OA Volume would be positive on trades that occurred outside auction. Would that give you all you need? Or would you need to also have options for "Above Auction Volume" and "Below Auction Volume"?
You bring up a good point. In the time and sales indicator, I've set two alerts for OA volume. One for sales x<-5, and one for buys x>5.
So to answer your question, in it's current format, I would like to see:
OA volume > X
OA volume < X
Thanks in advance Chad!
edit: if it's easier to add an option OA>abs(X)... That might also work as long as it catches both the sale and buy side.