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

PanagiotisCharalampous
26 Apr 2021, 15:20

Hi pap64,

You can find your subaccounts under the main account in cTrader Copy 

For example

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 11:10

Hi ctid1373829,

The code you referenced does not seem to use Volume in the initializing orders, You need to modify the following lines to use Volume instead of a fixed value (10000)

            for (int i = 1; i < HowMuchPositions; i++)
            {
                Trade.CreateBuyStopOrder(Symbol, 10000, Symbol.Ask + Spacing * i * Symbol.PipSize);
            }
            for (int j = 1; j < HowMuchPositions; j++)
            {
                Trade.CreateSellStopOrder(Symbol, 10000, Symbol.Bid - Spacing * j * Symbol.PipSize);
            }

Also the code is very old (8 years :) ), it needs to be updated to the latest version. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 09:22

Hi ctid1373829,

Can you please post the complete cBot code? Which broker do you use? Does the broker allow trading mini lots?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 09:12

Hi pap64,

Can you explain what do you mean?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 09:11

Hi progy85,

As per the message, the parameters you pass to the indicator are wrong. Check the indicator to find out which parameters need to be passed.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 09:04

Hi alecs.spinu,

If you need somebody to program a custom indicator for you, you can consider posting a Job or contacting a Consultant.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 09:01

Hi Vlad,

For execution issues, you should contact your broker directly.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 08:57

Hi ranjicgnr,

Backtesting data is provided by the broker, not by cTrader. Also you need to be more specific regarding this issue. Which broker do you use and how did you conclude that the data is inaccurate?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
26 Apr 2021, 08:53

Hi automaticoforex1,

Does this still happen? Can you reproduce this on a regular basis?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
22 Apr 2021, 16:44

Hi christoph.keller,

We tried to reproduce this behavior internally. The conclusion is that even thought at some stage the optimization freezes for a while (some minutes depending on the processor), it eventually resumes and terminates. Can you please advise if this is the case for you as well or does it freeze indefinitely?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
22 Apr 2021, 12:59

Hi Andrzej,

If you are using v4.0, just tap on the Indicators button and the Indicators list will appear. There you will see the bin button to delete your indicators.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
22 Apr 2021, 11:53

Hi there,

You can post a Job or ask a Consultant to do the job for you.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
22 Apr 2021, 09:41

Hi Chris,

Thanks for the additional information. One last question, is this reproduced when you switch to grid search algorithm?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Apr 2021, 14:25

Hi alebianchi73,

Why is not Public option checked? Besides that, I do not have much to propose here. If your pc is administered by an IT department as you said, then maybe they are more appropriate to check what is going, since they know what changes they made on the computer. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Apr 2021, 08:20

Hi d.garcia,

This is caused by the fact that the desktop chart does not have enough bars to correctly calculate the EMA. Please drag your chart to the right until enough bars are loaded and the EMA with fix itself.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 16:27

Hi christoph.keller,

Can you please also provide optimization method and optimization criteria?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 16:23

Hi alecs.spinu,

For the moment, they are kept indefinitely.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 16:21

Hi bambaloo,

It is not a bug. If your broker doesn't provide a price feed, there is nothing we can display. Please talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 16:18

Hi Chris,

We have introduced a new monitoring feature to manage spamming.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Apr 2021, 16:17

Hi AFMT11,

Can you try installing using a VPN? It seems that something is blocking cTrader from being downloaded.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous