avolution
avolution
Seems that this project is really dead now The TravisCI is down (check it out here -> https://travis-ci.com/enigmampc/catalyst) and there is no price data after the 2019-07-22 **Did somebody created...
At the Moment when I execute an order lets say order_target_value(symbol('btc_usd'), -30.0) It will be executed as an low level exchange order. This is a problem because in this case...
The code: ``` record( price=data.current(symbol('btc_usd'), 'price'), volume=data.current(symbol('btc_usd'), 'volume'), cash=context.portfolio.cash, leverage=context.account.leverage, ) ``` The exception: ``` Traceback (most recent call last): File "main.py", line 338, in main() File "main.py", line 300,...
Pass env parameters HTTP_PROXY and HTTPS_PROXY parameter from env if they are set. Solution for: https://github.com/enigmampc/catalyst/issues/503
Hey Guys, Its a question or maybe a Feature-request: How to use Catalyst with a HTTP Proxy? CCXT have a Proxy Setting: https://ccxt.readthedocs.io/en/latest/install.html#proxy I have tried to to set the...
Algo state recover described in https://enigma.co/catalyst/live-trading.html#algorithm-state does not include the save/recover of the state of the scheduled functions For example: `schedule_function(func, date_rule=date_rules.every_day())` -> func will be executed on every start...
**set_benchmark(symbol('btc_usd'))** Is working without problems in backtest mode. But in Live-mode you will get these Error from Bitfinex: `ccxt.base.errors.ExchangeNotAvailable: bitfinex https://api.bitfinex.com/v2/candles/trade:1m:tBTCUSD/hist?sort=1&limit=527041&start=1532649480000 GET 500 Server Error: Internal Server Error for url:...
When a position already exists and the delta between existing position and and the new value is too small you will get an catalyst.exchange.exchange_errors.CreateOrderError: Unable to create order on exchange...
Placed in the cluster element header above the connect-button column for example.
[Privacy Enhancement] No privacy policy declaration on the repo and website for third party trackers
As described in https://github.com/pixel-point/kube-forwarder/issues/67 the App uses google analytics per default to track usage data. To full fill GDPR for example there is the need for a privacy policy. There...