@yashax
is't not easy to adapt because i use a data stream direct from the binace exchange api with binace pairs only. Don't know if there is a similiar data stream for forex etc. candles that can be used in the same way (json format every 2 seconds with open, high, low, close and volume)

frittna
@frittna
Posts made by frittna
-
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
-
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
@dssguy1 said in Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart:
Works perfect! THANKS!!! Now I can watch myself losing money again!
Nice to hear :) Well, Yes, like the frog methapher .. he would jump out instantly if he gets into too hot water to not get burnt but if he is sitting in cold water which rises in temperature slowly until it is cooking he will probably stay until he gets rekt. Who knows, nobody. Zero or moon or -98% - all is possible - have a really good plan (thats very hard to almost impossible if not investing tons of time) or have a position which you are comfortable with and dont do much
-
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
i uploaded a version that uses binance.us.
Use the M5Burner in my Zip File on Github -
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
maybe it could be geo-blocked because here from the EU for example it still works normally!
please test:
https://api.binance.com/api/v3/depth?symbol=BTCUSDT&limit=1000
and
https://api.binance.us/api/v3/depth?symbol=BTCUSDT&limit=1000
If only the .us domain works for you i will update the code soon for an .us version.If you compile it yourself with arduino you have to modify the .com to .us - so change these two lines:
const char restApiHost = "api.binance.us";
and
const char wsApiHost = "stream.binance.us"; -
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
@yashax
the white line is the relative trading volume from the last 24 shown candles -
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
you can check at line 500 in the code and simply change lines where is says "time(now)" to "timeFormat12(now)"
this will work and will show time in am/pm mode and not in 24h mode.
If you want to have a visualisation for am/pm too you would have to find free space first and draw something small with a the isAM() or isPM() function. -
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
@yashax
yes, thats correct since prize data comes from the binance api only, spot markets, no derivates -
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
Hi,
regarding TIME token - I see 4 different tokens with that name but none of it is listed on binance.An optional cycling function like you're asking was added in the last version i've released a month ago.
Scroll up or go to the github source page.
btw: do you have a core1 unit now? -
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
@frankchau93
i started from zero too so maybe give it a try and search/test if there are other compatible libraries. Since i have no core2 device and beside the (stupid) fact that i cannot use the latest boardmanager (higher than 1.0.4) on a core1 I am kind of stuck. But i guess not forever.. atm i am not really plessed with free time but we would need to know what is causing the problems with boardmanager 1.0.5 and higher first. I suspect the WIFI, the SDCard or the Websockets library. Then only minor changings in code are needed to support core2 i guess. -
RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
@yashax said in Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart:
Thank you. What is the location of the M5Burner source?
you find the link is in the first post
download project: https://github.com/frittna/Crypto_Coin_Ticker