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

PanagiotisCharalampous
06 Mar 2019, 14:05

Hi Vitore,

Unfortunately there isn't at the moment.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 12:47

Hi Ron77,

I am not aware of any cBot that does this at the moment. Maybe other community members can help you with this.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 12:43

Hi Ron77,

There is no built in feature in cTrader for OCO orders. You can create a cBot for this.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 11:04

Hi darcome, 

You can see the version of your cTrader on the form's title on the top. 3.5 is only available in Spotware Beta at the moment. You can see what is new in Help > What's New section.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:52

Hi Psak,

You did not provide the complete indicator code. Also, this part of the code does not make sense.

            ma = dxx.A(MarketSeries.Close, 27, MovingAverageType.Exponential);
            ma5 = dxx.A(series5.Close, 27, MovingAverageType.Exponential);
            ma10 = dxx.A(series10.Close, 27, MovingAverageType.Exponential);

Would you like to explain to what are you trying to do here?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:41

Hi Lyubomirfoto,

Thanks for posting in our forum. This has been caused due to the latest update we released yesterday and it is experienced only by users using .Net framework 4.0. We will release a fix soon. If you want to resolve the issue immediately, you can upgrade to a newer version of .Net framework.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:41

Hi TraDerMaTriX,

This has been caused due to the latest update we released yesterday and it is experienced only by users using .Net framework 4.0. We will release a fix soon. If you want to resolve the issue immediately, you can upgrade to a newer version of .Net framework.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:25

Hi dmn,

Please use Suggestions section for your suggestions. Else they will be lost amongst other threads.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:22

Hi dmn,

Yes we did. The product team is investigating.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:19

Hi .ics,

No this is not available yet.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:18

Hi Andrii,

Can you provide the full cBot code please? e.g. what is signal?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:10

Hi Adrian,

This is probably caused due to slippage.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:08

Hi Sasha,

Can you please share the code then?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:06

Hi El Antonio,

This is currently under development. You should receive it in one of the upcoming updates.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:04

Hi wisegprs,

You can always find what is new in Help > What's New.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 10:02

Hi Psak,

Thanks for posting in our forum. What is DX? A custom indicator? Can you please provide it as well?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
06 Mar 2019, 09:53

Hi Erik,

Indeed it is a lot of code. Did you check yourself if all the parameters passed to the ExecuteMarketOrder are not null?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Mar 2019, 17:55

Hi MZen,

We have released today v3.5 where you can find Symbols collection that gives access to all symbols.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Mar 2019, 17:21 ( Updated at: 23 Jan 2024, 13:11 )

Hi El Antonio,

As soon as you get market data from other symbols, OnTick() will handle incoming ticks of those symbols as well. Check this post [here].

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Mar 2019, 16:54

Hi lw3010996,

It looks that it is working :)

Best Regards,

Panagiotis


@PanagiotisCharalampous