Replies

PanagiotisCharalampous
18 Oct 2019, 08:14

Hi tgjobscv,

You can access all your orders via PendingOrders and modify them accodingly. See example below

 PendingOrders[0].ModifyVolume(1000);

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2019, 08:10

Hi ctraderftmo+110,

Thanks for posting in our forum. To delete a demo account, you need to contact your broker.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Oct 2019, 08:08

Hi tentcows,

cBot instances run on different threads but they are still controlled by the main UI thread. So if a high number of cBot instances is running on one cTrader instance then this might cause some bottlenecks. I would propose a hybrid solution, to have 3-4 cBot instances running on each cTrader instance.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Oct 2019, 16:54

Hi Peter,

Thanks for the additional info. After investigating this issue further, the conclusion is that at the moment when the fees were charged, your profit was 706.55. Therefore a performance fee of 141.31 was deducted. After the deduction of the performance fee, the profitability of your account retreated to 536.01.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Oct 2019, 14:51

Hi Matt,

Can you please provide more information about this issue? What is the problem and in which version do you experience it, 3.5 or 3.6?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Oct 2019, 08:13

Hi reza h,

We do not have an ETA yet.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
17 Oct 2019, 08:06

Hi Alex,

No there is no such possibility in cAlgo.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2019, 15:56

Hi Ogacha,

Just make sure you have installed the cBots and Custom Indicators extension for your Visual Studio 2019. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2019, 14:27

Hi ctid1601313,

Thanks for the clarification, I was moslty wondering why you said

 CTrade platform offers the backtesting option to test ones CBot with an imported CSV File containing Tick Data

At the moment we do not offer the possibility to import tick data, only m1 bars. So I was curious if you read something somewhere that could be misunderstood.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2019, 12:50

Hi manelfx9530,

Thanks for posting in our forum. Please post your suggestions in the Suggestions section of the forum so that they are all in one place.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2019, 08:51

Hi ctid1601313,

Thanks for posting in our forum. Can you please explain to us how did you come to this conclusion?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Oct 2019, 08:49

Hi VOLVEFX,

Legacy mobile applications do not support push notifications. Regarding the new application, please let us know the specs of your device as well as the operating system you are using so that we can investigate.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2019, 15:54

Hi rehan_ahmd,

Thanks for posting in our forum.The order seems to come from a cBot. Can you please share the cBot code with us?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2019, 15:52

Hi D D,

Since the exception is thrown from the third party tool, did you try contacting them? I don't think there is much more we can do to help you with this.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2019, 15:02

Hi D D,

It seems that your product needs a single threaded appartment to run. Therefore you should run it on a separate thread specifying the STA apartment state on the thread. See here.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2019, 14:56

Hi cysecsbin.01,

We are aware of this issue and we will fix it. In the meanwhile, please try cleaning your backtesting cache. You can find it in C:\Users\User\AppData\Roaming\brokername-cTrader\BacktestingCache.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2019, 08:42

Hi trend_meanreversion,

If you want to know the risk in the base asset then use the volume. If you want to know the risk in quote currency then use the volume multiplied by the quote price. To get the risk in balance currency you need to make the relevant conversions to convert between the quote currency and the balance currency.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Oct 2019, 08:34

Hi A.R.

At the moment cTrader Automate API uses .Net Framework 4.0. We have plans to use .Net Standard in future versions.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Oct 2019, 09:47

Hi trend_meanreversion,

It seems you are misundestanding what Volume in Units means. Volume in Units is expressed in units of the base asset, not in units of the quoted asset. So 1 unit of US30  = 1 contract. Also, most brokers set 1 Lot = 1 Contract for most indices. So 1 Lot of US30 = 1 contract.

So the expected values for your code should be

257010 3 257010

But because most brokers cap the number of contracts to be traded to 1000, you will probably get

1000 3 1000

Let me know if this helps.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Oct 2019, 09:30 ( Updated at: 08 Feb 2023, 14:49 )

Hi eyeballpaul72,

Thanks for posting in our forum. Trading hours are set by the brokers.

Best Regards,

Panagiotis


@PanagiotisCharalampous