Support wrote:
No it's not possible to use historical data, but if you define as an input for your indicator InputParameterInfo.PRICE, then you will be able to get Volume.
OK, but in InputParameterInfo.PRICE I have only summary volume. Its possible to take ask and bid volume in indicator? If I understand correctly input array is update on every tick?
Support wrote:
Quote:
if I want to use two strategies in the same time and both of them use historical data (use getOrdersHistory method) then this method throw JFException. How can I solve this problem?
Please describe, what kind of problem do you want to solve?
I want to use two different strategies in the same time, and both of them use historical data (getOrdersHistory method).
thanks
