-
Running `$ strat -f examples/api_example.json` with the following parameters (START: 2013-03-31, END: 2018-04-06) gives:
```
{
"trading": {
"EXCHANGE": "bitfinex",
"ASSET": "btc_usd",
…
-
ADD OPTIONS TRADING SO I CAN ALGO
-
Running `$ strat -f examples/api_example.json` with the following parameters (START: 2015-03-01, END: 2018-04-06) gives:
```
{
"trading": {
"EXCHANGE": "bitfinex",
"ASSET": "btc_usd",
…
-
Rather than use PyPortfolioOpt to weight or balance a set of stocks or assets, I am trying to use it to weight or balance a set of algo futures trading strategies. Trying to achieve what the README de…
-
When I run the following code
```
source = RandomWalkSource(start_prices = {'TEST' : 50}, start=start, end=end)
algo = TradingAlgorithm(initialize=initialize,
handle_data=han…
-
This is the trading algo for the bot that takes in the TD Ameritrade API object. The following should be handled by this class:
- Option for paper trading, which will record the trades/results in a…
-
i am getting problem while excuting code
Traceback (most recent call last):
File "C:\Users\HP\Desktop\my stat atrb\trading pairs from algo trading.py", line 227, in
pairs = signal_generate(p…
-
**Is your feature request related to a problem? Please describe.**
N/A
**Describe the solution you'd like**
It would be better if futu_algo can support Options Trading Strategies such as bull cal…
-
# ℹ Overview
The prices should all be inverted when trading for stablecoins like USDC. The buy orders should also appear as sell orders as vice versa. It should also be "BUY ALGO" and "SELL ALGO" i…
-
Where, $ADTV is Average Daily Trading Volume in $ terms:
$ADTV = average( close_price \* volume_shares , 90 )
which would be the average $ traded in the security over the last 90-days
This will all…