Hi, I'm considering moving from Ninjatrader to Amibroker for performance and stability issues. Before making the move, I'd like to be sure that I'll be able to code an indicator based on the Bid Volume and Ask Volume. Having no knowledge of AFL so far, I need to make sure that my indicator will be able to:
1) be used in strategies and be plotted on charts;
2) be calculated using real time values based on best bid and best ask prices compared to last tick value, regardless of current time frame used on chart or strategy;
3) backfill based on up_tick and down_tick, assuming I have tick by tick history data, regardless of current time frame used on chart or strategy;
Could anyone confirm if this is possible in Amibroker? What would I have to do? Does something like this already exist?
Thank you!