Replies

PanagiotisCharalampous
18 Feb 2021, 09:45

Hi deknibar,

Did you try the ZoomChanged event?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Feb 2021, 09:27

Hi ctid3408324,

Circles and arches are not available at the moment in cTrader Desktop. We might add them in a future update.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Feb 2021, 09:25

Hi ctid2022215,

Notifications should work fine on both applications. If you have issues, please send us some troubleshooting information (tap seven times on the logo of the menu).

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Feb 2021, 09:18

Hi matt92,

When a strategy is being followed, but then the account drops below $100, the user is still following the strategy, correct?

Yes this is correct.

Regarding the amount limit, given the fact that cTrader Copy has introduced a limitation of 300 followers per strategy to ensure a high quality of service, we need to make sure that these limited seats provide some value to the strategy provider and the service provider. If for example the minimum limit was $10, then it is possible the following capital to be caped at $3000.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 16:56

Hi all,

It seems to be an issue with your graphics cards. This seems to happen on Intel Xe Graphics video cards. You need to wait for a fix in the drivers from Intel.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 16:16

Hi yuval.ein,

No this information is not available via the API.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 12:39

Hi yakeshansd,

I am not sure what do you mean. Can you elaborate on what the problem is?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 12:38

Hi quantumtrading,

There were some issues in cTrader Copy stats. The team is working on fixing them.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 08:26

Hi tradethemkt,

Can you please explain what is the problem?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 08:17

Hi r.stipriaan,

Here you go

            if ((Positions.Find("Short", SymbolName, TradeType.Sell)) != null && rsi.Result.LastValue < 30)
            {
                ClosePosition(Positions.Find("Short", SymbolName, TradeType.Sell));
            }

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 08:15

Hi ctid2022215,

You cannot use Spotware Public Beta to connect to broker accounts. You can find the latest version of Pepperstone cTrader Mobile here.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Feb 2021, 08:11

Hi lisabeaney,

The proxies are selected based on the fastest connection at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 16:44

Hi Romain,

No this data cannot be exported at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 16:43

Hi Shares4us,

Well in this case you need to use LoadMoreHistoryAsync().

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 16:05

Hi Share4us,

Did you try the example as is or just incorporated in some other code?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 15:53

Hi intelligence21119,

PlaceStopOrder takes symbol name as an argument. You can place an order to whichever symbol you want,

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 15:47

Hi Shares4us,

To offer you a better solution I need to understand what are you trying to achieve. Why do you need to load more bars the way you do it now?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 13:45

Hi deknibar,

I cannot know what did the developer do exactly. Maybe contact him directly.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 10:43

Hi there,

This happens because you have set deviation to 0.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Feb 2021, 10:16

Hi intelligence21119,

You don't seem to be using the parameter in the method call. See below

PlaceStopOrder(TradeType.Buy, Symbol, Vol, Symbol.Bid + 10 * Symbol.PipSize, "Label", StopLoss, TakeProfit, null, "Comment01", true);

You should be using this instead

PlaceStopOrder(TradeType.Buy, Symbol, Vol, Symbol.Bid + 10 * Symbol.PipSize, "Label", StopLoss, TakeProfit, null, "Comment01", TrailingStop);

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous