PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
23 Nov 2020, 09:55

Hi all, 

There was maintenance taking place over the weekend. Everything should be fine now.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:55

Hi Yuval, 

There was maintenance taking place over the weekend. Everything should be fine now.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:53

Hi abcdavid13,

You cannot use custom indicators on cTrader Web.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:52

Hi all, 

There was maintenance taking place over the weekend. Everything should be fine now.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:51

Hi all, 

There was maintenance taking place over the weekend. Everything should be fine now.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:47

Hi 123123,

Yes it is. You can use standard WinForms message boxes to achieve this or your own custom WinForms or WPF forms.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:46

Hi alexsunny,

Historical data are provided by the brokers. You need to contact ICMarkets regarding this issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:43

Hi imrealfighter,

There is no such pdf available. To start working with FIX API, you can read this article and try our example application.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
23 Nov 2020, 09:00

Hi capezanrares,

You first need to define what do you mean with speed. Can you provide us with an example of what result would you expect to see?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 15:33

Hi notzen,

We have not done any changes regarding this yet. I would advise you to test the server before committing to it.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 09:52

Hi samuel.jus.cornelio,

I am not sure what do you need exactly. If you need the if statement, then it would look something like

if (sign.LastValue(1) > Symbol.Bid)
.
.
.
.
.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 09:49

Hi Jakub,

No we do not because the backtesting process is not a problem that can benefit by GPU acceleration. If your cBot code can benefit from GPU acceleration then you need to enable your code to execute on GPU.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2020, 09:44

Hi there,

There is no easy way to do this. You need to either track the changes in DownFractal/UpFractal and figure out which one was the last to change or write your own custom indicator.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 15:52 ( Updated at: 21 Dec 2023, 09:22 )

Hi equantfx,

You can disable both from settings

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 13:59

Hi mywebsidekicks,

As per the error 

The project file "C:\Users\irmsc\pp\FIX API Library\FIX API Library.csproj" was not found.

Can you confirm that file is there and it is not locked by any other process e.g. antivirus or something else?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 13:56

Hi SmartArtsStudio,

See here.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2020, 13:53

Hi pac.ros,

You should contact Multicharts regarding this issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 15:21

Hi Nobody,

I guess that the problem is here

If you notice the series have only 96 bars but your are looking for a 420 moving average. You should make sure that you have at least as much bars as the moving average period else load more using LoadMoreHistory() method. Let me know if this resolves the problem.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 14:26

Hi notzen,

Just click on the time counter and drag it to the left.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Nov 2020, 12:09

Hi Nobody,

Can you provide a simpler cBot code without dependencies that we can use to reproduce this behavior?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous