price action intraday trading expert for mt5

price action intraday trading expert for mt5
Download ALL MT5 experts (1593)
YouTube Video Thumbnail



Similar MetaTrader Tools

price action intraday trading expert for mt5

Info

The price action intraday trading expert for mt5 is a Expert Advisor for MetaTrader 5 that price action day trader eacore trading logicthis expert advisor (ea) employs a sophisticated approach to price action analysis, executing trades based on three distinct setups:pin bar (rejection):recognizes price rejection patterns at significant levels, with customizable wick-to-body ratios. engulfing candles (momentum):identifies powerful reversals where a large candle engulfs previous price action.

Usage

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

Platform

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

Setup

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


How to Install and Use price action intraday trading expert for mt5

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

price action day trader eacore trading logicthis expert advisor (ea) employs a sophisticated approach to price action analysis, executing trades based on three distinct setups:pin bar (rejection):recognizes price rejection patterns at significant levels, with customizable wick-to-body ratios.

Typical Use Case

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

Compatible Platform & Setup

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

Description & Settings

Related: mtf price action scalper ea - another powerful expert for MetaTrader 5 traders.

price action day trader ea

core trading logic
this expert advisor (ea) employs a sophisticated approach to price action analysis, executing trades based on three distinct setups:

Also recommended: automated trading with price crossover and moving average indicator - similar expert with strong performance on MetaTrader 5.


pin bar (rejection):
recognizes price rejection patterns at significant levels, with customizable wick-to-body ratios.

engulfing candles (momentum):
identifies powerful reversals where a large candle engulfs previous price action.

inside bar breakouts (consolidation):
trades breakouts of a mother bar, indicating trend continuation or reversal.

trend filter:
utilizes a dual ema (default 20/50) to filter trades, ensuring alignment with medium-term momentum.

s/r context:
incorporates historical price levels for signal validation through an integrated support and resistance lookback.


key features


dynamic risk management:
automatically adjusts lot sizes based on a percentage of the account balance (default 1.5%).

safety protections:
includes a max daily loss limit (3%) to safeguard capital during volatile market conditions.

trade evolution:
features automatic break-even and trailing stop functionality to secure profits as the trade progresses.

time control:
enables session-specific trading with customizable start and end hours for position management.

auto-detection filling mode:
intelligent order execution adapts to various broker filling modes (fok, ioc, return).


input parameters

riskpercent:
percentage of balance allocated per trade.

stoplosspips:
fixed stop loss distance.

takeprofitratio:
target profit ratio relative to the stop loss.

pinbarratio:
minimum wick-to-body ratio for pin bar identification.

srlookback:
number of bars for support and resistance calculation.

fast/slow ma:
periods for the ema trend filter.

start/end hour:
time window for trade initiation.


recommendations


timeframes:
optimized for m15, h1, and h4.

symbols:
ideal for major pairs (eurusd, gbpusd) and xauusd.

optimization:
fine-tune stoplosspips and pinbarratio based on instrument-specific volatility.

You may also like: trade signals based on price crossover with moving average, confirmed by adx - excellent alternative for expert users on MetaTrader 5.

Source Code

#property copyright "robotfx"
#property version   "1.00"
#property strict
input group "=== risk management ==="
input double riskpercent = 1.5;
input double stoplosspips = 40;
input double takeprofitratio = 2.0;
input double maxdailyloss = 3.0;
input group "=== price action settings ==="
input int pinbarpipsize = 10;

.......

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.