Topics
09 Apr 2025, 11:13
 16
 1
01 Apr 2025, 08:01
 59
 1
07 Mar 2025, 14:54
 72
 1
11 Feb 2025, 13:04
 162
 2
26 Jan 2025, 11:42
 156
 1
14 Jan 2025, 09:21
 158
 1
19 Dec 2024, 16:10
 0
 205
 0
11 Dec 2024, 09:55
 283
 2
04 Nov 2024, 17:12
 453
 5
22 Oct 2024, 06:29
 0
 299
 0
20 Oct 2024, 04:36
 323
 1
11 Oct 2024, 06:30
 0
 303
 0
11 Oct 2024, 06:30
 0
 319
 0
10 Oct 2024, 12:37
 310
 2
13 Sep 2024, 07:14
 1
 297
 0
21 Aug 2024, 16:28
 0
 298
 0
Replies

eynt
20 Oct 2022, 12:17

RE:

Hello

one is 4.2.22.8460 and the other is 4.2.22.8451.

Please try to run the sample bot on as much symbols as possible so it will make the process of reproducing the bug as fast as possible. You can try to run the cBot for a few days to be sure although for me it took no more than a few hours.

My cTrader is configured as UTC+3 perhaps it's related.

Thanks

 


@eynt

eynt
20 Oct 2022, 10:07

RE: RE:

I wanted to add that the problem occurs on more than one broker so it's not a broker issue

 


@eynt

eynt
19 Oct 2022, 10:13

RE:

Hello

Where you able to reproduce the bug?


@eynt

eynt
18 Oct 2022, 09:07

RE:

Spotware said:

Dear traders, 

Thanks for reporting this issue. The team is aware of it and working on a solution. In the meanwhile, you need to downgrade the cTrader Automate package to 1.0.2.

Best regards,

cTrader Team

 

Thank you for your response.

Please report on this forum thread once this issue is solved so we can get notified by email that it is fixed.


@eynt

eynt
17 Oct 2022, 23:14

RE:

Important update:

 

I believe I was able to fix this problem by the following actions from Visual Studio:

Right click the solution > Manage NuGet packages for solution > Downgrading cTrader.Automate from version 1.0.3 to 1.0.2

I believe there's some sort of a problem with the cTrader.Automate and I am looking forward to hearing your opinion about the subject.

 

Thank you


@eynt

eynt
12 Oct 2022, 15:06 ( Updated at: 12 Oct 2022, 15:07 )

RE: RE:

Is there a way at least to set the default color value?

Thanks

 


@eynt

eynt
11 Oct 2022, 00:28

RE:

Thank you

 

Is there a way to set the bands color by code?


@eynt

eynt
09 Oct 2022, 10:43

RE:

Hello, anything new?

 


@eynt

eynt
06 Oct 2022, 18:19

RE:

Thank you

 

This work for 2 indicators of the same type. What if the indicators are different types of custom indicators?

 

 


@eynt

eynt
06 Oct 2022, 13:34

RE:

Hello

Anything new on the subject?

 


@eynt

eynt
06 Oct 2022, 11:56

RE: RE: Old indicator trigger error on new version

Hello

Anything new on the subject?

 


@eynt

eynt
05 Oct 2022, 20:19

RE:

Thank you

 

This indicator does load data without throwing errors, I will try to use this approach on my projects.

However, if I have several other indicators on my charts, each time GoToData get more data (which can be dozens of times if the date is far in the past) all the indicators are being reloaded again and again which can slows down the entire process of presenting the chart.

Is there a way to make other indicators load themselves only once - when the GoToData finishes getting data?


@eynt

eynt
04 Oct 2022, 11:56

RE: RE:

Hello

Anything new on the subject?


@eynt

eynt
29 Sep 2022, 22:09

RE:

This behavior causes my indicator to be suspended (red exclamation mark) and basically fail. Try-catch does not work either.

How can I fix/bypass that behavior?

 

Thanks

 


@eynt

eynt
29 Sep 2022, 17:13

RE: Old indicator trigger error on new version

Hello

 

Were you able to repreduce the bug?


@eynt

eynt
29 Sep 2022, 12:46

RE:

Hi

 

 

I am reattaching the solution link. I was able to download it from an external computer and open \AssemblyError\GuiTester\GuiTester.sln which has this error.

 

 

 

 


@eynt

eynt
29 Sep 2022, 12:26

RE: RE:

Hello

 

Were you able to download the solution and recreate the error?


@eynt

eynt
28 Sep 2022, 01:09

RE:

Hello

 

The following contains a solution with the error above. GuiTester solution and project should have a project reference to WinFormsLibrary3 which will cause following error:

 

Severity    Code    Description    Project    File    Line    Suppression State
Error    CS1705    Assembly 'WinFormsLibrary3' with identity 'WinFormsLibrary3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' which has a higher version than referenced assembly 'System.Windows.Forms' with identity 'System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'    GuiTester    D:\Downloads\AssemblyError\GuiTester\GuiTester\CSC    1    Active
 

 

 

 

 


@eynt

eynt
25 Sep 2022, 13:12

RE: RE: RE:

Hi

 

Is there anything new on the subject?

 

Thanks


@eynt

eynt
22 Sep 2022, 09:04

RE: RE:

Hi

 

I tried to create a new bot with a new WinForm class library instead of the old one which was upgraded from .net4 and I got the same error.

I am sending you the solution by email now.

These are the steps I've made:

 

1. Created a new cBot and changed its cproj file so it can run with winforms

2. Created a new WinForm class library and added a form to it

3. Added the WinForm class library to the bot's solution and added its project reference

4.From the bot I tried creating an instance of the form and its ShowDialog method

5. rebuilt the solution

 

 

 

 

 

 

 

 


@eynt