Page 2 of 9

Re: SDK updates. Subscribe to be informed!!!

PostPosted: Fri May 06, 2011 9:55 am
by Nikolay.Gekht
French and Russian versions of the online documentation has been published:

French: http://www.fxcodebase.com/documents/Ind ... ntent.html
Russian: http://www.fxcodebase.com/documents/Ind ... ntent.html

Re: SDK updates. Subscribe to be informed!!!

PostPosted: Tue May 31, 2011 2:06 pm
by Nikolay.Gekht
SDK 2.0 update 4

And, probably, the last release before Marketscope with new features.

API changes:

1) host:execute("subscribeTradeEvents", ...) method is added. Now a strategy or an indicator may monitor the following trading events:
- new offers (all offers in the offers table).
- order status changes
- trades opening and closing.

2) new table interop

3) Contingency group management trading commands.

SDK changes:

1) Fixing some problems in optimizer

2) New statistics: longest/most profit and loss trades sequences, the most and the least profitable days.

SDK 2.0 is available on the same location:
http://fxcodebase.com/bin/sdk2beta/IndicoreSDK.exe

SDK 2.0 update 5

PostPosted: Tue Jun 21, 2011 4:57 pm
by Nikolay.Gekht
No API changes anymore as promised.

SDK changes:

1) core.formatDate function documented.

2) New command "Step Over" (@ F10) in both debuggers. Unlike "Step" command this command "jumps" over function calls in the line.

3) New option "Show Volume" for charts in Strategy Debugger.

4) Shortcuts to next and previous break point command (Ctrl-PgDn and Ctrl-PgUp).

5) Double-click on stream view in Strategy Debugger on a tick with events opens a dialog with list of all events on that tick.

Re: SDK updates. Subscribe to be informed!!!

PostPosted: Wed Jun 22, 2011 4:24 am
by Gidien
Sorry but Strategy Debugger chrashed during optimization.

Re: SDK updates. Subscribe to be informed!!!

PostPosted: Thu Jun 23, 2011 4:20 am
by sunshine
Sorry for the inconvenience. The problem has been forwarded to the dev team.

Re: SDK updates. Subscribe to be informed!!!

PostPosted: Thu Jun 23, 2011 11:29 am
by Nikolay.Gekht
Crash on optimization fixed, new build is uploaded. The URL is the same.

SDK 2.1

PostPosted: Wed Dec 21, 2011 4:51 am
by sunshine
Indicore 2.1 release includes features of the previous version (2.0).

What's new in 2.1?

  • Integration of Indicore SDK with QuotesManager;
  • New optimization criteria in Strategy Optimizer.
For details about the release please read wiki

Re: SDK 2.2

PostPosted: Mon May 20, 2013 8:46 am
by sunshine
Indicore SDK 2.2 beta is released.

The download link:
http://fxcodebase.com/bin/IndicoreSDK-2 ... oreSDK.exe

Please read the detailed release notes here:
http://fxcodebase.com/wiki/index.php/Wh ... re_SDK_2.2

Re: SDK 2.2

PostPosted: Mon May 20, 2013 6:05 pm
by robocod
sunshine wrote:Indicore SDK 2.2 beta is released.

The download link:
http://fxcodebase.com/bin/IndicoreSDK-2 ... oreSDK.exe

Please read the detailed release notes here:
http://fxcodebase.com/wiki/index.php/Wh ... re_SDK_2.2


This is great. I like especially like the following, which I will be trying out soon :)

Owner-drawn Indicators
Package Maker Utility
addDate() Function
host:execute("prompt", ...) Function

However, I do get the following error when I tried to read the help file of the new SDK.

Image

Re: SDK updates. Subscribe to be informed!!!

PostPosted: Mon May 20, 2013 6:10 pm
by robocod
(You can ignore my last comment about the error with the help file - seems to be working now after a clean re-install).