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

PanagiotisCharalampous
22 Sep 2022, 09:14

Hi Omega,

It means that there is one cBot running on this chart.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 16:46

Hi emileschneider7,

I could only observe this when the prices were invalid. If you can print the prices in the log and provide it, it might be helpful.

Best Regards,

Panagiotis 

Join us onTelegram andFacebook

 


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 16:16

Hi emileschneider7,

I could not reproduce this issue with the provided source code but such cancellations usually happen when the price is not valid e.g. lower that the ask price for buy orders and higher than the bid price for sell orders.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 15:09

Hi HexDex,

As far as I can see the indicator is called Kamz and not MyZigZag.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 14:11

Hi yuval.ein,

Can you send me the solution at community@ctrader.com? I would like to have a look at this.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 12:36

Hi ahmedalihajat,

Because I have been through this excersice before, most of the definitions and platform implementations out there agree with Investopedia. SEC is just vague and can be interpreted in many ways. MT4/MT5 implemented this differently hence why many traders are confused.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 11:59

Hi yuval.ein.

You don't need to have the same folders. You just need to use the same assembly from the same folder for both projects.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2022, 10:55

Hi kim.iasalamo9881,

Please create a separate thread and provide more information about your problem.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

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