Author

Topic: Preferred tools for analysis (Read 1453 times)

legendary
Activity: 1470
Merit: 1007
February 27, 2015, 11:27:32 AM
#4
One suggestion: Learn about, familiarize yourself and work with with different types of moving averages. If your background is in signal processing or statistics anyway, this will probably  be a given, but it took me a while to see the importance in this, and get a (slightly) deeper understanding beyond "hur dur let's use the SMA with different parameters".
full member
Activity: 232
Merit: 100
February 27, 2015, 09:11:48 AM
#3
yes, i'd just code them up myself as well. the functions are easy enough to find.

also, dont be afraid to change the settings of parameters. ex, macd (12, 26) and (9). they are certainly not the most optimal choices, but rather just default settings typically based on stocks traded mon-fri, 9:30-4pm etc...

imo, one is not helping themselves by using default settings for bitcoin or other crypto trading. find the parameters that best describe your market. backtest. etc...

legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary
February 26, 2015, 01:18:05 AM
#2
Recently, I started to mess with python to plot BTC/USD data. I am familiar with R and Rattle, and want to play around with predictive models for fun. I know there is a quantmod package for R, but I am more familiar with python code. Do people know of a package that includes functions like MACD() and Stochastic shit?  Any suggestions?

Also, what do you use for your Gann angles and trendline nonsense? I am open to playing around with a user interface, but in the long run I want to deal with hard statistics and modeling.

I know there are libraries out there for technical indicators, but not sure if there is anything for python specifically. You might be better off just writing your own functions to calculate indicators.
MACD is just a pair of exponential moving averages (12, 26), the difference between the two, and an EMA of that (9).
sr. member
Activity: 704
Merit: 270
February 25, 2015, 11:11:29 PM
#1
Recently, I started to mess with python to plot BTC/USD data. I am familiar with R and Rattle, and want to play around with predictive models for fun. I know there is a quantmod package for R, but I am more familiar with python code. Do people know of a package that includes functions like MACD() and Stochastic shit?  Any suggestions?

Also, what do you use for your Gann angles and trendline nonsense? I am open to playing around with a user interface, but in the long run I want to deal with hard statistics and modeling.
Jump to: