-
Ran the following code:
```python
import testStrat
s = Strategy(
algo=None,
transaction_cost=0.0001,
start_balance=10000,
name='test'
)
a = testStrat.FibonacciMultiSto…
-
I have included a loom video to explain what is happening but my assumption is that i am doing something wrong using literal unroll but also it could be a bug ... not sure https://www.loom.com/share/b…
-
# Bug Report
To solve this bug, line 880 in matching_engine.pyx must be replaced with ` if order.order_type == OrderType.MARKET or order.order_type == OrderType.MARKET_IF_TOUCHED or order.…
-
Hello,
when running a very long backtest it could be interesting to have "out of the box" a save (maybe a [pickle object](https://docs.python.org/3/library/pickle.html)) of backtest results so it c…
-
# Bug Report
Hello, I think I've run into a bug in the backtester, details below. If you have any suggestions on how to work around this, that would be great. I suppose I could reduce my backtest e…
-
2022-08-02T19:37:46 - I'm having a SHORT -1.1 @2.7810247713884997
2022-08-03T01:26:46 - Market BUY 375.8 @2.662. Position changed event show side=LONG, net_qty=374.7 but avg_px_open is the same @2.78…
-
I think there are issues/bugs inside `Portfolio.adjust_percents`. This could have been a pull request, but I'd rather have a discussion in case I'm mistaken. I'll walk through what I think are the pro…
-
Hello,
I'm looking for a trading (manual) backtester platform (for forex mostly), that works on Linux, and stumbled upon this
is it that kind of thing?
If so, any release?
-
Hello Dingmaotu,
I am very new zmq, so please excuse me for this naive question.
I was able to properly install mql-zmq library following your instructions. I've put MT5 .DLLs into the Libraries…
-
At the moment, the import / export functionality is limited. Only activities are considered.
1. The exported `JSON` file from `ActivitiesPageComponent` should also include accounts (`this.user.acco…