Topics
16 Nov 2023, 07:42
 1088
 1
15 Nov 2023, 10:36
 1967
 16
Replies

Spotware
02 Dec 2013, 14:33

cAlgo now supports backtesting with data from imported files. See more details here: Backtesting with data from CSV file


@Spotware

Spotware
02 Dec 2013, 14:21

cAlgo now supports backtesting with data from imported files. See more details here: Backtesting with data from CSV file


@Spotware

Spotware
02 Dec 2013, 14:18

cAlgo now supports backtesting with data from imported files. See more details here: Backtesting with data from CSV file


@Spotware

Spotware
02 Dec 2013, 14:17

cAlgo now supports backtesting with data from imported files. See more details here: Backtesting with data from CSV file


@Spotware

Spotware
02 Dec 2013, 14:15

cAlgo now supports backtesting with data from imported CSV files. See more details here: Backtesting with data from CSV file


@Spotware

Spotware
02 Dec 2013, 14:14

cAlgo now supports backtesting with data from imported files. See more details here: Backtesting with data from CSV file


@Spotware

Spotware
02 Dec 2013, 13:00

Code of robots and indicators is executed locally on your PC. It only sends trading commands to a server. So we don't ever get your code on a server.


@Spotware

Spotware
02 Dec 2013, 12:51

We have reconfigured our servers in order to avoid such situations in future. Please tell us if you face something like this one more time.

Thank you for your report.


@Spotware

Spotware
02 Dec 2013, 12:37

Currently there is no such method, but rates are refreshed during any synchronous operation (synchronous trading methods, receiving new symbol, receiving new series).

Could you describe certain situation where you would like to use RefreshRates method?


@Spotware

Spotware
02 Dec 2013, 12:07

We will consider adding a method to double the positions volume. For now, you can execute the same trade and use the same Label to identify the positions.


@Spotware

Spotware
02 Dec 2013, 11:59

We will first introduce robot parameter optimization. Then, we will consider the use of remote processing for optimization.


@Spotware

Spotware
02 Dec 2013, 11:52

We plan to introduce global variables for robot interaction. This way it will be possible to coordinate robots running simultaneously.


@Spotware

Spotware
02 Dec 2013, 11:06

You probably omitted the class declaration.

The structure is

namespace cAlgo.Robots
{
    [Robot(TimeZone = TimeZones.UTC)]
    public class NewRobot : Robot
    {
...

You can use the New button in the cAlgo editor for convenience.


@Spotware

Spotware
02 Dec 2013, 09:46

Please see this page: /vps/ for the minimum requirements when using VPS.


@Spotware

Spotware
29 Nov 2013, 14:47

RE:

amiscell said:

Hi,

Since the latest release, (1.13) I noticed that the platform itself generates a lot of noise in the logging output such as the one below. How can I disable this so that I can see just my own messages?


01/04/2011 01:00:30 | Placing Limit Order to Sell 20k GBPUSD (Price: 1.61474, ExpireTime: 04/12/2013 00:00)
01/04/2011 01:00:30 | Placing Limit Order to Buy 20k GBPUSD (Price: 1.59382, ExpireTime: 04/12/2013 00:00)
01/04/2011 01:00:30 | → Placing Limit Order to Sell 20k GBPUSD (Price: 1.61474, ExpireTime: 04/12/2013 00:00) SUCCEEDED, PendingOrder OID1
01/04/2011 01:00:30 | → Placing Limit Order to Buy 20k GBPUSD (Price: 1.59382, ExpireTime: 04/12/2013 00:00) SUCCEEDED, PendingOrder OID3
01/04/2011 02:10:30 | Placing Limit Order to Sell 20k GBPUSD (Price: 1.61474, ExpireTime: 04/12/2013 00:00)
01/04/2011 02:10:30 | Placing Limit Order to Buy 20k GBPUSD (Price: 1.59382, ExpireTime: 04/12/2013 00:00)

It is not possible at the time being. We may implement this in the future.

 


@Spotware

Spotware
29 Nov 2013, 14:27

Could you send us an email to engage@spotware.com specifying the VPS specifications?


@Spotware

Spotware
29 Nov 2013, 14:25

It is not possible for the code to be seen by Spotware. Your code is only accessible on the machine where cAlgo is running on. 


@Spotware

Spotware
29 Nov 2013, 12:01

In the future we may provide time stamps at every part of the price path. Deducting server latency from the incoming tick timestamp then would be invalid.


@Spotware

Spotware
29 Nov 2013, 11:55

We cannot provide an ETA but we do have plans to introduce robot parameter optimization using genetic algorithm. 


@Spotware

Spotware
29 Nov 2013, 11:39

You may only partially close a position at the time being /api/robot/closeposition-7cec.
 

 


@Spotware