Replies

PanagiotisCharalampous
13 Oct 2020, 09:12

Hi harrysmith1991,

Your SenderSubID seems wrong but you should get a response. Other than that, I do not see anything wrong with the message. Did you use our example application to compare your messages?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Oct 2020, 08:43

Hi harrysmith1991,

Please also confirm that your credentials are correct. I would suggest to use our FIX API sample to test and compare messages.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Oct 2020, 08:12

Hi danieljclsilva,

These methods are methods of the robot. You will need to pass the robot as a parameter and call it's methods inside the new class.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Oct 2020, 08:09

Hi there,

Can you provide us with the cBot code and steps to reproduce this exception?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Oct 2020, 08:05

Hi there,

The OnBar method will be called as soon as the bar for the specific symbol has been created.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Oct 2020, 08:01

Hi Yuval,

Then you should talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 15:16

Hi Johannes,

I did not understand what are you trying to do. Can you please elaborate?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 12:49

Hi hyiper,

Please provide us with the following information

1) Strategy name.

2) Copying account number and broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 10:35

HI WB,

Try the below

 Chart.DrawText("text1", VBuy.ToString(), Server.Time, Symbol.Bid, Color.Red);

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 10:16

HI WB,

You first need to explain what are you trying to do since your code does not make sense to me.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 09:58

HI WB,

There are several issues in your code

1) text variable is not declared.

2) For the x coordinate, the method takes as input the date or the bar index. The VBuy input you are using doesn't make much sense.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 09:35

HI WB,

You need to provide the complete code and let us know what is the problem.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 09:34

Hi snowchilli,

The formulas are 

Typical Price = (High+Low+Close)/3

Weighted Close = (Close*2+High+Low)/4

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 09:03

Hi Shares4UsDevelopment,

It also sounds weird that you get time to rewrite the indicators but you don't get time to share the code with us, even privately, or write a simple cBot that reproduces the problem. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 08:51

Hi Shares4UsDevelopment,

Unfortunately there is not much we can do without some code to reproduce the problem.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 08:47

HI WB,

You can use the DrawText() method.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 08:43

Hi notzen,

To remove demo accounts, you need to contact your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 08:42

Hi there,

Check the Sample cBot Reference SMA provided with cTrader to see how you can reference an indicator inside the cBot.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 08:38

Hi snowchilli,

Can you make your question more specific? Which new indicators?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Oct 2020, 08:37

Hi Yuval,

Did you talk to your broker? Is it the same broker and account? Can you provide screenshots that show the broker and the account number?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous