Replies

PanagiotisCharalampous
05 Feb 2020, 15:50 ( Updated at: 21 Dec 2023, 09:21 )

Hi mylowsmoke,

When building your cBot, you should get warnings that inform you what is obsolete and how it can be updated. See below

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2020, 14:28

Hi Victor,

The optimization seems to have finished. What happens if you press the play button again? Did you check if there is an issue with the cBot? Did you try restarting cTrader? Can you share the cBot code?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2020, 14:12

Hi bishbashbosh,

The issue results from the fact that we do not save historical market hours therefore we just use the current setting of the broker. So it might cause this discrepancy during periods with a different DST setting.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2020, 12:40

Hi Victor,

Can you post some screenshots as well for us to understand the issue?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2020, 12:16 ( Updated at: 21 Dec 2023, 09:21 )

Hi luclucens,

You can do this from the Line Studies Tools. See below

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Feb 2020, 08:32

Hi cysecsbin.01,

No that is not possible. Can you send us this indicator or post a screenshot?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2020, 10:43

Hi Takis Genn,

I have being trying to reproduce this behavior but without success. It seems to work fine for me. Any chance you can record a short video demonstrating the steps you follow to reproduce this issue?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2020, 09:16

Hi Monkey007,

Please try a clean installation and let me know if it resolves the problem.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2020, 09:12

Hi radioglyn,

I could not reproduce such a behavior. Can you provide me with the exact steps you follow or record a short video demonstrating this behavior?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Feb 2020, 08:36

Hi koktos632,

Feel free to contact me at community@spotware.com.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 15:46

Hi koktos632,

Can we arrange a TeamViewer session with one of our QA engineers, to inspect the issue on your computer?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 14:29

Hi netmstnet,

You can try this condition

            if (Positions.First().NetProfit > AverageTakeProfit)
                Positions.First().Close();

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 14:02

Hi netmstnet,

You can use First() and Last() functions. See below an example

Positions.First().Close();

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 09:58 ( Updated at: 21 Dec 2023, 09:21 )

Hi jcr1818,

Here it is

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 09:48

Hi miloscicmil,

Unfortunately no. We do not have the right to redistribute Trading Central signals. If you need access to their API, you can contact them directly.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 09:44

Hi jcr1818,

We removed the multi-chart mode and we changed the timeframe labels to make the chart tabs smaller and allow cTrader to display more chart tabs. You can still use multi-chart mode from the line studies tools.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 09:36

Hi driftingprogrammer,

The built-in TSL does not allow you to set a trigger distance for your trailing stop loss. It starts trailing immediately. This sample does (TriggerWhenGaining parameter).

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 09:33 ( Updated at: 21 Dec 2023, 09:21 )

Hi thi80,

If you don't want the ASP to change the symbol of the chart, then you need to unlink it from the relevant chart. See below

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 09:28

Hi m.ghobeishavi1986,

To show an indicator on the chart, you will need to set the IsOverlay property to true. See below

  [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]

Unfortunately we cannot send you any code for this functionality. You will need to write it yourself.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Feb 2020, 09:25

RE: RE:

Hi calgodemo,

You can send it to me at community@spotware.com.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous