Bitcoin Forum
May 07, 2024, 02:45:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 151 »
  Print  
Author Topic: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts  (Read 502553 times)
mroth7684
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
December 26, 2013, 05:21:56 PM
 #621

Can anyone explain how the KDJ indicator is calculated on BitcoinWisdom? I'm trying to figure out the  math of the K, D, and J lines but none of the explainations from google are matching the outcome of the BitcoinWisdom one.

I'd like to be able to duplicate the KDJ indicator from BitcoinWisdom for use in a trade bot if I can figure out how it is calculated.

1715049910
Hero Member
*
Offline Offline

Posts: 1715049910

View Profile Personal Message (Offline)

Ignore
1715049910
Reply with quote  #2

1715049910
Report to moderator
1715049910
Hero Member
*
Offline Offline

Posts: 1715049910

View Profile Personal Message (Offline)

Ignore
1715049910
Reply with quote  #2

1715049910
Report to moderator
1715049910
Hero Member
*
Offline Offline

Posts: 1715049910

View Profile Personal Message (Offline)

Ignore
1715049910
Reply with quote  #2

1715049910
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715049910
Hero Member
*
Offline Offline

Posts: 1715049910

View Profile Personal Message (Offline)

Ignore
1715049910
Reply with quote  #2

1715049910
Report to moderator
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
December 26, 2013, 05:37:42 PM
 #622

Can anyone explain how the KDJ indicator is calculated on BitcoinWisdom? I'm trying to figure out the  math of the K, D, and J lines but none of the explainations from google are matching the outcome of the BitcoinWisdom one.

I'd like to be able to duplicate the KDJ indicator from BitcoinWisdom for use in a trade bot if I can figure out how it is calculated.
The formula is

RSV = (CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K = SMA(RSV,3,1);
D = SMA(K,3,1);
J = 3*K-2*D;

LLV means lowest value in period
HHV means highest value in period
SMA is Simple Moving Average

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
dietrich67
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 26, 2013, 07:40:35 PM
Last edit: January 01, 2014, 10:50:53 PM by dietrich67
 #623

*** Solved.
*** Solved. If anyone would like a copy of the spreadsheet, join Slush's Pool and drop by our IRC. Look up "Eidolonius" or ask for a link to his site.
*** Solved.

The calculator atop your difficulty page is fabulous and it's really helped me get a handle on ROI for equipment purchases. To use it, however, I've got to hand copy difficulty predictions I make from my own spreadsheet into your form and hand-copy the BTC/mo result back. Any chance you'd be willing to share the equation with me so I can automate it?

The bottom part of my spreadsheet is this:

Date.....Difficulty.....MH/s......BTC/day

The top half of my spreadsheet generates the first two columns, I enter the third based on delivery dates of equipment. What I need is the formula for the fourth.

Put more simply, for a given Difficulty (D) and a given hashrate (H), what's the Excel formula to calculate BTC/day?

Thanks again for a great tool and double thanks if you can help me out with the math here.

Thanks,
D

P.S.: FYI, if you're considering adding more technical analysis tools, you might consider On Balance Volume next. I think that would be very useful to get a picture of the volume-based movement. (I do technical analysis of stocks for a living, so I especially appreciate having these tools applied to BTC.)


(Edit: Changed the desired output to BTC/day)
miquael
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 26, 2013, 07:45:59 PM
 #624

I've been using BitcoinWisdom app on my mobile Android device for many many hours of each day for several weeks now consistently with no problems. Then today, all of a sudden, when the app starts, it just says "loading" continuously.  The general UI is there, but no incoming data, no charts.  I've tried restarting the app, deleting it then re-installing it, and rebooted the device multiple times with no resolve (issue persists).  I've even tried clearing memory off my device in case that had anything to do with it.  

BitcoinWisdom.com still works just fine within the web browser on the same device--just not the full screen dedicated app.  Any insights into why?  Seems like it is just not loading the data or something ...

I'd really like to fix it.  I actually bought this device with dedicated mobile net connection just so I could track the crypto-markets from anywhere any time without interruption.  And BitcoinWisdom is my top app.

By the way, thanks for adding the lines today.  Wink
We doesn't have app. it must be fake.

Here is the BitcoinWisdom Android app: https://play.google.com/store/apps/details?id=com.rareartifact.bitcoinwisdom6773994B
mroth7684
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
December 26, 2013, 07:51:02 PM
 #625

Can anyone explain how the KDJ indicator is calculated on BitcoinWisdom? I'm trying to figure out the  math of the K, D, and J lines but none of the explainations from google are matching the outcome of the BitcoinWisdom one.

I'd like to be able to duplicate the KDJ indicator from BitcoinWisdom for use in a trade bot if I can figure out how it is calculated.
The formula is

RSV = (CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K = SMA(RSV,3,1);
D = SMA(K,3,1);
J = 3*K-2*D;

LLV means lowest value in period
HHV means highest value in period
SMA is Simple Moving Average

Thanks for the reply. It looks like I had the wrong formula for K and D before.

deadfi$h
Full Member
***
Offline Offline

Activity: 125
Merit: 100


View Profile
December 27, 2013, 02:35:44 AM
 #626

The charts are great! Thanks so much for offering so much functionality for free.

Any chance of adding the ability to draw lines? I would love to be able to live draw trend lines onto my charts.
Yes, draw lines is important part for charts.

Will you implement drawing lines? Are you considering it?
Basic drawing lines now is implemented.

You are awesome. I'm making use of them already. Thanks!
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
December 27, 2013, 07:01:54 AM
 #627

I've been using BitcoinWisdom app on my mobile Android device for many many hours of each day for several weeks now consistently with no problems. Then today, all of a sudden, when the app starts, it just says "loading" continuously.  The general UI is there, but no incoming data, no charts.  I've tried restarting the app, deleting it then re-installing it, and rebooted the device multiple times with no resolve (issue persists).  I've even tried clearing memory off my device in case that had anything to do with it.  

BitcoinWisdom.com still works just fine within the web browser on the same device--just not the full screen dedicated app.  Any insights into why?  Seems like it is just not loading the data or something ...

I'd really like to fix it.  I actually bought this device with dedicated mobile net connection just so I could track the crypto-markets from anywhere any time without interruption.  And BitcoinWisdom is my top app.

By the way, thanks for adding the lines today.  Wink
We doesn't have app. it must be fake.

Here is the BitcoinWisdom Android app: https://play.google.com/store/apps/details?id=com.rareartifact.bitcoinwisdom6773994B
The Android app seems has been removed. Hope it won't bring too much trouble.

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
undeadbitcoiner
Sr. Member
****
Offline Offline

Activity: 896
Merit: 272


Undeadbitcoiner Will not DIE until 1BTC=50K


View Profile WWW
December 27, 2013, 07:09:39 AM
 #628

Great job, helping a lot, By the way why dont you try your own software and application so we can tro out scamers.
Thanks

Mahn
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 27, 2013, 10:13:22 AM
 #629

Could we get huobi added to BitcoinWisdom?  (it has more volume than any other exchange)

http://btckan.com/price
Huobi is added.

Can we have it added to the top bar as a mini ticker as well? Since BTCChina is there it'd make sense to have Huobi too.

streetlogics
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile WWW
December 27, 2013, 03:21:38 PM
 #630

I understand why you had the Android app removed, but can you please re-enable scripts to work on mobile phones now?  I've used BitcoinWisdom.com in my iPhone's browser for a long time now, and I was disappointed to see that it suddenly stopped working on my phone and I'm guessing it has something to do with this "unauthorized app" stuff because it was working, then I saw a message / warning about "no official apps" and then it just stopped working all together.
mroth7684
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
December 27, 2013, 07:24:54 PM
 #631

Can anyone explain how the KDJ indicator is calculated on BitcoinWisdom? I'm trying to figure out the  math of the K, D, and J lines but none of the explainations from google are matching the outcome of the BitcoinWisdom one.

I'd like to be able to duplicate the KDJ indicator from BitcoinWisdom for use in a trade bot if I can figure out how it is calculated.
The formula is

RSV = (CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K = SMA(RSV,3,1);
D = SMA(K,3,1);
J = 3*K-2*D;

LLV means lowest value in period
HHV means highest value in period
SMA is Simple Moving Average

What does the 1 in SMA(RSV,3,1); mean? I took the SMA of RSV over 3 periods and get a similar result to yours but it's still not quite right. For my SMA calc I just did a simple SMA = (day1 + day2 + day3) / 3

tolega
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 27, 2013, 08:05:27 PM
 #632

While watching the trades going through on the bottom right I thought if there is the possibility to filter. For example: not show trades bellow 0.5.

I find all the 0.01 trading and similarities are too much vision pollution.

Thanks
TaggedYa
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 27, 2013, 09:51:35 PM
 #633

Some change made about 3 days ago has broken the update script in firefox.  The page now loads and shows the loading box but never loads so the orderbook and transactions never show up.  This is probably the same problem several others have noted.

TaggedYa
MineAllTehCoins
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 28, 2013, 01:26:18 AM
 #634

Hi, I have been using your site for several months as my primary price action resource. The thing I think could be improved the most is the "depth hints" order book right next to the current price. It's really helpful that it's right next to the historic price action, but it just gets cut off too soon and doesn't take up enough space considering how important it is. It should show more depth, and maybe be customizable. It should take up more space on the screen in general too, or that could also be adjustable. Currently I use bitcoinity if I really want to see the full depth of the order book.

Keep up the good work!
ISAWHIM
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
December 28, 2013, 06:00:20 PM
 #635

I have a request... Can you please put "Huobi" as the primary "China value", since BTCChina is essentially a wash-out of an exchange. Using BTCChina as the "source of CNY value", would be like using BTCe as the source of USD value for comparison.

Also, for the alternate exchanges, that are of another currency, can you put the (Your preferred currency) value next to the actual currency value we are looking at. Just like you do for BTCChina, but on all, and at the chart-level also. That would make the charts more useful for comparison.

Last suggestion, the ability to "overlap" two charts values would be great. (Perhaps showing the "shadow-chart" as shades of blue, behind the chart we are using for comparison.)

Thank-you, JD

P.S. Love the charts and setup. Just wish it showed more volume depth on the side of the graph, or had an option to adjust QTY of volume, for the volumes we trade at. (EG, I trade by 100's, so I need to see 1000's of volume, not only 400 volume.)
wud
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
December 28, 2013, 06:10:12 PM
Last edit: December 28, 2013, 06:34:32 PM by wud
 #636

Could you please fix the chart for 796? Thanks.
http://bitcoinwisdom.com/markets/796/futures
rammy2k2
Legendary
*
Offline Offline

Activity: 1974
Merit: 1003



View Profile
December 28, 2013, 07:40:10 PM
 #637

good site, i like the real time stuff
linko
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 29, 2013, 02:55:21 AM
 #638

Could we get huobi added to BitcoinWisdom?  (it has more volume than any other exchange)

http://btckan.com/price
Huobi is added.

Proud paying member here:

Thank you for your work sir!
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
December 29, 2013, 02:43:37 PM
Last edit: December 29, 2013, 03:08:45 PM by BitcoinWisdom
 #639

Can anyone explain how the KDJ indicator is calculated on BitcoinWisdom? I'm trying to figure out the  math of the K, D, and J lines but none of the explainations from google are matching the outcome of the BitcoinWisdom one.

I'd like to be able to duplicate the KDJ indicator from BitcoinWisdom for use in a trade bot if I can figure out how it is calculated.
The formula is

RSV = (CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K = SMA(RSV,3,1);
D = SMA(K,3,1);
J = 3*K-2*D;

LLV means lowest value in period
HHV means highest value in period
SMA is Simple Moving Average

What does the 1 in SMA(RSV,3,1); mean? I took the SMA of RSV over 3 periods and get a similar result to yours but it's still not quite right. For my SMA calc I just did a simple SMA = (day1 + day2 + day3) / 3
Sorry for misleading. I fogot SMA is not Simple Moving Average in this formula.
The formula I used is
Y=SMA(RSV,n,m)=(m*RSV+(n-m)*Y')/n
Y' means previous Y
when n = 3 and m = 1
Y=SMA(RSV,3,1)=(RSV+2*Y')/3
when m = 2, it close to EMA

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
December 29, 2013, 02:47:23 PM
 #640

Some change made about 3 days ago has broken the update script in firefox.  The page now loads and shows the loading box but never loads so the orderbook and transactions never show up.  This is probably the same problem several others have noted.

TaggedYa
The net issue will cause that issue too, maybe it is still in responding for the bad net connection indeed. Does it repeat always or just focus on some period?

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 151 »
  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!