Hi, I'm working on implementing an altcoin trading strategy based on a DMI, CMF/OBV-EMA, CCI, %R-ATR indicator combo.
I combine bullish signals from these indicators as well as heiken ashi candlesticks to gauge momentum and detect trends, as well as trade ranging markets.
Problem is I'm no developer so you're gonna have to bear with me to get this done.
I intend to at least as a starting point, do something simpler and manage to backtest pre-existing strategies over the different alternative coin pairs found at www.bittrex.com, which is a bitcoin/altcoin exchange.
They have API documentation but I'm not sure how to retrieve their historical data into a .CSV file, nor how to import that here.
Another thing I'm curious about is if it'd be possible to develop a pattern scanner to spot potential trading opportunities, in case automating trading there is not possible.
The bare minimum I'd like to automate is iceberg orders and trailing stops, which these exchanges don't offer natively.
Thanks in advance!
Ivan.