-
Trading Bot on macOS Big Sur: my experiences during the project
This blog is like a daily journal, I will continue to update this post about my findings during the journey. It is more about difficulties or challenges I had to deal with than about the actual code. While most content is macOS (or Unix) related, I am very confident that the shown approaches will work…
-
Coding
Creating a responsive web server For the visual tool to analyse my charts I needed something to deliver the data to the tool. While I was a few months back playing around with ideas and technologies, I came across NodeJS. Which is the easiest way for you to create a Webserver based on JavaScript language.…
-
Schedule programs on macOS
Problem While I could use the WebSocket application as a kind of “heartbeat”, there may arise situations where this is not the optimal solution. For this purpose I run on my machine an application which fetches the latest trades, calculates average price (not average weight price yet) and stores it in a db. But I…
-
Stop Loss Trading explained
With my trading bot project in NodeJS I want to prove one thing: One can profit even in bearish markets Stop Loss Trading explained What most people involved in trading, be it crypto or stock trading, don’t know: You can even in bear markets improve your position. If you know, or are quite certain, your…