PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
15 May 2020, 14:08

Hi chinovicente312,

Can you post a screenshot of this error message?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 14:04

Hi chinovicente312,

You need to contact IC Markets regarding this.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 12:06

Hi Stefano,

It seems something is blocking cTrader from accessing that folder. Can you please try restarting your computer?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 10:44

Hi Glen,

This is planned for one of the upcoming releases of cTrader Web.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 08:41

Hi Stefano,

Can you please do the following for me?

1) Post a screenshot of the error message you receive.

2) After the error message, send us some troubleshooting information. To do so press Ctrl+Alt+Shift+T, paste the link to this discussion in the textbox and press submit.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 08:37

Hi willyvusi04,

You can try something like the below

           if (Positions.Sum(x => x.NetProfit) > 0)
            {
                foreach (var position in Positions)
                    position.Close();
            }

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 08:33

Hi peetman23,

Can you please post the complete cBot code as well as the indicator code so that we can reproduce this issue?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 08:30

Hi radek.rozek,

This information is not available at the moment via the API.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 08:29

Hi there,

Can you check your Windows Event Viewer in case there is any useful information there?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
15 May 2020, 08:27

Hi Watanaku,

You can try getting the Daily bars and read the open time from there.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 14:58

Hi discogene,

Then it is probably something with cached information like cookies. Make sure they are all cleared properly. Try also a hard refresh (Ctrl + F5).

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 14:50

Hi discogene,

Can you try private browsing and let me know if it resolves the issue?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 14:40

Hi afhacker,

I can assure you that we are doing much more than you think behind the scenes and that they are all aware of Open API. Some of them like NinjaTrader, Skilling and QuanTower have completed their integrations, some others are working on it and the rest are not interested at the moment. All of them have our unlimited support. However, we cannot make business decisions on their behalf. Also note that such projects are not two month projects. They might take years to complete.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 14:23

Hi discogene,

Can you please post some screenshots of the issue that will also include the url you are trying to access? Does this happen on other browsers as well?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 14:21

Hi robustby,

Is this reproduced on backtesting? If yes, please post the complete cBot code and instructions how to reproduce this behavior.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 12:53

Hi bienve.pf,

Thanks, we will fix it in an upcoming update.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 11:19

Dear afhacker,

cTrader is compatible with US regulation and was available to US citizens at some point in the past. But at the moment there is no broker offering cTrader that is regulated to offer services in the US. As you know our motto is Traders First. Hence financial motivation is not our sole concern but also the interest of the traders that use our platform. In the same way we do not allow brokers to carry fraudulent activities using our platform, we do not allow them to operate in an illegal manner. Therefore we do not allow to brokers that are not regulated to operate in the US to onboard US citizens.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 11:10

Hi afhacker,

Third party integrations are completely dependent on the third parties therefore there is not much we can do on our side. It would be more effective if your pushed them instead of us :)

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 10:22

Hi lordyy,

You can use the ModifyVolume() method to change your position's volume. Positions have labels that can be used for filtering. 

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
14 May 2020, 09:38

Hi Yuval,

This is not a cTrader issue but a general .Net question. You can consider looking for an answer in .Net forums as well.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous