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

PanagiotisCharalampous
01 Sep 2020, 08:00

Hi ricardotapiagallegos9605,

In order to help you, you need to report your problem in English and provide more information.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
01 Sep 2020, 07:58

Hi Luca,

You need to rewrite the code from scratch. This one does not make any sense. How will the condition be updated if it the code does not exit the loop?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 17:17

Hi a.raulinaitis,

Can you please confirm that you use all your pc resources?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 17:08

Hi Luca,

This will never trigger because you have programmed an infinite while loop. There is no way for the condition to become true.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 15:57

Hi honeybadger,

The limit at the moment is 1000 characters but we will consider increasing it. 

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 14:20

Hi Yuval,

It could happen under some circumstances. If you provide us with more information, we can check it.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 10:51

Hi vldmarton,

Here is the explanation for static members

A non-static class can contain static methods, fields, properties, or events. The static member is callable on a class even when no instance of the class has been created. The static member is always accessed by the class name, not the instance name. Only one copy of a static member exists, regardless of how many instances of the class are created. Static methods and properties cannot access non-static fields and events in their containing type, and they cannot access an instance variable of any object unless it's explicitly passed in a method parameter.

from Microsoft

When the cBot is optimized then many instances of the same class are initialized, sharing eventually the one and only copy of the static members.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 10:15

Hi vldmarton,

The problem is with your code. You need to remove the static keyword from everywhere. Else the parameters are shared between instances and a mess is caused.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 09:01

Hi NenJiDaPassiv,

We will need more information to be able to assist you. You need to provide us with the complete cBot code and instructions to reproduce such behavior on backtesting i.e. broker, symbol, dates and cBot parameters.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 08:58

Hi Yuval,

For price feed issues, you should talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 08:55

Hi Christian,

Thanks for pointing this out. I have updated the code accordingly.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 08:32

Hi vldmarton,

Please provide me with the symbol of the backtesting results for the case highlighted above so that I can produce the same results.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 08:28

Hi nikw,

MFA is in our future plans.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
31 Aug 2020, 08:27

Hi patrock333,

No we do not impose any limitations.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
28 Aug 2020, 16:48

Hi paymanz,

This is controlled by the developer. You need to ask the indicator developer to give his indicator the same name as his description.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Aug 2020, 07:52

Hi Raminkus,

You need to talk to your broker regarding this.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Aug 2020, 07:41

Hi Okaforsamuel007,

Can you please try a clean installation and let us know if this resolves the issue?

Best Regards,

Panagiotis 

Join us on Telegram

 

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2020, 16:27

Hi Sam,

It's you who needs to explain what you are doing in order to help you. You are trying to declare an indicator with a class name of 61.8retracement but you have not posted such an indicator here. What indicator is this? Can you share it with us?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2020, 16:03

Hi heychirag,

You are confusing balance and equity. They are a different thing. Max Balance Drawdown refers to the drawdown between balances, not between balance and equity. So you should be checking the yellow line only.

 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Aug 2020, 15:46 ( Updated at: 21 Dec 2023, 09:22 )

Hi heychirag,

You are looking at the wrong chart. ROI has nothing to do with balance drawdown. Here is the correct one

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous