simple candle filter martingale ea

simple candle filter martingale ea
Download ALL MT4 experts (885)
YouTube Video Thumbnail



Similar MetaTrader Tools

simple candle filter martingale ea

Info

The simple candle filter martingale ea is a Expert Advisor for MetaTrader 4 that this ea uses a candle size filter to initiate a trade. attribution: ideas are mine, code is compiled using fxdreema.

Usage

This tool is typically used for automated trading on major forex pairs and gold.

Platform

This Expert Advisor works exclusively on MetaTrader 4 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL4/Experts folder via File ? Open Data Folder in MetaTrader 4.


How to Install and Use simple candle filter martingale ea

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.

What this tool does

this ea uses a candle size filter to initiate a trade.

Typical Use Case

This Expert Advisor excels in automated trading and technical analysis on MetaTrader 4.

Compatible Platform & Setup

This Expert Advisor works on MetaTrader 4. Place the file in the MQL4/Experts folder and restart the terminal.

Description & Settings

Related: simple trailing position management library - another powerful expert for MetaTrader 4 traders.


this ea uses a candle size filter to initiate a trade.

Also recommended: simple trailing stop - similar expert with strong performance on MetaTrader 4.

attribution: ideas are mine, code is compiled using fxdreema.
concept
if the candle size is > x pips, then the ea will enter into a buy trade.
the candle size is an input in the ea settings.
if the buy trade results in a loss, the ea will enter into the next trade at a scaled up lot size.
the scale factor is adjustable in the ea settings.
main principle of the concept
the main principle behind all eas that i design is to control the number of consecutive losses (rather than to predict where the price is moving next).
this control is accomplished by increasing the candle size required in the settings until a sufficiently low (safe) amount of consecutive losses occur over a long test period. (the reason for controlling the consecutive losses is so that we can safely use the martingale strategy).
settings
i use usdjpy and 4hr chart for testing. other timeframes will work too.
i usually set the settings for candle size to be 20 or more , preferably 30.
10 or less will usually not work.
tp and sl
the tp and sl i use are normally a ratio of 1:1
and the settings are 50 tp and 50 sl
settings of 75tp 50sl; 100tp 50sl, work if you use a lower scale factor such as 1.5.
this is because when the ratio of tp to sl changes, the probability of winning to losing on average changes, and so do the number of consecutive losses (important).
i find as a rule of thumb that the max consec losses is usually 6 times the average losses, and that average losses in a similar ratio of tp:sl ratio (the same or a multiple of the tp:sl ratio or a less favourable ratio).
example a tp:sl of 50pips:50pips gives average wins to losses of 2:2 or worse 2:3 due to spread
and max consec losses of example 2x6=12. (we aim to lower these to less than 8, perhaps 6 would be good- using the candle filter)
feedback is welcome. we can develop more advanced ideas to control consecutive losses and unleash the power of martingale in a random market environment.

You may also like: simple pivot expert advisor - excellent alternative for expert users on MetaTrader 4.

Source Code

/

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.