2 Answers
<p id="isPasted">The profitability of a crossover system, like any trading strategy, depends on various factors, including market conditions, the specific parameters used in the system, risk management, and the trader's skill and discipline in executing the strategy. A crossover system involves using moving averages or other technical indicators to generate trade signals based on the crossover of different time periods or lines.</p><p>Crossover systems can be profitable in certain market conditions, particularly in trending markets where price movements exhibit clear and sustained trends. The crossover of moving averages can help identify potential entry and exit points when the shorter-term moving average …</p>
1 View
<p id="isPasted">You can test this yourself using whatever moving average formulas and lookback lengths you wish, and adjust the lengths to get the best trading result. This process is backtesting and optimization and is regularly done in fitting a model to data. Remember that a successful backtest is a necessary condition to have a profitable trading system, but it is not a sufficient condition. To give yourself confidence that the system will be profitable in the future, perform model validation using data that is both more recent than the historical data used to fit the model, and that has not been …</p>