BogdanIvaniuk wrote:
Did you mean Bid/Ask volumes?
This applies both to prices and volumes.
BogdanIvaniuk wrote:
As I understand, I receive bid or ask volumes (in volume field) in indicator depends on which kind of price was selected on the chart window. Am I right?
Yes.
BogdanIvaniuk wrote:
Or I can manually choose (in the indicator's code) which volume (bid or ask) I'll receive in indicator?
You can set to the input parameter which offer side you want to receive, for instance:
new InputParameterInfo("Input data Ask", InputParameterInfo.Type.PRICE){{
setOfferSide(OfferSide.ASK) ;
}}