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

PanagiotisCharalampous
30 Mar 2020, 08:19

Hi astrolog,

Suggestions should be posted in the Suggestions section

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:18

Hi Abbas0521,

This issue has been fixed and a hotfix has been released. Can you please provide us with a cBot that reproduces such an issue?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:16

Hi one541,

The History collection contains all the deals of the trading account. There is no specific limitation.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:14

Hi MiguelAlf,

Please check this issue with your broker first.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:13

Hi Shares4UsDevelopment,

You can always turn off your notifications in Settings>Notifications.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:09

Hi terry2,

There was maintenance going on at that time. Can you please try again?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:08

RE: RE:

Hi firemyst,

This will be fixed in v3.8. There is no plan to have such a setting for all functions of cTrader.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:04

Hi elmpie,

See an example below on how to load more history

Print("{0} bar on the chart. Loading 10 000 bars", Bars.Count);
while (Bars.Count < 10000)
{
    var loadedCount = Bars.LoadMoreHistory();
    Print("Loaded {0} bars", loadedCount);
    if (loadedCount == 0)
        break;
}
Print("Finished, total bars {0}", Bars.Count);

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2020, 08:01

Hi twoheartzin1soul,

Can you please post the complete cBot code?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 14:36

Hi Revobot,

Unfortunately I cannot advertise specific brokers. You will need to contact them yourself.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 13:59

Hi Luca,

Please stop spamming the forum with the same subject. I have given you guidance on how to program this simple algorithm on another thread. If you cannot program it yourself, you can consider paying somebody to do this for you.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 13:55

Hi Revobot,

Of course, it does. See a screenshot below from another broker where I am trading with 0.1 lots.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 11:55

Hi Peter,

If they are still listed in cTrader then it means your broker has not deleted them yet.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 11:52

Hi Revobot,

Did you talk to your broker?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 11:01

Hi mrha1000,

There is no command to refresh the chart. You have to write a method that recalculates all the values of the indicator.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 10:50

Hi Peter,

Do these accounts appear in cTrader too or only in cTrader Copy?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 09:56

Hi Tj11,

Thanks for reporting this. This is a known issue and will be fixed in v3.8.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 09:17

Hi Peter,

Can you send some screenshots showing that these accounts are missing from cTrader but they appear in cTrader Copy?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 08:02

Hi Maratimus,

Can you please provide more information about your problem? Where do you get this message? Can you post some screenshots?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Mar 2020, 07:59

Hi Revobot,

Minimum position size is set by the brokers. You need to talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous