Replies

ekalyvio
31 May 2024, 08:17

RE: cTrader web not working

PanagiotisCharalampous said: 

Thank you, it works fine for me and there was no similar report, so it seems like a local issue. Try refreshing using Ctrl+F5 in case something has been cached 

same problem for me too. how can I solve it ؟؟

 


@ekalyvio

ekalyvio
08 Aug 2023, 14:28 ( Updated at: 21 Dec 2023, 09:23 )

RE: CBot instance crashed with error #C15EF25B - BUG (issue found).

firemyst said: 

To make sure @Spotware sees this, please also report this issue and link to thread via the cTrader desktop app:

Thanks!

I just reported the error even though there was a character limit on the Report Technical Issue page and I had some difficulty as the limit doesn't allow you to copy-paste any source code larger than a few lines.


@ekalyvio

ekalyvio
02 Aug 2023, 13:49

RE: Algo.Bars extra features

firemyst said: 

You need to post this in the “Suggestions” forum

Hah… I didn't know there is a separate forum page for that. I will re-post it there.

Thanks!


@ekalyvio

ekalyvio
13 Jun 2023, 14:55

RE:

PanagiotisChar said:

Hi Efthymie,

Bars are constructed exclusively on bid prices. Therefore the outcome you describe is expected. A suggestion would be to just loop over the ticks collection and check which price was changed (bid or ask) and increase the relevant counter accordingly.

Aieden Technologies

Need help? Join us on Telegram

 

Hi Panagioti.

I am not quite sure if any of the suggestions (mine or yours) should be correct.

Without being an expert in trading, I guess that there could be a sale or a buy that doesn't change either the bid or the ask.

Hypothetically, someone is bidding 200 stocks of MSFT at $204. Then someone sells 50 stocks of MSFT at $204. I imagine that at that point, the bid price shouldn't change as there are some 150 stocks remaining to be bought. Also, since a lot of brokers have usually fixed spreads, the ask will not change too.

Am I wrong in what I say?

If that is the case, then we can never be sure that the order that happened was a sale or a buy.

So... I am wondering how all these volume profile indicators for cTrader work and if they display correct values.


@ekalyvio