Topics
16 Nov 2023, 07:42
 1089
 1
15 Nov 2023, 10:36
 1969
 16
Replies

Spotware
18 Feb 2014, 09:08

We plan to implement it in couple of months.


@Spotware

Spotware
17 Feb 2014, 09:19

We recommend you to post a job in Jobs section

You can also contact one of cAlgo consultants.


@Spotware

Spotware
14 Feb 2014, 17:03

Different symbols could have different sessions. If you want to match series from different symbols you need to use GetIndexByExactTime method. You can find an example there: /forum/whats-new/1463


@Spotware

Spotware
13 Feb 2014, 14:06

We can recommend you to post a job here: /jobs/

Also you can contact one of cAlgo consultants: /consultants/


@Spotware

Spotware
13 Feb 2014, 10:44

Changing stop loss or take profit is free of charge


@Spotware

Spotware
13 Feb 2014, 10:39

You can transfer information between cBots using named pipes, registry or files.


@Spotware

Spotware
12 Feb 2014, 15:42 ( Updated at: 21 Dec 2023, 09:20 )

Please make sure that timezone of cBot corresponds to the time shift in cTrader terminal


@Spotware

Spotware
12 Feb 2014, 15:12

Do you execute this code in backtesting or in real time?


@Spotware

Spotware
12 Feb 2014, 14:22

We can not reproduce the described problem. Please send us the code code which can show the issue. 


@Spotware

Spotware
12 Feb 2014, 12:46

The problem has been identified and will be fixed as soon as possible


@Spotware

Spotware
12 Feb 2014, 11:18

It is not possible with current version of that indicator. You can modify the indicator and instead of drawing lines as chart objects you can put values to DataSeries and then you will be able to use it in cBot or another indicator.


@Spotware

Spotware
12 Feb 2014, 11:11

If you need one minute data for one time analysis you can backtest a cBot over long period and in OnStop method dump MarketSeries data to the text file.
In real time cBot execution you can retrieve one minute data for last 7 days only.

 

 

 


@Spotware

Spotware
11 Feb 2014, 10:34

At the moment cAlgo API doesn't support enums as parameters. Please vote for your favorite features:

http://vote.spotware.com/forums/229166-ideas-and-suggestions-for-ctrader-and-calgo/category/76800-calgo


@Spotware

Spotware
10 Feb 2014, 15:24

Thank you for your suggestion. We will consider it.


@Spotware

Spotware
10 Feb 2014, 15:19

The problem is that you use obsolete OnPositionOpened method with new ExecuteMarketOrder method. OnPositionOpened method works only if you create position using old trading API.

Instead of using OnPositionOpened method you need to subscribe to Positions.Opened event. But please keep in mind that it will be raised for all positions: 

/forum/whats-new/1937


@Spotware

Spotware
10 Feb 2014, 12:49 ( Updated at: 23 Jan 2024, 13:15 )

[Rah2012], please find QuickTrade Execution Settings in cTrader:


@Spotware

Spotware
10 Feb 2014, 12:19

Please send source code of your indicator to engage@spotware.com. We will investigate the issue.


@Spotware

Spotware
10 Feb 2014, 12:17

Thank you for reporting the issue. We will fix it as soon as possible.


@Spotware

Spotware
10 Feb 2014, 11:58

It seems that your settings file is corrupted. Please remove settings file which is located:

C:\Users\USER_NAME\AppData\Roaming\BROKER_NAME-cAlgo\Settings\


@Spotware