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

PanagiotisCharalampous
28 May 2024, 11:41

RE: RE: cTrader v5 .Algo File does not overwrite

RiskOnTrade said: 

PanagiotisCharalampous said: 

Hi there,

Can you record a video demonstrating this happening?

Best regards,

Panagiotis

Please check your Telegram. I DM you.

We managed to reproduce the problem and we will fix it soon


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 11:13

Hi there, 

This usually happens when your graphics card drivers are not up to date. Please try to update them.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 11:12

RE: RE: Log window not showing the correct time

firemyst said: 

PanagiotisCharalampous said: 

It uses your cBot's timezone. If there isn't one set, it's UTC+0

Well, that's annoying. According to the way it's implemented, if I wanted any cBot to log in local time for the time zones I go through because I travel often, I would have to update, recompile, and redeploy the bot every single time I cross a timezone to update the bot instances with the timezone I'm in? 

Who decided that?! O.M.G. face palm

cTrader can certainly determine if the cBot is running locally (and not in the cloud), and can also determine if there's a timezone set or not.

If I start a cBot on a VPS that's set for my local time zone running an instance of cTrader bot locally (not in the cloud) set to the current timezone I want to use, then why doesn't the bot, by default if no time zone is specified and it's running locally, use the local time zone?! 

It makes more sense to use the timezone the user has selected in cTrader in than a default UTC+0.

 

This is not something that works out of the box, automatic timezone detection needs to be developed. Feel free to post a suggestion in the Suggestions and we will consider it for future releases.


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 11:07

Hi there,

Can you record a video demonstrating this happening?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 06:31

Hi there,

There is no built in feature for this. You would need to develop your own functionality to achieve this.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 06:30

Hi there,

Can you share a screenshot of the button you are talking about?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 06:26

It uses your cBot's timezone. If there isn't one set, it's UTC+0


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 06:22

Hi there,

Have a look at the tool below, it could be helpful

https://ctrader.com/algos/indicators/show/3015

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 06:07

Here you go

        public static bool Check(Robot robot)
        {
            string MyLocalStorage = robot.LocalStorage.GetString("Data", LocalStorageScope.Type);
            if (MyLocalStorage == null)
            {
                return false;
            }
            else
            {
                return true;
         
            }
        }

@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 05:55

Hi there,

Please share your cBot code and cBot parameters to reproduce this behavior.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 05:53

Hi there,

Can you please record a video demonstrating this happening?

Best regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 05:50

Hi there,

Can you share your cBot's code with us?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 05:46

RE: RE: Optimization not functioning correctly.

newgibbo said: 

PanagiotisCharalampous said: 

Hi there,

You haven't shared any errors. Can you please share them with us?

Best regards,

Panagiotis

edited

Thank you, it's a known issue, please provide full access permissions to your cBot until we resolve this


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 05:45

RE: v5.0.22 no indicators

caputojr said: 

Hello,

You are not alone on this issue. I have it in both Windows and Mac versions.

I have issues with built-in and 3rd parties indicators.

Did you send us troubleshooting?


@PanagiotisCharalampous

PanagiotisCharalampous
28 May 2024, 05:41

Hi there,

Can you please elaborate on the issue you are trying to communicate to us?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 May 2024, 13:01

RE: RE: RE: RE: RE: RE: RE: RE: RE: Ctrader not running any backtest or optimization for any of the bots

pedrointer.12 said: 

 

Sorry about that, I had taken a screenshot from version 4.9.

However, the problem persists on version 5.0.22

 

PanagiotisCharalampous said: 

pedrointer.12 said: 

Hello, here is the screenshot.

I have also sent the troubleshoot issue through Ctrader

attentavely,

Pedro

PanagiotisCharalampous said: 

pedrointer.12 said: 

PanagiotisCharalampous said: 

pedrointer.12 said: 

PanagiotisCharalampous said: 

pedrointer.12 said: 

cTrader Forum - Backtest, Optimization is Not Working

This forum post also has the same issue as me. We even have the same saversion of windows and the AMD 5. 

I am able to run backtest on visual mode, but It is impossible for me to optimize. 

Hi there, 

Can you click on a pass and check the log? There should be some useful information there.

Best regards,

Panagiotis

Thank you for replying Panagiotis. 

I just checked the logs and these are the results 

18/02/2024 01:00:00.000 | Failed to place Market Order Sell EURUSD 100000 with error code UnknownSymbol

18/02/2024 01:00:00.000 | Failed to get symbol 'EURUSD': Symbol not found or has no quotes.

18/02/2024 01:00:00.000 | Symbol 'EURUSD h1' cached data cleared.

18/02/2024 01:00:00.000 | Symbol 'EURUSD h1' cached data not available or corrupted.

18/02/2024 01:00:00.000 | Failed to get symbol 'EURUSD': Symbol not found or has no quotes.

18/02/2024 01:00:00.000 | Symbol 'EURUSD h1' cached data cleared.

18/02/2024 01:00:00.000 | Symbol 'EURUSD h1' cached data not available or corrupted.

18/02/2024 01:00:00.000 | CBot instance [Sample Martingale cBot, EURUSD, h1] started.

Hi there,

This is a known issue in cTrader 4.8 and should have been resolved in v5.0. Can you please download v5.0 and let me know if the issue persists?

https://ctrader.com/download

Best regards,

Hello,

 

I just uninstalled the previous version and installed the new version 5.0.21

I am afraid that the problem persists and with the same messages in the logs.

Attentively,

Pedro

Hi there,

Could you please share some screenshots with the log messages and send us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.

Best regards,

cTrader Team


 

 

Hi Pedro,

This does not look like 5.0.21. Can you please share a full screenshot of the UI?

Best regards,

Panagiotis

 

Thank you, we are looking at it. In the meanwhile try giving full access permissions to your strategy


@PanagiotisCharalampous

PanagiotisCharalampous
27 May 2024, 11:50

RE: RE: Stop() Asynchronous?

Clark22 said: 

Spotware said: 

Hi there,

This is an expected behavior when programming in .Net. If you want to break an execution immediately, throw an exception.

Regarding the Promise/Future question, read below

https://stackoverflow.com/questions/70992438/how-to-control-c-sharp-task-async-await-in-same-way-as-javascript-promise

Best regards,

Panagiotis

Hi Panagiotis,

 

Are you saying that the TradeResult is a Task type?

Also, regarding the Stop() method behaviour. It's not listed as Async even though it behaves as such.

 

Cheers,

Clark 

Hi Clark,

Are you saying that the TradeResult is a Task type?

TradeResult is a type on its own

Also, regarding the Stop() method behaviour. It's not listed as Async even though it behaves as such.

It's not Async, the execution is stopped after the calling method has been executed too. If you don't want to execute the code after the Stop() method, you need to rethink your implementation.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 May 2024, 11:42

Hi there,

Dark theme is available in cTrader Desktop. See below

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 May 2024, 11:40

Hi there,

The troubleshooting for this exception has been received and will be fixed soon.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 May 2024, 11:37

Hi there

Thank you for reporting this issue.  Could you please send us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.

Best regards,


 


@PanagiotisCharalampous