Replies

PanagiotisCharalampous
04 Jun 2020, 08:42

Hi ergun,

There is nothing specific on this. cBots and indicators are typical .Net projects so general best programming practices should be followed.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2020, 08:40

Hi trixum,

There is no specific question in that post. What reply do you expect? The fee payment conditions are clearly described in our EULA.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 16:46

Hi trader.andyng,

Thanks, can you please try a clean installation and let us know if this resolves the problem?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 16:43

Hi again,

We received your latest troubleshooting information and we managed to reproduce the issue. We are working on a fix.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 16:40

Hi trader.andyng,

Can you please provide more information about this issue e.g. some screenshots or the error messages you receive?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 16:14

Hi Marco, 

Unfortunately cTrader Web does not support custom indicators. You can consider using cTrader Desktop on your Mac using Parallels Desktop or some other virtualization technology.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 16:04

Hi iucpxleps,

You can use the built-in HasCrossedAbove() and HasCrossedBelow()  methods that allow you to check for a crossover for a defined number of bars in the past.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 14:56

Hi John,

Unfortunately this information is not available through cTrader Automate API.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 10:11 ( Updated at: 21 Dec 2023, 09:22 )

Hi Yuval,

Was that because my 'Enable Email' checkbox was unchecked?

Yes this is correct. Usually the settings for gmail are the following ones

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 10:03

Hi zenirofx,

Can you please send us some troubleshooting information the next time this happens? To do so just press Ctrl+Alt+Shift+T when inside cTrader, paste a link to this discussion in the text box and press submit.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 09:11

Hi YrpWayne,

Creating custom Bars objects is not supported at the moment. We have plans to add Renko data sources in a future release but this will not be included in the next couple of versions yet.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jun 2020, 08:41

Hi Vivek,

You can check this thread, it might be helpful for you.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 16:35

Hi Ahmad,

It seems your antivirus is blocking the download. You need to disable the antivirus.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 16:19

Hi Ahmad,

You can contact your brokers and they will send you the relevant links.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 10:41

Hi Yuval,

You can do this through indicator parameters. Just create a parameter and set it yourself depending on where is the indicator getting called from.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 10:38

Hi Yuval,

1. Right click on the cBot and you will see the two options. For more info, check here.

2. In this case you will need to reinstall the cBot.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 09:12

Hi Vadivelan,

No this will check if the cross has taken place during the last 10 bars.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 09:05

Hi Vadivelan,

Here it is

            if (_stoch.PercentD.HasCrossedAbove(_stoch.PercentK, 0))
            {
                // Do something
            }

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 08:49

Hi Vadivelan,

It is your decision where the check will take place, in OnTick() or in OnBar(). To check crosses, you can use HasCrossedAbove() and HasCrossedBelow() methods.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jun 2020, 08:33

Hi RayAdam,

Unfortunately this method doesn't work on backtesting at the moment. The solution will work only for forward execution of the cBot.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous