Bid and Ask Candles.

Created at 29 Sep 2024, 07:42
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SY

Systex

Joined 27.09.2024

Bid and Ask Candles.
29 Sep 2024, 07:42


I currently trade with FXCM and Trading Station.  I'm very reliant on the separate Bid and Ask candles that are available on that platform.  I've had a look through the documentation but can't find any reference to Bid and Ask streams for cTrader like I have in Indicore SDK.  Am I able to write an indicator that would display Ask candles on cTrader?  


@Systex
Replies

firemyst
01 Oct 2024, 00:19

Yes, you are.

First of all, you can choose what lines you want displayed on the chart:

 

Second, if you write your own code, just get the symbol's “ASK” price or “BID” price depending on what you want to display.

eg: Symbol.Ask

 

 


@firemyst

Systex
11 Nov 2024, 07:12

RE: Bid and Ask Candles

firemyst said: 

Yes, you are.

First of all, you can choose what lines you want displayed on the chart:

 

Second, if you write your own code, just get the symbol's “ASK” price or “BID” price depending on what you want to display.

eg: Symbol.Ask

 

As the topic says I need Bid and Ask Candles

 


@Systex

firemyst
11 Nov 2024, 08:30

RE: RE: Bid and Ask Candles

Systex said: 

firemyst said: 

Yes, you are.

First of all, you can choose what lines you want displayed on the chart:

 

Second, if you write your own code, just get the symbol's “ASK” price or “BID” price depending on what you want to display.

eg: Symbol.Ask

 

As the topic says I need Bid and Ask Candles

 

Then as I said, you'll have to write your own code. There is no option to display both bid and ask candles next to each other, or anywhere together, on a chart.


@firemyst