Quant
-
System Trading Bot Design Breakdown
In this post I’m going to breakdown the different parts of a system trading bot that I built to execute trend following and mean reversion strategies. There’s a short video here if you prefer a quick walkthrough: https://youtube.com/shorts/3tWl4ETbqTw Building a robust and profitable system trading bot requires careful planning, solid architecture, and a deep understanding…
-
Pine Script Tutorial | How To Develop Real Trading Strategies On TradingView
In this pine script tutorial I’ll be showing you how to get started with TradingView scripting for technical analysis and trading strategy development. We will start by looking at how pine script works and a simple example. From there we will move on to inputs and indicators before creating a complete trading strategy using pine…