Thanks jcl, but have you downloaded and executed my plain text (not compiled) example (advise-slow-test-0.c)?

I'm sorry but I'm really sure that it can't be in my code, because all what is done by the script is visible in the script?

If you download my posted example from above, you will see that no further R code is used there.

You should be able to reproduce it, or have you tested it with my example and observed a different behavior?

I also had DebugView running, the only R call it does - is the Rstart/Rinit at the beginning, as you can see in my example...

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Edit: I did the test with PERCEPTRON, same problem during TRAIN the runtime is increasing more and more:
Quote
advise-slow-test-0 compiling...............
PERCEPTRON test
72752 Bars 2016-01-03..2018-12-31 generated
AUDUSD AL0 | Bars 72751 | Bar 0 | 0.00 ms
Rules: advise-slow-test-0 2016..2018
Assets Assets\oanda.csv
AUDUSD AL0 | Bars 72751 | Bar 1000 | 303.89 ms
AUDUSD AL0 | Bars 72751 | Bar 2000 | 1109.34 ms
AUDUSD AL0 | Bars 72751 | Bar 3000 | 1861.84 ms
AUDUSD AL0 | Bars 72751 | Bar 4000 | 2664.03 ms
...
AUDUSD AL0 | Bars 72751 | Bar 12000 | 8534.14 ms
AUDUSD AL0 | Bars 72751 | Bar 13000 | 9076.41 ms
AUDUSD AL0 | Bars 72751 | Bar 14000 | 9740.15 ms
AUDUSD AL0 | Bars 72751 | Bar 15000 | 10468.17 ms
But with the perceptron TESTMODE is very fast, so I stick to my assumption that something is wrong in TRAINMODE and in TESTMODE it only seems to occur when using NEURAL, as described above.

Last edited by laz; 08/20/19 13:52.