How to get a candle based on ask price?
Created at 09 Jul 2019, 13:01
How to get a candle based on ask price?
09 Jul 2019, 13:01
Is there a candle based on the bid price only on the Ctrade platform?
and Is it only possible to get a candle based on the bid price by openapi?
PanagiotisCharalampous
09 Jul 2019, 14:14
Hi 66281850,
Candlesticks in cTrader are created based on bid prices. To get historical candlesticks in cTrader use ProtoOAGetTrendbarsReq. If you want to receive live candlesticks in your spot events use ProtoOASubscribeLiveTrendbarReq.
Best Regards,
Panagiotis
@PanagiotisCharalampous