Replies

PanagiotisCharalampous
08 Apr 2024, 06:11

Hi there,

Check the video below on how to save your chart objects.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:20

Hi there,

You would need to develop a cBot to achieve such a functionality.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:19

Hi there,

The error message indicates that you have not passed all the necessary parameters to the DEMA200 indicator.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:18

Hi there,

No, we do not have such a roadmap.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:17

RE: RE: Backtest with Volume Data

parkermark446 said: 

PanagiotisCharalampous said: 

Hi Fron,

Volume data is available for each bar. Check Bar.TickVolume.

Best Regards,

Panagiotis 

Join us on Telegram

That's not the volume data of each bar,it's the amount of price changes within the candle (ticks) 

Is there a way of getting true volumes of Ticks ie 10 tick chart 10 orders but how big or small are these orders?? The only reference we have is how large the candle is compared to previous 

Hi there,

Real volume is not available in OTC markets.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:16

RE: RE: LocalStorage / Scope Type is not in sync over multiple instances

wolters said: 

Hi Panagiotis,

I know all of this, but it still would be nice to have the mutex/thread-safe access to the LocalStorage on Type & Instance level done by cTrader and not by an error prone user implementation.

As a user I would assume, that I do no need to care about syncing stuff (I should not even think about flushing/reloading) and just use the LocalStorage on Type&Instance level. The implementation in the background should take care that it is an atomic access to the “global” storage. And this is not the case right now, so it lacks these features whichs makes things uneccessary complex.

So if possible, please extend your implementation to guarantee a thread safe behavior across multiple instances when using LocalStorage.

 

Best,
Carsten

 

 

PanagiotisCharalampous said: 

Hi Carsten,

Well this is not a cTrader issue but a general programming concept. When two threads try to access the same resource at the same time, then such issues happen. You need to implement some kind of control, like using a mutex 

Regarding

If there is already a storage on the “type”-level, there is no reason to not be in sync over different instances. Please re-think about this. It would be nice to have a consistent access to values without flush/reload.

As you mentioned before this is resource consuming, therefore it happens automatically by design every minute.

Best regards,

Panagiotis

 

Hi Carsten,

Thanks for your suggestion. At the moment, we believe that this type of decision making needs to take place at the cBot's developer level and not on the API level. For most implementations, all this built in complexity would just incur unnecessary overhead to the end user. The vast majority of applications does not require a thread safe implementation so we do not see a reason to force it.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:02

Hi there,

Price feeds are provided by brokers. Please contact the broker regarding this matter.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:01

RE: RE: RE:

hieunguyen16202 said: 

sirinath said: 

Open in Visual Studio does not recognise VS2022.

 

Hi there,

Can you be more specific about this problem?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 06:00

Hi there,

There is a mapping between symbols with different names. If you think a symbol is not mapped correctly accross symbols, feel free to share more information about it.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:57

Hi there,

You need to be more specific regarding your issue. Can you please explain exactly what you are doing and how we can reproduce it? Can you share info that would help us understand the problem e.g. screenshots?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:55

RE: Share my cbot with fullaccess

rmarquez.trading said: 

Hi!

I created a cbot but it requires the user full access. When I share the algo file after the build process and I send to another person, it doesn't work because of the access. What do you recommend for that?

Hi there,

Can you be more specific regarding what is not working. cBots with full access permissions should just ask for permissions on start, but other than that, they should work without issues.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:45

Hi there,

This is a cTrader forum. Which MQL are you referring to?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:44

Hi there,

As per the specs, 494 is not a part of the position report. It is only applicable to orders.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:40

RE: RE: RE: RE: automate is just a white screen - why?

ctid2022215 said: 

im confused what this issue has to do with safari? this is the mac desktop version, not browser???

 

PanagiotisCharalampous said: 

ctid2022215 said: 

anyidea?

 

ctrader mac desktop v 4.8.904

mini mac os catalina v 10.15

 

 

PanagiotisCharalampous said: 

Hi there,

Can you please share more information about your system configuration e.g. device, OS etc?

Best regards 

Panagiotis

 

It seems the issue is caused by an outdated Safari version on your machine. Try accessing the code using an IDE instead.

 

Hi there,

The application uses some browser components.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:38

Hi there,

No, .ipa files are not available.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:37

Hi there,

This feature will be added in a future update of cTrader.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:35

RE: ctrader

j.ulieth7 said: 

buen dia por favor me pueden indicar como puedo ver el mapa operativo en la aplicacion para mac

Hi there,

Please use the correct sections for your questions. This is not available at the moment, it will be added in a future update of the application.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:33

Hi there,

Please share your code and exact steps to reproduce this problem.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Apr 2024, 05:31

Hi there,

No there isn't at the moment.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2024, 12:11 ( Updated at: 05 Apr 2024, 12:14 )

Hi Carsten,

Well this is not a cTrader issue but a general programming concept. When two threads try to access the same resource at the same time, then such issues happen. You need to implement some kind of control, like using a mutex 

Regarding

If there is already a storage on the “type”-level, there is no reason to not be in sync over different instances. Please re-think about this. It would be nice to have a consistent access to values without flush/reload.

As you mentioned before this is resource consuming, therefore it happens automatically by design every minute.

Best regards,

Panagiotis


@PanagiotisCharalampous