mgilliland23 / quantla

Quantla is a node powered crypto currency trading bot
5 stars 2 forks source link

core screen... current price can be "live" #47

Closed costargc closed 5 years ago

costargc commented 5 years ago

currently we are getting the price from the "AIDecision.json"... we could get the price from poloniex instead that way current price would update every 30s given this is the current refresh rate from the core.

we can grab the "asks": price from: https://poloniex.com/public?command=returnOrderBook&currencyPair=USDC_BTC&depth=1 via jquery/ajax

costargc commented 5 years ago

done!