Results 6 issues of leo chen

It always faces the situation. If today is 2016/9/29 and I want to sell 100 shares of goog(goog price is 781). So my total portfolio value is 100*781=78100. If I...

How to optimize the parameter and save the backtest result using qstrader? someone can share the method and use the simple moving_average_cross example ? Thank you very much.

I create a UI interface for qstrader using django. https://github.com/easytrader/StrategyCeleryWebsite You can modify strategy and position's code via the UI interface. Finally you will get the result page. There are...

I write a simple django. [djangotest131.zip](https://github.com/mhallsmoore/qstrader/files/741794/djangotest131.zip) I put buy_and_hold_backtest.py's main function in hello_world's function. ![123 1](https://cloud.githubusercontent.com/assets/15394723/22463184/856c92ec-e7eb-11e6-83db-342b55ff9f07.png) But it will cause the error: Error: Got unexpected extra argument (runserver) Traceback (most...

Could you add a sample code for alpha 101 formula? I have bought the book "advanced trading strategies". But I want to use the qstrader to write the sample code...

Traceback (most recent call last): File "cnn.py", line 57, in model.add(Convolution2D(4, 5, 5, border_mode='valid',input_shape=(1,28,28))) File "/home/leo/anaconda2/lib/python2.7/site-packages/keras/models.py", line 276, in add layer.create_input_layer(batch_input_shape, input_dtype) File "/home/leo/anaconda2/lib/python2.7/site-packages/keras/engine/topology.py", line 370, in create_input_layer self(x) File...