Trading Bot

  • 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…

    continue reading


  • Google Sheets API – batchUpdate

    batchUpdate() works on values if you use sheet.values().batchUpdate() and works on sheet properties if you use sheet..batchUpdate() So I wanted to be notified for my tradingBot (made in Python), if a certain KPI was met. On my Mac, no problem. I use Notify. But I wanted to receive a notification even when I am not…

    continue reading

  • Other stuff

    continue reading

  • Create a tool to visually analyse data

    Problem There are so many prices, the oscillation is gargantic. I want to be able to detect areas where my bot could have succeeded, such that I can analyse patterns which would let my bot make the right decision for a trade. So I first need to “detect” such areas, and then I need to…

    continue reading