forex.analytics icon indicating copy to clipboard operation
forex.analytics copied to clipboard

Node.js native library performing technical analysis over an OHLC dataset with use of genetic algorithm

Results 13 forex.analytics issues
Sort by recently updated
recently updated
newest added

Hi, This PR updates the codebase to compile with NodeJS 12 Tools used: debian 10 nodejs = v12.10.0 npm = 6.11.3 gcc = 8.3.0

I already have windows-build-tools through npm When installing forex.analytics I encounter this error: `LINK : fatal error LNK1181: cannot open input file '..\lib\ta-lib\lib\ta_libc_csr.lib' [C:\Users\user1\Desktop\FAn\forex.analytics-master\build\analytics.vcxproj] gyp ERR! build error gyp ERR!...

I have some (dummy) candlestick data with an interval of 30mins: ```js const orig = [ { open: 1.11399, high: 1.11399, low: 1.11389, close: 1.11389, time: 1435701600 }, { open:...

LINK : fatal error LNK1181: cannot open input file '..\lib\ta-lib\lib\ta_libc_csr.lib' [C:\Users\kenke\Projects\zenbot\node_modules\forex.analytics\build\analytics.vcxproj]

Been running on multiple markets outside of forex such as stocks and other currencies. Is there an indicator that is hard coding a PIP value somewhere? I am getting outputs...

CI Job ID: [#339849087](https://travis-ci.org/mkmarek/forex.analytics/jobs/339849087) (line 583 and so on) ``` ../src/../include/nodes/OperatorTreeNode.h:7:21: warning: ‘OperatorStrings’ defined but not used [-Wunused-variable] static const char * OperatorStrings[] = { "And", "Or", "Xor"}; ^ In...

The first call findStrategy returns result as expected, but second or more call returns a strategy with fitness 0. Thanks for this great library.

Warning 1 warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\concrt.h 313 1 analytics **Error 2 error C3861: '__uncaught_exception':...

Hi ! Can you commit the branch without talib in stable please ? I cant use talib on windows and wich to use your work with @askmike gekko Thank you

This pull request supports Visual Studio 2015 and 2017 Community and upper.