Other methods for auto trading (ie. MACD, RSI..etc)
Trade Bitcoin automatically and manually on btc-e.com using trade API
Status: Abandoned
Brought to you by:
samimisms
It would be great if you could add in multiple types of indicators for us to choose from to auto buy and sell. EMA indicator trading is by far the most popular but it would be nice to have other options to use as well.
EX.
Relative Strength Index (RSI) indicator
Moving Average Convergence/Divergence (MACD) indicator (selectable on SMA, EMA, EMA-Alt or WMA)
Moving Average Convergence/Divergence (MACD-Histogram/MACD-MA) indicator (selectable on SMA, EMA, EMA-Alt or WMA)
Percentage Price Oscillator (PPO) indicator (selectable on SMA, EMA, EMA-Alt or WMA)
Rate Of Change (ROC) indicator
Stochastic indicator
Hi,
Actually I know nothing about these indicators you mentioned!
Is there a reference where I can get these values from, or I have to
implement all myself.
+
It looks like they need a database of prices per time to calculate these
factors. so how should it be implemented? each bot creates it's own
database, and calculates these factors, or there should be something like a
website/webservice which does the job and bots get indicators from it?
(which is not affordable for me :D)
Thanks a lot for your comments and opinions.
On Mon, Jan 20, 2014 at 2:42 AM, DeathfireD deathfired@users.sf.net wrote:
Related
Tickets: #2
I don't know about all of them but EMA indicators should be relatively easy to calculate if you save the data to a database. With EMA a user picks a short and a long number (usually EMA 7 and EMA 21) and a time frame. When the two EMA values over lap (ie. the lines cross) you buy or sell (it depends on which line crosses which). If you search Google you'll find A LOT of info about it and MACD trade signals.
Here's some info
http://www.pandacash.com/technical-analysis/moving-average/exponential.htm
http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:moving_averages
Last edit: DeathfireD 2014-01-20
Also isn't there other Greek indicators like Gamma, Vega? Maybe add those in as well.
Here's more info on EMA https://bitcointalk.org/index.php?topic=60501.0
The Ta-Lib library has all of these indicators already - I'm not a programmer, but you might be able to implement them quite easily: http://ta-lib.org/