Topics
16 Nov 2023, 07:42
 1110
 1
15 Nov 2023, 10:36
 1987
 16
Replies

Spotware
03 Nov 2014, 16:08

Hello jobenb,

As we already mentioned we cannot provide a time estimate for release. We closed the thread because there is nothing to discuss.


@Spotware

Spotware
03 Nov 2014, 16:02

This functionality is in our long term road map, it will not be available in the near future.


@Spotware

Spotware
03 Nov 2014, 10:27

Please contact your broker regarding this issue.


@Spotware

Spotware
03 Nov 2014, 10:23

There is a limit for 2000 positions and pending orders per account.


@Spotware

Spotware
03 Nov 2014, 10:16

This functionality is in our road map, thank you for your suggestion.


@Spotware

Spotware
03 Nov 2014, 10:14

Hello jobenb,

Unfortunately we cannot reproduce the described issue with Optimization. Could you please send code of your cBot to troubleshooting@spotware.com? We will use it for troubleshooting purposes only.


@Spotware

Spotware
03 Nov 2014, 10:11

Hello jobenb,

Do you use system timer's in your cBot? Do you run your code in a separate thread? Do you see any error in cBot Log or Windows Journal?


@Spotware

Spotware
03 Nov 2014, 10:08

No, cAlgo doesn't save optimization state between optimization sessions.


@Spotware

Spotware
03 Nov 2014, 10:04

Hello jobenb,

As we already mentioned we cannot provide a time estimate for the release. This forum thread will be closed, because there is nothing more to discuss.


@Spotware

Spotware
03 Nov 2014, 09:51

Dear Trader,

Unfortunately due to contractual agreements, we cannot distribute a list of brokers that offer cTrader. Please contact brokers directly.


@Spotware

Spotware
03 Nov 2014, 09:43

You can draw candles using ChartObjects.DrawLine method. Draw thin line from high to low and thick line from open to close.


@Spotware

Spotware
31 Oct 2014, 18:07

Hello,

You can copy and paste lines in cTrader Web.

At the moment this is not supported on the rest of the platforms, but it will be implemented in the near future.

 


@Spotware

Spotware
31 Oct 2014, 17:59

We can recommend you to install our visual studio extension directly from Visual Studio:

  • Open Visual Studio
  • Go to Tools, Extensions and Updates
  • Find "cBots and Custom Indicators" in the "Online" section
  • Install it
  • Launch cAlgo and perform "Edit in Visual Studio" command

@Spotware

Spotware
30 Oct 2014, 09:14

Tick data backtesting was released couple of months ago.  In order to run tick data backtesting you need to perform the following steps:

  • select "Tick data from Server" in backtesting settings
  • choose date range
  • press "Start" button

After that tick data will be loaded and backtesting will be run over tick data.


@Spotware

Spotware
30 Oct 2014, 09:09

If you want to use such tick data in backtesting or optimization you need to perform the following steps:

  • select "Tick data from Server" in backtesting settings
  • choose date range
  • press "Start" button

After that tick data will be loaded automatically.


@Spotware

Spotware
29 Oct 2014, 15:03

Thank you for your suggestion, we will do it in that way.

 


@Spotware

Spotware
29 Oct 2014, 14:24

In history tab the id column shows closing deal id which is not the same as position id. You can match history id and position id using History collection. Every historical trade contains both position id and closing deal id.


@Spotware

Spotware
29 Oct 2014, 14:15

Probably previous version of Visual Studio was not removed correctly. Unfortunately we cannot help with that.


@Spotware

Spotware
29 Oct 2014, 12:15

ID38 was closed at 15:57 based on the Log

Could you please provide the Log?


@Spotware

Spotware
29 Oct 2014, 10:01

RE: RE:

jobenb said:

Spotware said:

We plan to add parameters of enum type in robots/indicators then you will be able to do this. At the time being the best way to code this is as you have done with integer.

Hi Spotware

It has been a year since you said that this would be added. I was just wondering if this is now a feature?

Thank you.

No, it is not available yet, but it is in our road map.


@Spotware