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

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

PanagiotisCharalampous
14 Oct 2019, 09:29

Hi frank.bellio,

We have plans to add swaps to the Symbol class but we do not have an ETA for this yet.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Oct 2019, 09:25

Hi FireMyst,

Can you please post a complete cBot code the reproduces this issue?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Oct 2019, 09:23

Hi ganatooff1,

This feature is planned for v3.7.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Oct 2019, 15:06

Ηi h.fankhauser828,

Thanks for posting in our forum. This can be automated using cTrader Automate. If you are not familiar with programming, you can post a Job or contact a Consultant to help you with this.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Oct 2019, 11:34

Hi FireMyst

Indicator.Calculate(MarketSeries.Close.Count - 1)

will call your indicator's Calculate function for that specific index

Indicator.Result.Last(0);

Will return the last value of the Result series and call the Calculate function for all required indexes if it hasn't been called yet.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Oct 2019, 11:03

Hi lec0456,

Thanks for spotting this. We will fix it.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Oct 2019, 08:38 ( Updated at: 21 Dec 2023, 09:21 )

Hi ctid712216,

See below where this is mentioned in the EULA

and here is where you have accepted this condition

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Oct 2019, 15:59

Hi social.trading,

This tab is available only in cTrader Automate tab.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Oct 2019, 14:52 ( Updated at: 21 Dec 2023, 09:21 )

Hi social.trading,

See below. Do you get these entries whenever a dot is drawn on the chart?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Oct 2019, 14:18

Hi ctid712216,

You have been made aware of this by reading and accepting our End User License Agreement. I have quoted above the relevant passage explaining the situation.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Oct 2019, 12:47

Hi social.trading,

UPDATE: Sorry, sceenshot just appeared. Can you send a screenshot of the log as well?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Oct 2019, 12:29

Hi El Antonio,

I don't think this is a bug. Optimization is justa set of multiple backtesting executions with different parameters. These are the settings to be used for each of the backtesting executions of the optimization process.

Best Regards,

Panagiotis


@PanagiotisCharalampous