Slava Kurilyak

Results 146 comments of Slava Kurilyak

On May 23, catalyst [released an update](https://enigma.co/catalyst/releases.html#version-0-5-12) to improve the commissions calculations in live mode - documented at [Live trading](https://enigma.co/catalyst/live-trading.html#commissions)

> I think is a better way if we run with 0 commissions to start. @bukosabino good idea! Igor Kroitor (@kroitor), one of the core developers at @ccxt, says: "It...

On May 9, catalyst [released an update](https://enigma.co/catalyst/releases.html#version-0-5-11) to fix bugs with start and end dates

As per [my suggestion](https://github.com/stefs304/cryCompare/issues/8), stefs304 updated [cryCompare](https://github.com/stefs304/cryCompare) to include more API calls: 1. CoinList 2. Price 3. PriceMulti 4. PriceMultiFull 5. PriceHistorical 6. GenerateAvg 7. DayAvg 8. CoinSnapshot 9. CoinSnapshotFullById...

@treethought Let's implement Cryptocompare's SocialStats (see [cryCompare](https://github.com/stefs304/cryCompare)), which can be used by @bukosabino as features for machine learning (#80). This dataset is quite unique since it allows us to see...

Now that Kryptos is running on Google infrastructure (see #61), we can use Google's Cloud Machine Learning Engine (ML Engine) to deploy machine learning models. **Inspiration:** [Google released support for...

The goal of this task is generate the necessary data required for machine learning models and exploratory data analysis.

Consider retrieving a list of [ta-lib](https://github.com/mrjbq7/ta-lib) indicators, then creating a shell script to iterate over each ta indicator using `$ strat -ta {{ta_indicator_name}}`

Great starting point! The user's portfolio preferences can be summarized as: **Required Questions** 1. What cryptocurrency exchange do you use? (Bitfinex, Bittrex, Poloniex, etc.) 2. What is your favourite crypto...

Here is a simple portfolio management strategy, that does not rely on machine learning: ### 1) 25/50/25 Cryptocurrency Portfolio Strategy This 25/50/25 portfolio relies on trading crypto-coins, which are selected...