You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I realize the performance of this library is poor. I have a sample data 4hr candles with 1 year of data around 2200 candles
I apply a very simple strategy for testing the Macd Cross Bullish/ Bearish.
the back test it takes around 10 minutes.
I would like to know how I can improve the performance but the code is a little bit complicated to understand because I need more documentation to understand how is this library is working.
After some profiling I realize using LINQ and Expressions is impacting the performance of the back testing.
any suggestions to improve the performance?
Thank you so much!
The text was updated successfully, but these errors were encountered:
Hello.
I am testing this library for backtesting.
But I realize the performance of this library is poor. I have a sample data 4hr candles with 1 year of data around 2200 candles
I apply a very simple strategy for testing the Macd Cross Bullish/ Bearish.
the back test it takes around 10 minutes.
I would like to know how I can improve the performance but the code is a little bit complicated to understand because I need more documentation to understand how is this library is working.
After some profiling I realize using LINQ and Expressions is impacting the performance of the back testing.
any suggestions to improve the performance?
Thank you so much!
The text was updated successfully, but these errors were encountered: