Slava Kurilyak

Results 170 issues of Slava Kurilyak

Running `$ strat -f examples/api_example.json` with the following parameters (START: 2018-03-31, END: 2018-04-06) gives: ``` { "trading": { "EXCHANGE": "bitfinex", "ASSET": "btc_usd", "DATA_FREQ": "daily", "HISTORY_FREQ": "1d", "CAPITAL_BASE": 10000, "BASE_CURRENCY": "usd",...

Let's add [catalyst's market coverage](https://enigma.co/catalyst/status/) to README

# Story As a developer, I want to solve the custody problem of cryptocurrency, so that I can answer the question: "who holds your bitcoin?" # Inspiration > It's a...

# Story As a developer, I want to add live trading functionality, so that I can deploy the cryptocurrency trading platform and have it perform trades on my behalf. #...

# Goal As a developer, I want to determine the optimal portfolio for a given user based on investment preferences, so that I can offer suggestions for portfolio improvement. #...

# Story As a developer, I want to implement limit orders, market orders and stop orders, so that I can better control my crypto signals. # Consider - Using catalyst's...

# Story As a data scientist, I want to run analysis for market orders and limit orders, so that I can better understand how slippage affects portfolio in backtesting. #...

# Goal As a developer, I want to create indicator parameters, so that I can have more finer control of indicator variables. # Consider Indicator parameters worth considering are: -...

# Goal As a developer, I want to set the slippage, so that I can account for the time differences between expected price and actual price of trades. # Consider...

As a developer, I want to implement the idea of an insurance, so that I ensure that trades are only executed when special conditions are met. Inspiration: [Haasbot](https://www.haasonline.com/features/) > For...