Simple Moving Average (SMA) Crossover Strategy with Buy Sell Indicator

Abstract
This project explores the effectiveness of a Small Moving Average (SMA) crossover trading strategy implemented on the TradingView website using Pine Script. The study investigates the potential profitability of the strategy by backtesting it on historical price data for various financial instruments. The project also examines the impact of different parameter values and timeframes on the performance of the SMA crossover strategy. The findings suggest that the SMA crossover strategy can be an effective tool for identifying potential buy and sell signals, but the results are highly dependent on the specific parameter values and timeframes used. This project provides a practical example of how to implement and test a trading strategy using Pine Script on TradingView.