-
**Is your feature request related to a problem? Please describe.**
Unlike zipline back-testing capabilities, LiuAlgoTrader back-tester re-play a past trading session. However, when developing new str…
-
Either i'm not using correctly or when using the BDS selector i keep getting a null pointer
i'm using the selector like this:
Classifier classifier = new LogisticRegression();
DataTran…
-
Either i'm not using correctly or when using the BDS selector i keep getting a null pointer
i'm using the selector like this:
Classifier classifier = new LogisticRegression();
DataTran…
-
I was using C# to do my actual trading/backtesting with some success.
My strategies are like this.
My Buy order shares are like 100,90,70,70,50 in that order.
1/ When my entry is true, I wil…
-
I tried to backtest BCTUSDT.
I changed the following in the backtest.py:
```
elif exchange == 'bybit':
settings = {
...
'inverse': False
'symbol': 'BTCUSDT…
-
### Info
I recommend using pytest for unit testing instead of using the builtin library exclusively. We would benefit from fixtures, parametrization - especially useful for all the possible combinati…
-
No matter what I do to try and force the Debugger for Java vscode extension to use JVM 14.0.1, it uses 1.8.0_60. I have searched far and wide and made the system default 14.0.1, set my JAVA_HOME to 1…
-
Hi,
My algorithm was working normally until I started using Scipy minimization function to compute the portfolio weights. I used the same method in quantopian and I was not getting any problems run…
-
in replay/playback mode, stoploss and profittarget are not calculated correctly, and are usually not the same size as the entry order size. In live sim mode everything seems to be correct
-
ask maybe taken
error cancelling orders b [{'order_id': 4743681398, 'symbol': 'XMRUSDT', 'price': 137.88, 'qty': 0.006, 'type': 'limit', 'side': 'sell', 'timestamp': 1611641554675}, {'order_id': 47…