How To Build A Doji Candlestick Trading Strategy Using Python (Code, Setup, Backtest, Performance)

Candlestick patterns have been a fundamental part of technical analysis in the world of trading for many years. Among the multitude of candlestick patterns, the Doji is one of the most widely recognized. We make a doji candlestick trading strategy. A…

How I Made A Profitable TEMA Trading Strategy In Python (Code, Rules, Backtest)

Triple Exponential Moving Average (TEMA) This indicator is used to identify the trend, retracement, and potential support and resistance. After the development of the Double Exponential Moving Average (DEMA), Patrik Mulloy enhanced the indicator and developed the TEMA. The interpretation…

How To Measure Skewness Of A Trading Strategy Using Python – (Code, Setup, Example Analysis)

Many metrics and statistics are used to quantify a trading strategy’s performance. CAGR, standard deviation, Sharpe Ratio, and maximum drawdown are among the most popular indicators. However, today, we will look at one that is not used very often: How…

How To Make An Average True Range (ATR) Trading Strategy In Python (Backtest, Performance, Setup, and Code)

Traders use a wide range of indicators when trading. Among the most popular are the momentum and mean-reversion indicators, but there also exist indicators that measure volatility, such as the average true range. Let’s make an average true range (ATR) trading…