Bitcoin Forum
July 09, 2024, 10:19:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Announcements / Re: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts on: January 10, 2014, 09:33:33 PM
@BitcoinWisdom can you please shed some light on how StochRSI is implemented on your site and what library you use?
No library used, The formula I used is

LC = [Previous CLOSE];
RSI = EWMA(MAX(CLOSE-LC,0),N,1)/EWMA(ABS(CLOSE-LC),N,1) *100;
K = MA(RSI-LLV(RSI,M),P1)/MA(HHV(RSI,M)-LLV(RSI,M),P1)*100;
D = MA(K,P2);

N, M, P1, P2 are parameters.

MA(X,N) = (X1+X2+X3+...+Xn)/N
EWMA(X,N,M) =  Y = [M*X+(N-M)*Y']/N (Y' means previous Y)
HHV - Highest value
LLV - Lowest Value

Looks like slow Stochastic for RSI... Thank you!
2  Economy / Service Announcements / Re: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts on: January 08, 2014, 10:59:35 AM
@BitcoinWisdom can you please shed some light on how StochRSI is implemented on your site and what library you use?
3  Other / Beginners & Help / Re: coin miner for android on: January 07, 2014, 11:11:50 PM
Too little cpu power, too little battery charge...
4  Other / Beginners & Help / Re: bitcoin news on: January 07, 2014, 05:14:52 PM
In Feedly you can just search for 'bitcoin' to get many sources maybe even including reddit.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!