This is a prompt that will create the code for you to create a simple moving average crossover Expert Advisor strategy for MT5. Use this prompt to tener the code, then transfer the code to the MQL5 Editor to create the EA.
Please translate this pseudocode into mql5 code:
When the close price of symbol is greater than the slow 20 moving average and the fast 5 moving average is greater than the slow 20 moving average, buy symbol
When the close price of symbol is less than the slow 20 moving average and the fast 5 moving moving average is less than the slow moving average, sell symbol