Topics
16 Nov 2023, 07:42
 1117
 1
15 Nov 2023, 10:36
 2001
 16
Replies

Spotware
02 Apr 2015, 17:15

Thank you for this suggestion. We can recommend you to post it to vote.spotware.com.


@Spotware

Spotware
30 Mar 2015, 17:59

Do you use any custom indicators?


@Spotware

Spotware
27 Mar 2015, 17:57

Unfortunately, we cannot provide an ETA at this point, but it is in our plans.


@Spotware

Spotware
27 Mar 2015, 17:46

We will consider this suggestion.


@Spotware

Spotware
27 Mar 2015, 17:46

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


@Spotware

Spotware
27 Mar 2015, 17:42

Please specify broker name, we will check.


@Spotware

Spotware
27 Mar 2015, 17:07

If you want to reuse some code, it is better to create a class library and reference it in your cBots. You can create a class library using Visual Studio or SharpDevelop.


@Spotware

Spotware
27 Mar 2015, 16:47

RE:

cprcrack said:

Will selected colors be saved in any way? This is very important. If I chose a random color, such as #98DFCB, I need a way to chose the same color again without having to memorize its code. Something like saving the last 10 colors used would be a good idea.

Currently we do not plan to implement such functionality.


@Spotware

Spotware
27 Mar 2015, 16:37

We will consider this suggestion. Additionally we can recommend you to post it to vote.spotware.com.


@Spotware

Spotware
27 Mar 2015, 16:36

We can recommend you to read Nested Indicators section in our API guide.


@Spotware

Spotware
20 Mar 2015, 12:57

Dear Trader,

Optimization is a process of multiple backtestings. When you configure CPU resources in Optimization, you actually configure number of parallel backtestings.

In general case it is not possible to parallel single backtesting, because cBot execution in the middle of backtesing can depend on previous trades. So, single backtesting can use only one core, that is why Resources slider is not available in Backtesting tab and that is why backtesting takes only 25% of your quad-core CPU.


@Spotware

Spotware
20 Mar 2015, 10:45

It looks like misconfiguration issue for USDDKK symbol. We can recommend you to exclude it from symbolList array or ask your broker to fix this symbol.


@Spotware

Spotware
19 Mar 2015, 14:54

No, it is not known issue. Please specify strategy page.


@Spotware

Spotware
19 Mar 2015, 14:50

You can exclude some code from backtesting and optimization:

if (!IsBacktesting)
{
   //do something only if it is NOT backtesting
}

 


@Spotware

Spotware
19 Mar 2015, 14:45

MarketSeries collection contains only bid prices. There is no way to retrieve historical Ask prices from MarketSeries.


@Spotware

Spotware
19 Mar 2015, 14:39

Dear Trader,

Please send all questions related to Open API to connect@spotware.com


@Spotware

Spotware
19 Mar 2015, 14:38

Yes, "quadrupled" commissions were already fixed.


@Spotware

Spotware
19 Mar 2015, 14:33

Dear Trader,

Currently there is no such API function. We can recommend you to post this feature request to vote.spotware.com.


@Spotware

Spotware
19 Mar 2015, 14:32

When you observe such freeze, please press Shift+Ctrl+Alt+T. It will send us troubleshooting information.


@Spotware

Spotware
19 Mar 2015, 12:40

Dear Trader,

If you need to obtain current bid and ask prices you can use the following properties of Symbol object:

Hope that helps.


@Spotware