Topics
03 May 2025, 17:17
 263
 0
01 May 2025, 16:34
 343
 7
09 Apr 2025, 11:13
 266
 1
01 Apr 2025, 08:01
 302
 1
07 Mar 2025, 14:54
 263
 1
11 Feb 2025, 13:04
 503
 2
26 Jan 2025, 11:42
 353
 1
14 Jan 2025, 09:21
 353
 1
19 Dec 2024, 16:10
 0
 393
 0
11 Dec 2024, 09:55
 481
 2
04 Nov 2024, 17:12
 716
 5
22 Oct 2024, 06:29
 0
 481
 0
20 Oct 2024, 04:36
 512
 1
11 Oct 2024, 06:30
 0
 516
 0
11 Oct 2024, 06:30
 0
 505
 0
10 Oct 2024, 12:37
 513
 2
13 Sep 2024, 07:14
 1
 487
 0
Replies

eynt
21 Jun 2024, 07:30

RE: RE: RE: Load more History on Backtest

PanagiotisCharalampous said: 

eynt said: 

PanagiotisCharalampous said: 

Hi all,

This has been implemented in v5.0.

Best regards,

Panagiotis

Hello

I'm using version 5.0.25.27693 and is does not seem like the issue is implemented.

While using Backtest I called the Bars.LoadMoreHistory method, however the values of Bars.Count and Bars.OpenTimes[0] are not changed

Thanks

Can you provide exact steps to reproduce i.e. code, broker, cBot parameters and dates?

Best regards,

Panagiotis

 

 

Hi

 

I attached a code sample below. I've tried several symbols, timeframes and data types. My broker is Pepperstone.

As can be seen in  its output the values remain the same.

 

 

20/06/2024 00:00:00.000 | Info | CBot instance [LoadBarsTest, EURUSD, h1] started.
20/06/2024 00:00:00.084 | Info | 200 07/06/2024 17:00:00
20/06/2024 00:00:00.084 | Info | 200 07/06/2024 17:00:00
20/06/2024 00:00:00.084 | Info | 200 07/06/2024 17:00:00
20/06/2024 00:00:00.084 | Info | 200 07/06/2024 17:00:00
20/06/2024 23:59:59.951 | Info | CBot instance [LoadBarsTest, EURUSD, h1] stopped.

 

protected override void OnStart()
        {
            Print(Bars.Count + " " + Bars.OpenTimes[0]);

            for (int i = 0; i < 3; i++)
            {
                Bars.LoadMoreHistory();
                Print(Bars.Count + " " + Bars.OpenTimes[0]);
            }
        }

@eynt

eynt
20 Jun 2024, 10:03

RE: Load more History on Backtest

PanagiotisCharalampous said: 

Hi all,

This has been implemented in v5.0.

Best regards,

Panagiotis

Hello

I'm using version 5.0.25.27693 and is does not seem like the issue is implemented.

While using Backtest I called the Bars.LoadMoreHistory method, however the values of Bars.Count and Bars.OpenTimes[0] are not changed

Thanks


@eynt

eynt
20 Jun 2024, 10:03

RE: Load more History on Backtest

PanagiotisCharalampous said: 

Hi all,

This has been implemented in v5.0.

Best regards,

Panagiotis

Hello

I'm using version 5.0.25.27693 and is does not seem like the issue is implemented.

While using Backtest I called the Bars.LoadMoreHistory method, however the values of Bars.Count and Bars.OpenTimes[0] are not changed

Thanks


@eynt

eynt
16 May 2024, 15:32

RE: RE: RE: RE: Column is missing on export

I tried again on version 5.0.19.26398 and it still does not work

 

Thanks


@eynt

eynt
25 Apr 2024, 08:32

RE: RE: RE: Column is missing on export

I also suggest that on the History tab when trading live a sum of the pips will be shown as well and not just the money

 

Thanks


@eynt

eynt
25 Apr 2024, 08:32

RE: RE: RE: Column is missing on export

I also suggest that on the History tab when trading live a sum of the pips will be shown as well and not just the money

 

Thanks


@eynt

eynt
20 Apr 2024, 19:09

RE: Column is missing on export

The issue is still unsolved


@eynt

eynt
17 Jan 2024, 10:33

RE: RE: RE: RE: RE: RE: Repeated Disconnections

PanagiotisCharalampous said: 

We have received the troubleshooting and it is under investigation.

Best regards,

Panagiotis

Hello

Since the last post there were much fewer disconnections (1-2 a week) and I thought this issue was taken care of. Unfortunattly since about a week ago the problem came back and there are disconnections every few hours (about 5-10 disconeections happend last week). I was able to send troubleshooting within 3-4 minutes of the disconnection with a reference to this post.

I'm looking forward to hear from you.

 

Thanks

 


@eynt

eynt
02 Dec 2023, 16:14

RE: RE: RE: RE: Repeated Disconnections

Hi,

It was not easy to catch the disconnections immediatly when it happens however I was able to do it now. I sent the troubleshoot immediately after with a reference to this thread. The proxy data is down, I am looking forward to hear from you about the matter.

 

Thanks

 

Hi

 

Is there anything new about the subject?

 

Thanks


@eynt

eynt
29 Nov 2023, 05:06 ( Updated at: 21 Dec 2023, 09:23 )

RE: RE: RE: Repeated Disconnections

PanagiotisCharalampous said: k you for your calrification

Hi eynt,

It should be “not more” :)  So after you get a disconnection, send the troubleshooting as soon as possible

 

Hi,

It was not easy to catch the disconnections immediatly when it happens however I was able to do it now. I sent the troubleshoot immediately after with a reference to this thread. The proxy data is down, I am looking forward to hear from you about the matter.

 

Thanks 

 


@eynt

eynt
15 Nov 2023, 04:30

RE: Repeated Disconnections

PanagiotisCharalampous said: 

Hi there,

Your report did not log any disconnections. You need to send the troubleshooting not less than a couple of minutes after the disconnection happens.

Best regards,

Panagiotis

Hello

I am now reading again your reply and I'm not sure I understood. Does the troubleshooting information need to be MORE than 2 minutes after the disconnection or LESS?

Thank you for your calrification


@eynt

eynt
10 Nov 2023, 08:44

RE: Repeated Disconnections

ok, i will send it next week probably.

Is there a way to send the troubleshooting when the bot run via CLI?

Thanks


@eynt

eynt
10 Nov 2023, 08:04

I've changed the code to the following, it still acts the same

Thank you

 

 

private void CheckBox_Checked(CheckBoxEventArgs e)
        {
            Print("CheckBox_Checked");
            LOAD_INDICATOR = true;// (bool)e.CheckBox.IsChecked;
            Print("LOAD_INDICATOR= " + LOAD_INDICATOR);
        }

        private void CheckBox_Unchecked(CheckBoxEventArgs e)
        {
            Print("CheckBox_Unchecked 1");
            LOAD_INDICATOR = false;
            Print("LOAD_INDICATOR= " + LOAD_INDICATOR);
        }

@eynt

eynt
10 Nov 2023, 07:55

RE: Repeated Disconnections

ok, i will send it next week probably.

Is there a way to send the troubleshooting when the bot run via CLI?

Thanks


@eynt

eynt
10 Nov 2023, 04:10

RE: CheckBox alwyas clicked

Thank you.

It does work, however, I have another problem. I changed the code so it would change the indicator's parameter which is called LOAD_INDICATOR. However, although the print says its value is changed, when I go to the object manager to see the indicator's parameter value, over there it's not changed.

 

 

[Parameter(DefaultValue = false)]
        public bool LOAD_INDICATOR { get; set; }

private void CheckBox_Changed(CheckBoxEventArgs e)
        {
            Print("CheckBox_Changed 1");
            LOAD_INDICATOR = (bool)e.CheckBox.IsChecked;
            Print("LOAD_INDICATOR= " + LOAD_INDICATOR);
        }

@eynt

eynt
09 Nov 2023, 21:41

Hello

 

Is there anything new? Did you get the troubleshooting information?


@eynt

eynt
07 Nov 2023, 07:23

Yes, 2 minutes after posting here I sent the trubleshooting information via the cTrader app

 

Thanks


@eynt

eynt
07 Nov 2023, 07:16

RE: RE: RE: RE: RE: RE: RE: Repeated Disconnections

Yes, 2 minutes after posting here I sent the trubleshooting information via the cTrader app

 

Thanks


@eynt

eynt
06 Nov 2023, 21:53 ( Updated at: 21 Dec 2023, 09:23 )

RE: RE: RE: RE: RE: Repeated Disconnections

Hello

There's been a mix in the messages orders for some reason and I can't see the message I send a minute ago so I resend it here

 

The problem keeps happeninng. I had 3 disconnections in 24 hours, on 2 different computers. I will send the troubleshooting information. Proxy information attached below.

Please keep me posted about your findings.

 

Thanks

 


@eynt

eynt
06 Nov 2023, 21:50 ( Updated at: 21 Dec 2023, 09:23 )

RE: RE: RE: RE: Repeated Disconnections

Hello

 

The problem keeps happeninng. I had 3 disconnections in 24 hours, on 2 different computers. I will send the troubleshooting information. Proxy information attached below.

Please keep me posted about your findings.

 

Thanks

 

 


@eynt