Replies

PanagiotisCharalampous
21 Sep 2022, 09:44

Hi dilshandimuthu,

Try the below

var netProfit = Positions.Where(p => p.SymbolName == SymbolName).Sum(p => p.NetProfit) +  History.Where(h => h.SymbolName == SymbolName).Sum(h => h.NetProfit);

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 09:31

Hi yuval.ein,

I cannot reproduce any problem. Why are you comparing an m1 chart to Ra1 log?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 08:34

Hi there,

Unfortunately I cannot build this code since it seems you are using some external libraries which I do not have.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 16:17

Hi notzen,

Only source code would be helpful unfortunately.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 16:11

Hi notzen,

Please send troubleshooting information while this happens. If you can share the cBot source code it would be also helpful.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 16:03

Hi there,

This is not possible. Followers accounts are not accessible by myfxbook.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 14:21 ( Updated at: 21 Dec 2023, 09:22 )

Hi yuval.ein.

You can find the different versions in the folder below

Best Regards,

Panagiotis 

Join us onTelegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 14:02

Hi bienve.pf,

Please send us some troubleshooting information the next time this happens.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 13:28

Hi yuval.ein.

The message indicates the problem. You use a library which uses a version fo the assembly that is higher than the one you use in the cBot.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 10:15

Hi James,

Thanks for reportng these issues. Could you please record some videos demonstrating the steps you are following to reproduce these issues?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 10:08

Hi Perseverance,

The ROI looks correct to me. It seems there is a significant number of trades between the deposit and withdrawal periods so this affects your ROI calculation. As I can see, you had a drawdown, you deposited money to avoid a stop out and them made a witdrawal. This is considered in your ROI calculation.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 09:29

Hi sansand,

I have no idea what is that about and what it is doing :)

Best Regards,

Panagiotis 

Join us onTelegram andFacebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 09:17

Hi sansand,

Yes server sends heartbeats every 30 seconds.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
20 Sep 2022, 09:15

Hi kanapon,

Please share your cBot code so that we can reproduce.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 14:26

Hi there,

Seems like a bug of the application.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 12:49

Hi RayAdam,

These two fields are not related. The trading sessions are global and they are a different thing to the symbol's market trading hours.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 12:47

Hi yaqeenmnoor,

Thanks for letting us know. Unfortunately there is not much we can do regarding goverment restrictions.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 12:45

Hi dionysian.apostle,

When I say gining full access, I mean here

namespace cAlgo.Robots
{
    [Robot(AccessRights = AccessRights.FullAccess)]

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 12:39

Hi dilshandimuthu,

You need to be more specific with your question. Which exact code do you want to change?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 12:35

Hi bulu.bulu27,

We need more information

  1. Your cTrader's version
  2. Your cBot's Target Framework
  3. The complete source code if possible.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous