Custom Studies will be data-based ?
We hope that Custom Studies will be data-based in reasonable future please.
Or how I can use Moving Average, or other Basic Studies, over DOM Custom Studies please? Now results not moving in time.
Historical DOM data collected on user PC.
Example:
DomBidVol(@,2,Single,1.0secs)-DomAskVol(@,2,Single,1.0secs) - charting work OK
MA(DomBidVol(@,2,Single,1.0secs)-DomAskVol(@,1,Single,1.0secs),Sim,20) - NO charting at all
Only if Period=1 it plot equal to upper formula, without average. Even Period=2 not work.
-
Adminlaurie (Admin, CQG) commented
Are you interested in DOM Volumes or Traded Volume?
If its DOM volume:
DomBidVol(@,2,Single,1.0_secs)-DomAskVol(@,1,Single,1.0_secs),Sim,20) does not have history.
Has to use DMTR on a Tflow chart.
If its traded volume on the bid/offer for each minute
Then he has to use
VolAsk(@) and VolBid(@) under the Vol study in the toolbox.
If using, minute charts the later half of the answer, subminute Tflow and DMTR.
You may also request direct support by visiting http://www.cqg.com/support/support-request or sending an email to websupt@cqg.com