Dorien
Dorien
Hi, Thanks for this great library. I'm trying to run NiVIewer and I get a bunch of command line output:  However, for none of the sample programs I see...
Is there a quick way to add all indicators as columns to my pandas dataframe / or equivalent OHLV numpy without having to call them individually?
This may just be a problem with data, but I am getting blown up sortino ratios. I thought they had to be much smaller. For instance: ```python import yfinance as...
Thanks for this great library! I am backtesting my own AI model. For that I load a dataframe with buy signals, similar to: ``` pred_up_frame = pd.DataFrame(pred_up[-91:-60],index=entries.index,) my_entries = pred_up_frame.squeeze()...
I noticed that you only save pitch in the input encoding, but the generated output has notes of different duration. How is this decided?
I would be keen to have Bitfinex support. Mainly wanted an exchange that supports the ETHBTC pair, which both ftx and binance don't do, so undusted this old account.
I'm assuming Frosty orders are at market price. Any possibility or interest to add a mechanism to do 'marker' orders at the best available prices?
You may want to add our survey paper on music generation to your list: https://arxiv.org/abs/1812.04186
The alpha vantage documentation says that for currency exchanges both can be a crypto. However, I get an error when market is crypto: ` data, meta_data = cc.get_digital_currency_daily(symbol='BTC', market='ETH')` ```...
### Versions ``` OS: OSX Cat. Python: 3.7 krakenex: NA ``` ### What are you trying to achieve? install krakenex through Anaconda (I know I can use pip, but I...