-
Hi!
I'm running backtests automated, and my results shows me that when running multiple backtests with completely different strategy-parameters(but the same simulationBalance and daterange), I'm ge…
-
Hi all,
Ran into this issue when trying to run the buy_and_hold_backtest.py:
(qstraderp3) Enriques-MacBook-Air:examples enriqueromualdez$ python buy_and_hold_backtest.py
Traceback (most recen…
-
Hello guys,
I'm watching this project since few months. It seems to be good (tests, docs, etc.). But.. this framework has a lack of performance.
Here is an example:
`
@Test
publ…
-
I would like to combine a futures only strategy with a delta targeted smartEXO fence. I can currently make a campaign of these
![image](https://cloud.githubusercontent.com/assets/18488108/21194420/c…
-
What is the plan for supporting back testing?
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: Linux hostname 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 ED…
-
This is a slightly modified `BasicTemplateForexAlgorithm`.
```cs
using QuantConnect.Data;
using QuantConnect.Indicators;
using System.Linq;
namespace QuantConnect.Algorithm.CSharp
{
publi…
-
I run the strategy.
But I encounter the problem below:
```
Traceback (most recent call last):
File "twentydays_liquidate_rebalance1.py", line 97, in
main()
File "/home/leo/anaconda2/lib…
-
When running the backtest for mac.py I get an error as per below.
(qsforex) jbowler@GEN-U-DAE-01:~/Projects/qsforex$ python examples/mac.py
Traceback (most recent call last):
File "examples…
-
Hey sorry If I am missing something,
but I am having trouble getting Lean to use the Python.dll on linux. The current documentation points to using the .exe file in the debug folder, (which has its…