leoplaw in #hive-167922 • 4 days agoProgramming My Own Trading Chart - Part 4Progress is being made. It is starting to look like a trade chart. It's amazing how a few details can make an impact. The x (time) and y (price) axes are not sleoplaw in #hive-167922 • 6 days agoProgramming My Own Trading Chart - Part 3Turn the volume up! I realised last night I could pick some of the low hanging fruit. The volume graph would very similar code to the candles. After figuringleoplaw in #hive-167922 • 7 days agoProgramming My Own Trading Chart - Part 2It would seem my laying the foundations has paid off. Implementing the chart candles has been smoother than expected. I've ironed out the bugs (I believe) and tleoplaw in #hive-167922 • 8 days agoProgramming My Own Trading ChartAm I mad? I started programming my own trading chart from scratch. Why you might ask, and why I asked myself. I did not want to be locked into a chart that haleoplaw in #hive-167922 • 2 months agoTrading App Development - Fibonacci RetracementTrading-Vue-JS (TVJS) is a beast of a Vue component. The only stock chart better than it is [Trading View](leoplaw in #hive-167922 • 2 months agoTrading App Development - The State of ThingsWhat's the state of the trading app? That's something that could not be answered for a long time. But I'm not referring to it's development, but rather a featurleoplaw in #hive-167922 • 3 months agoTrading App Development - What's the News?I as likely you do also, have your favourite crypto talking head that you like to tune into. Eric Krown being one that Ileoplaw in #hive-167922 • 3 months agoTrading App Development - Booking your ordersAnother small step forward with the app has been made, and many other ones behind the scenes, some cosmetic, some functional. The trade order panel finalleoplaw in #hive-167922 • 4 months agoTrading App Development - the Journey of the JournalThe journey has begun! No decent trading app is without a trade journal... right? Unfortunately this seems to be the exception and not the rule, as far I have seen so far. Granted I haven't sleoplaw in #hive-167922 • 4 months ago Trading App Development - You GitAh the wonders and headaches that are Git. Git is a universe of complexity. A friend of mine who is a veteran senior programmer is always the tleoplaw in #hive-167922 • 5 months agoTrading App Development - in the StreamI've trying to get into the flow of streaming live trade prices from various exchanges. Each exchange have it's own unique API and stream formatting. This makes life complicated enough, but I went aleoplaw in #technology • 5 months agoThe CulpritThe last couple of weeks have been a bit stressful. Technology is a good thing when it works, and disaster when it fails. Especially when you rely upon saileoplaw in #hive-167922 • 6 months agoTrading App Development - Part 9A major milestone has now been reached with the app. It can now switch between the exchanges that CCXT supports and load the histoleoplaw in #hive-167922 • 7 months agoTrading App Development - Part 8I haven't posted about this for quite some time, but rest assured I have been very busy coding. I've reached a couleoplaw in #hive-167922 • 9 months ago Building a Trading Bot from Scratch - Part 6 - environmental hellNo, I'm not talking about climate change. I'm talking about server versus client (browser). Node.js seemed like a smart choice to build this trading app with at the start. One…leoplaw in #technology • 11 months agoLiving Laboratory - we are all test guinea pigsIt seems the world has gone mad for testing out dystopian ideas on large numbers of people. The following video presentation is for a future city project in Japan, where…leoplaw in #hive-167922 • 11 months agoBuilding a Trading Bot from Scratch - Part 5 - a bit of eye candyWhile I might not have posted anything about the trading bot for some time, development has marched on. Here's where things are at. I was avleoplaw in #hive-167922 • last yearBuilding a Trading Bot from Scratch - Part 4Back over at the core functionality, the server side code that actually does the trading, here there have also been some "delays". Delays because, what seemed sleoplaw in #hive-167922 • last yearBuilding a Trading Bot from Scratch - Part 3Choices, choices, choices... sometimes many is too much. I've started diving into UI elements for the trading bot. I had planned to keep away from the UI asleoplaw in #hive-167922 • last yearUpdateing Gekko Trade Bot - Part 1My adventures with trade bots started out with the venerable Gekko trade bot . But as I think I mentioned previously, the main developer moved