MA-AT R
This tool for MetaTrader 4 is specifically engineered to streamline your trading operations. This technical indicator acts as a specialized analysis tool designed to visualize market data. It helps traders identify emerging trends, momentum shifts, and key support or resistance levels by plotting statistical calculations directly onto price charts.
How to Setup and Use MA-AT R
1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.
2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.
3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.
4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.
Frequently Asked Questions
Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."
Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).
Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.
Description & Settings
Rasoul Mojtahedzadeh
This indicator combines Moving Average (MA) and Average True Range (ATR) to visualize potential trade signals. Black solid line indicates MA, Red solid line indicates MA+2*ATR, Red dash line indicates MA+1.5*ATR, Green solid line indicates MA-2*ATR, Green dash line indicates MA-1.5*ATR.
Entry Rules: 1. The price must cross over the moving average line and close on the opposite side 2. The trade’s direction will be determined based on the direction of the cross; 1. a long position when the price crosses from below and closes above the moving average 2. a short position when the price crosses from above the moving average and closes below 3. A trade can only be placed if it coincides with the current trend; 1. a long position must have a positive moving average slope 2. a short position must have a negative moving average slope 3. no trade should be placed if there is a flat moving average slope 4. The highest high or the lowest low must not touch, pass or be very close to dash lines (reversal points).
Exit Rules: 1. The position will be closed if the price crosses the moving average to the side opposite of the entry position and reaches the 1.5 ATR level on that side. 2. The position will be closed if the price crosses the moving average to the side opposite of the entry position and closes on that side. 3. The position will be closed if the price reaches the 2.0 ATR level. 4. The position will be closed if the price crosses the 1.5 ATR level on the entry side and closes; 1. below the 1.5 ATR line for long position
2. above the 1.5 ATR line for short position