Replies

PanagiotisCharalampous
19 Sep 2022, 12:17

Hi there,

It's a known issue and it will be fixed in an upcoming update.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 12:15

Hi Christian,

Please post full screenshots from where you got these images that also show the strategy name so that we can see them as well.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 12:09

Hi webkinson,

You can find consultants here.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 11:09

Hi agastya.alfath,

We are not aware of any issues at the moment. Can you please send us some troubleshooting (Tap seven times on the logo inside the main menu)?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 10:46

Hi Perseverance,

We need the strategy name and link and an explanation why you think the ROI is wrong and what the correct value should be.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 10:41

Hi daniele294658,

Please contact your broker regarding this matter.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 10:23

Hi yuval.ein.

Here is a guide on how to use WinForns in .NET 6.0 cBots/Indicators

https://help.ctrader.com/ctrader-automate/guides/ui/WinForms/#opensave-file-dialogs

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
19 Sep 2022, 10:11

Dear johnthielen,

Heikin Ashi charts will be included in the next major release of cTrader Desktop.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
15 Sep 2022, 08:24

Hi there,

There is no such option at the moment.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 14:30

Hi Vadivelan,

No there isn't.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 14:26

Hi there,

If you have no knowledge of coding, then you can ask your programmer to do this for you or assign the job to somebody else.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 14:11

Hi there,

Here is a starting point to get the method right

        private bool TradingEnabled()
        {
            var @from = TimeSpan.ParseExact("11:00", "hh\\:mm", null);
            var to = TimeSpan.ParseExact("18:00", "hh\\:mm", null);
            return Server.Time.TimeOfDay >= @from && Server.Time.TimeOfDay < to;
        }

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 12:26

Hi dionysian.apostle,

Can you try gining full access to your cBot?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 12:19

Hi dionysian.apostle,

Can you provide a screenshot or a video of what are you looking at?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 09:34

Hi there,

We do not have any ETA for this.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook 


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 09:13

Hi yuval.ein,

Please share with us the indicator code.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
14 Sep 2022, 09:08

Hi dionysian.apostle,

Can you please let us know your broker, the version of cTrader you are using as well as share some screenshots?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
13 Sep 2022, 14:11

Hi yuval.ein,

  1. No, cTrader was ported to .NET 6.0
  2. This happens automatically. You will see if there are updates on the top right corner
  3. Just change the target version. If your code is not compatible, you will need to make the relevant changes. 

 Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
12 Sep 2022, 16:02

Hi, 

Can you try removing # from your username?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
12 Sep 2022, 15:15

Hi, 

Can you record a video with the exact steps you are following?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous