[EA] Charles-1. 3. 3
This professional-grade solution for MetaTrader 4 helps traders achieve greater efficiency in their daily workflow. This Expert Advisor serves as automated trading software. It is utilized to monitor financial markets and execute trades based on predefined algorithmic rules, enabling precise position management without the need for constant manual oversight.
How to Setup and Use [EA] Charles-1. 3. 3
1. Installation: Open the "File" menu, select "Open Data Folder," navigate to MQL/Experts, paste your file, and restart the terminal.
2. Activation: Drag the EA from the Navigator onto a chart, ensure "Allow live trading" is checked in the Common tab, and verify the AutoTrading button is green.
3. Optimization: Right-click your chart, choose "Expert List," click "Properties" to adjust inputs, and save your preferred setup as a set file for future use.
4. Maintenance: Regularly check the "Experts" tab in the terminal window to monitor trade logs and potential execution errors.
Frequently Asked Questions
Q: Why is my EA not opening trades? A: Check the "AutoTrading" button, ensure "Allow live trading" is enabled, and verify your broker allows automated trading on your account type.
Q: Can I run multiple EAs on one chart? A: No, each chart can only host one active EA; however, you can open multiple charts for different currency pairs to run several EAs.
Q: What does the "smiley face" icon mean? A: A smiley face in the top-right corner of the chart indicates the EA is successfully running; a frowny face means it is disabled.
Description & Settings
afabiani (AlFa)
The EA starts looking for prices and break-outs. After that it continues trading by placing orders progressively aiming to reach a global profit. It also scalps pips in when a positive amount is reached and tries to aument the gain when the market is tranding.
It should work on most pairs and all periods. The profit factor is not "galactic" since it tries to protect the capital as much as possible with a small but constant profit increment and a small draw down.
Moreover there is a protection when the profit falls below the balance risk-percent. It places hedge orders in order to block the loss and looks for some indicator trying to catch the good direction in order to exit the stall.
Of course it can be improved a lot and it may require manual intervention and/or some parameters tweaking basing on the market condition. In general however it should be quite stable.
If you like this EA and you have some expertise in Forex trading, I would be greatefull for hints and ideas on how to improve it. Also if you have time to test it and find bugs, please report them to me.
Parameters:
Anchor[250]; PIPS displacements for up/down orders
xFactor[0.7]; Lots xFactor multiplier for further orders
Amount[1.0]; Initial profit target (indicative, the EA computes it automatically)
RiskPercent[10]; Account Balance percent you want to risk (I recommend to not go above 10%)
LotPercent[10]; Lots percent
Lots[0.01]; Lots amount, considere only when LotPercent is 0
Slippage[2]; Orders slippage
Macd;"Quick, Slow, Signal"
- Qema[10]; Quick MACD EMA period
- Sema[32]; Slow MACD EMA period
- Signalmacd[4]; MACD Signal period
Ema;"fast close, slow open."
- Fastema[8]; Fast EMA period
- Slowema[14]; Slow EMA period
AllOrders[false]; wheather or not consider ALL the orders for the Symbol, also the manual ones
LogToFile; wheather or not log to a file into the MT4 folders