Replies

PanagiotisCharalampous
13 Mar 2020, 12:57

Hi shelby4017,

I am not sure I understood the problem. If the accounts are under the same cTrader ID, then setups should not change if you switch between different accounts. You can save different setups in workspaces.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
13 Mar 2020, 09:15

Hi koktos632,

Do you have any drawings on these charts?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Mar 2020, 09:06

Hi driftingprogrammer,

No there is no such function at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
13 Mar 2020, 08:51

Hi driftingprogrammer,

There is no such feature in the API at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
13 Mar 2020, 08:49

Hi Monkey007,

If you will use a boolean flag, you don't really need to initialize it, they are set to false by default. You can set it to to true when an operation begins and false when it finishes.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Mar 2020, 08:43

Hi vipin.bhatia,

As discussed above, this setting is set by the broker. You can talk to your broker about this.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
13 Mar 2020, 08:38

Hi koktos632,

It would be helpful if you could explain what is cTrader doing at that specific moment. Are you running any cBots amd/or custom indicators. Do you have any objects drawn on the chart? We will need more information to determine if there is anything wrong.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
13 Mar 2020, 08:33

Hi mpistorius,

We managed to reproduce it and we are working on a fix. Unfortunately there is no workaround at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 16:34

Hi sam.c.brown,

I tried reproducing this behavior but could not. Could you please record a short video demonstrating this happening so that we can see the steps you follow to make this happen?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 15:53

Hi NE539,

How can you be sure that this is not a Spotware/Ctrader problem (that has happened in the past according to FPA cases)?

This will be determined by your broker. We do not have access to the required information to investigate such issues via this channel. Only the broker can tell you why the position was closed at the specific price level.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 14:48

Hi firemyst,

There is no such option at the moment unfortunately.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 14:24

Hi firemyst,

You need to change the selected group of linked charts in Active Symbol Panel.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 12:38

Hi ta.vanya.91,

Please contact your broker regarding this issue. Else provide some screenshots that demonstrate this behavior. There is no known issue with the History tab and we do not have access to your account to check this. 

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 11:46

Hi light96,

I tried reproducing this the last couple of days but could not. All my backtesting runs match the optimization runs. The fact that you are using GA method does not allow me to get the exact same results as you and reproduce. Any change you can narrow down the optimization range, run an exhaustive grid search and provide another example that will allow us to reproduce this?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 09:45

Hi VertoTrading,

The fix has been released on Spotware cTrader Beta. It should be rolled out to brokers soon.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 09:21

Hi calgodemo,

Here is a starting point

        private void IndicatorArea_Click(ChartMouseEventArgs obj)
        {
            var text1 = new TextBlock
            {
                BackgroundColor = Color.Red,
                Text = "Test",
                Width = 30,
                Height = 10,
                HorizontalAlignment = HorizontalAlignment.Left,
                VerticalAlignment = VerticalAlignment.Top
            };

            text1.Margin = new Thickness(obj.MouseX, obj.MouseY, 0, 0);
            IndicatorArea.AddControl(text1);
        }

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Mar 2020, 08:08

Hi NE539,

Execution issues should be investigated by your broker.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2020, 16:12

Hi screwmatrix863,

You can find a lot of them here.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2020, 14:59

Hi driftingprogrammer,

1.0.112

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
11 Mar 2020, 14:39

Hi travkinsm1,

Thanks, can you post the indicator as well?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous