Bitcoin Forum
May 30, 2024, 09:40:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Preferred tools for analysis  (Read 1445 times)
cmacwiz (OP)
Sr. Member
****
Offline Offline

Activity: 704
Merit: 270


View Profile
February 26, 2015, 04:11:29 AM
 #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.
RyNinDaCleM
Legendary
*
Offline Offline

Activity: 2408
Merit: 1009


Legen -wait for it- dary


View Profile
February 26, 2015, 06: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).

bucktotal
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
February 27, 2015, 02:11:48 PM
 #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...

oda.krell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1007



View Profile
February 27, 2015, 04:27:32 PM
 #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".

Not sure which Bitcoin wallet you should use? Get Electrum!
Electrum is an open-source lightweight client: fast, user friendly, and 100% secure.
Download the source or executables for Windows/OSX/Linux/Android from, and only from, the official Electrum homepage.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!