Replies

PanagiotisCharalampous
12 Feb 2020, 14:56

Hi Nobody,

You should have received the hotfix by now. Please let us know if it has resolved the issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Feb 2020, 14:41

Hi vladimiroskyrkimtzis

Try Minimum and Maximum functions. See below an example

Bars.HighPrices.Maximum(100);

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Feb 2020, 08:46

Hi Vipin,

The StopTriggerMethod is for stop losses so it will have no effect when a stop loss is not set. Can you tell me which documentation part led you to this conclusion?

and open a new order when the direction of the movement changes

 

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Feb 2020, 08:34

Hi Alistair,

Please send me clientID, clientSecret and a valid token at community@spotware.com and I will have a look at what is going on. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
12 Feb 2020, 08:31

Hi lithast,

The hotfix should be released on Beta sometime this week.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Feb 2020, 08:30

Hi Rob,

Thanks for your suggestion, Please note that suggestions should be posted in the Suggestions section of the forum.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 16:58

Hi Nobody,

We will release a hotfix for this issue soon.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 16:50

Hi emiogbolu,

If it has a Spotware logo then it is probably not your broker's cTrader. You can check which cTrader you use by checking the title of your cTrader application . Please contact your broker for the correct link for their cTrader installation file.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 16:37

Hi emiogbolu,

Please make sure you are using your broker's cTrader. If you still cannot see your trading account, contact your broker directly.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 15:08

Hi Takis,

Weird, here is what I do and it behaves differently. I will continue trying to reproduce this.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 14:19

Hi Takis,

I am still missing something

Double click on the file name and change it.

Which filename? I renamed a cBot in Automate but the instance is not removed.

Best Regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 13:59

Hi Takis,

Renaming a running robot correctly removes it's instance

I could not reproduce this. Can you provide exact steps? Where does it happen? In Trade or Automate?

Best Regards,

Panagiotis 

Join us on Telegram


 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 13:56

Hi Tj11,

1) You cannot change a timeframe on a chart when a cBot is running.

2) cBots cannot reference indicators being on the chart.

Therefore you can consider writing information into a file as a workaround.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 08:50

Hi testpossessed,

No there is no such option.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 08:21

Hi radioglyn,

Can you please explain what do you mean that the charts are failing? What happens? Can you share some screenshots?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
11 Feb 2020, 08:19

Hi Jan,

Positions.Find will only return one position matching the label. There are several changes that you need to make to this example in order to be adapted to handle any number of positions. For example, you will need to track a separate TriggerWhenGaining for each position, maybe with the use of a dictionary.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
10 Feb 2020, 12:19

Hi PureForm,

This is by design. Since in backtesting you can choose from where to start you can load as many bars as you want. If your indicator needs more bars, just start the backtesting from an earlier date so that the bars are loaded.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
10 Feb 2020, 11:04

Hi Alistair,

No environment connection means that the server of the broker of this account is not linked to our Open API proxy. Do you get this message on a consistent basis or was it something temporary?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
10 Feb 2020, 10:45

Hi yeril123,

You can have a condition to place orders only when there are 0 pending orders. You can check the number of pending orders using PendingOrders.Count property.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
10 Feb 2020, 10:42

Hi firemyst.

Check here.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous