-
Which options trading strategies might be best for a trading bot?
* 1 DTE CALL/PUT spreads?
* 1 DTE iron condors?
https://www.investopedia.com/articles/trading/08/flock-to-iron-condors.asp
* cove…
-
If OasisDEX is going to keep the orderbook sorted on-chain then it can only be sorted one way. However, we don't have to enter orders by their absolute price. Orders can be priced relative to the curr…
-
I think you are using future data as an Observation and reinforcement learning is using that data to make profit that's why it's fitting the stock market line.
I think rather using
`self.df.loc[sel…
-
My goal is it to make a script that automatically buys and sells cryptocurrency on either binance or bitmex (or both)
apparently with this repo it is possible to do that like huseinzol said in the i…
-
[Q0017.txt](https://github.com/quantopian/zipline/files/1529141/Q0017.txt)
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operati…
-
This is an overview issue to track all the feature we want before 1.0:
- [ ] lots of plot types
- [ ] legends
- [ ] output plots in may formats
- [x] SVG
- [x] ASCII
- [ ] PNG
- [ ] 3…
-
-
# User Stories
As a user, I want to know how performant is one trading strategy, so that I can better decide between two different strategies.
As a user, I want to see "Based on your portfolio in th…
-
# User Stories
As a user, I want to know how risky is one trading strategy, so that I can better decide between two different strategies.
As a user, I want to see "Based on your portfolio in the las…
-
Hi Mike,
I previously implemented your code that you provided in Trading Diary #1 and #2, and it seems good. However, after I updated the code according to the Github resource, when I run the trading…