Topics
16 Nov 2023, 07:42
 1114
 1
15 Nov 2023, 10:36
 1994
 16
Replies

Spotware
16 Feb 2015, 11:33

Currently such functionality is not in our plans. We can recommend you to create an idea on vote.spotware.com.


@Spotware

Spotware
16 Feb 2015, 11:31

Dear Trader,

Partial close is not supported in backtesting yet. We cannot provide an ETA but it is planned.


@Spotware

Spotware
16 Feb 2015, 11:23

We can recommend you to contact one of our Partners or post a job in Development Jobs section.


@Spotware

Spotware
16 Feb 2015, 10:42

Dear Trader,

cTrader Web and cTrader desktop have different workspaces. You cannot transfer workspaces between them anyhow.


@Spotware

Spotware
16 Feb 2015, 10:39

We can recommend you to contact one of our Partners or post a job in Development Jobs section.


@Spotware

Spotware
16 Feb 2015, 10:38

We can recommend you to contact one of our Partners or post a job in Development Jobs section.


@Spotware

Spotware
16 Feb 2015, 10:37

Dear Trader,

Please read the following section in Custom Indicators Guide:

/api/guides/indicators#el8.

Hope this helps.


@Spotware

Spotware
10 Feb 2015, 17:45

We will fix this issue. Thank you for reporting it.


@Spotware

Spotware
10 Feb 2015, 10:55

Dear Trader,

There is no plans to include Autochartist to cAlgo.API.


@Spotware

Spotware
10 Feb 2015, 10:44

RE:

AlexanderRC said:

Spotware, are there any short term plans to support multisymbol cBots in backtesting?

There are some support internally as commission for the same volume for pairs like GBPCAD are different on different days in backtesting, so cross rates to the account currency (USD in my case) are properly accounted for, so they should be downloaded and stored from the server already. Thus, implementing multi currency cBots backtesting should be a couple of steps away.

Caching tick/minute bars data on first invocation of GetSymbol() would be ok for the selected period of backtest so that backtesting engine would not cache all possible symbols present in the broker's cTrader after the user clicks the play button. If caching in the middle of the backtest run requires too many internal changes, you may add UI with a list of checkboxes and the user would have to select which pairs would be used in the backtest or optimization. If the data has not been explicitly cached for the symbol requested via GetSymbol() you may throw an exception. Adding UI for currencies would also cater for data in CSV files, they can be loaded individually for the respective symbols or the format of CSV could be enhanced to include the symbol in each line of the file.

Dear AlexanderRC,

Thank you for your suggestions. Probably we will implement first version of multisymbol backtesting in very similar way with that you described. However multisymbol backtesting is not in our short term road map.


@Spotware

Spotware
10 Feb 2015, 10:31

Express editions of VS are not supported. Regarding to VS 2015, we plan to support it in the future.


@Spotware

Spotware
10 Feb 2015, 10:21

Dear Trader,

For converting the above code you need to use the Account object and the Symbol object. 

Hope this helps. If it doesn't help, please contact one of our Partners or post a job in Development Jobs section.


@Spotware

Spotware
10 Feb 2015, 10:16

Dear Trader,

Currently we do not provide the Engage service. We can recommend you to check the following resources:


@Spotware

Spotware
10 Feb 2015, 10:06

Dear Traders, 

At the moment we do not plan any robot competition. We can recommend you to create an idea on vote.spotware.com. If it collects enough votes we will seriously consider it.


@Spotware

Spotware
10 Feb 2015, 09:57

Dear 3041865,

You can create your own class for representing data series in your tests. It must implement cAlgo.API.IndicatorDataSeries interface.


@Spotware

Spotware
10 Feb 2015, 09:53

You can subscribe to Positions.Closed event and count whatever you need.

Hope this helps. If it doesn't help, please contact one of our Partners or post a job in Development Jobs section.


@Spotware

Spotware
10 Feb 2015, 09:49

Dear varilorant,

Please contact your broker regarding this issue.


@Spotware

Spotware
10 Feb 2015, 09:47

Dear Traders,

We are aware of the issue with 4K resolutions. We plan to optimize graphical performance in the future.


@Spotware

Spotware
10 Feb 2015, 09:42

Please contact your broker to obtain correct account number.


@Spotware

Spotware
10 Feb 2015, 09:37 ( Updated at: 14 Feb 2023, 09:36 )

Dear Trader,

OnPositionOpened and OnPositionClosed methods are obsolete. You can use them only with old trading API available through the Trade object. If you use new trading API (ExecuteMarketOrder, ClosePosition, etc.) you cannot use OnPositionOpened and OnPositionClosed. Subscribe to events of the Positions object instead.


@Spotware