Page 9 of 9

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

PostPosted: Fri Feb 12, 2016 7:58 am
by tllewell
Well, it didn't fail; it just took a very long time. I had a situation where the default MS layout and my layout were opening automatically when TS started, and it was too much for the program to do at startup and MS just got hung up. I used the Task Manager to kill the multiple MS processes, got a smaller layout to open OK, and then closed it. Then I could start TS without MS starting automatically, and that's the only way this really heavy layout gets started cleanly. Like I said, it's probably just doing too much, or I simply need more cores or something. (Might not do me any good; TS is 32-bit, isn't it?) Anyway, all is OK now.

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

PostPosted: Fri Feb 12, 2016 8:03 am
by tllewell
What version of Lua is running in the the JIT in Marketscope in the new version? I'm still using 5.1, although I'm not sure if 5.2 is available for Windows yet. Also, if I wanted to start using Javascript, what version of that would I be using?

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

PostPosted: Mon Feb 15, 2016 1:37 am
by Alexey.Pechurin
Hello,

We use the following versions of 3rd party libraries:
Lua - 5.1.5
LuaJIT - 2.0.0
JavaScript V8 - 3.28.20

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

PostPosted: Thu Dec 07, 2017 10:50 pm
by Konstantin.Toporov
New version of Indicore SDK has been released:
http://fxcodebase.com/wiki/index.php/Wh ... K_3.4.0.3F

Release notes:
- Some internal improvements.
- Rebuilt with newer C++ runtime (VC 14.0) for Microsoft Visual Studio 2015.
- Console utilities (IndicatorRunner, ConsoleBacktester, Console Optimizer) were moved into separate package Indicore Backtest Utils
- Indicore Backtest Utils are available for Win-32, Win-64, Linux-32, Linux-64 and MacOS-64 platforms.

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

PostPosted: Mon Feb 26, 2018 6:16 pm
by Cactus
Hello
I would like to point out something I noticed with the console utilities
I tried using the IndicatorRunner located in
Code: Select all
C:\Gehtsoft\IndicoreBacktestUtils_x64\IndicatorRunner
and the problem I am having it will not insert a comma after the time... So for example, the line looks like:
Code: Select all
Date,Open,High,Low,Close,Volume,out,
11/27/2001 17:00:0077.55000,77.89000,77.26000,77.65000,0.00000,n/a,


But if I use the version in
Code: Select all
C:\Gehtsoft\IndicoreSDK3

Then the line appears correct:
Code: Select all
11/27/2001 17:00:00,77.55000,77.89000,77.26000,77.65000,0.00000,n/a,

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

PostPosted: Tue Feb 27, 2018 1:37 pm
by Cactus
Also, further about the IndicatorRunner. I seem to be having an issue with the "weekly timeframe" price data...
All the indicator outputs come out blank (but work on daily or monthly)
I am using csv as data input
For example, the only line of the result after running an indicator on weekly data is:
Code: Select all
Date,Open,High,Low,Close,Volume,out,
02/17/2018 17:00:00,0.79101,0.79354,0.77903,0.78394,3884710.50000,n/a,

the last line of the .csv data i provide looks like:
Code: Select all
2018-02-17,22:00:00,0.791015,0.7935450000000001,0.7790350000000001,0.7839400000000001,863269


There is no error. But execution time is always 0.01 and it just seems not to work with weekly data for me

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

PostPosted: Sun Mar 11, 2018 6:10 am
by Apprentice
Forwarded to the development team.