Hi,
I am incorporating volume into my trading
strategy, however I am finding it harder to keep track of all the markets at
one time. I would like for an EA to map out the high and low (and the close if
it is more than 20 pips away from the high and low) of the ultra high volume
bars on the daily timeframe. The ultra high volume bar must also be the highest
volume bar within 15 bars. An example of this would be the bar created on the
day of brexit in all the GBP pairs. I would suggest that in order to keep things
organized, a method of finding these bars could be more than double the
previous average 21 volume bars, however this can be altered to suit the data.
This should show the important price levels, as I believe the ultra high volume
bars are the most significant in finding where the professional money would be
interested in taking the market. I would like the ultra high volume bar to be
market also so it is easily visible.
Once the support/resistance levels have
been mapped out, I would like to be alerted when the following criteria is met:
1- The direction of the last break of a
volume level should be noted. For example, if a bullish candle takes out a
level then the system should only be looking for long opportunities.
2- The price should be above the 21 EMA on
the following timeframes, 5 min 15 min 60 min 4 hour.
At this point an alert should be shown, and
I will act according to my tradeplan.
Eventually I would like to code the entry
and exit of the trades, so that the system can be fully automatic. Just for
testing purposes I would an option to put a position with S/L behind a 4 hour
swing (lowest/highest candle in a 5 bar sequence) as long as the SL is no more
than 120 pips, targeting the next volume level. The trade should only be taken
if there is more than 50 pips to the next target and a risk to reward ratio above
1:1.
I would also like the following to be
inputs for the EA that the user can change:
1- criteria for selecting the ultrahigh
volume bars (for example, change from double the average volume to triple, or
change from using the 21 previous bars to find the average to 50)
2 - the timeframe that is used to map the
high volume bars (for example, change from the daily to the hourly)
3- the timeframes used for the EMAs, as
well as the EMA length too (for example, using the 1,5,15,60 min and the 8EMA)
4- the SL criteria (for example, being able
to change the timeframe from the 4 hour to the 15 min and the swing definition
from the lowest/highest candle in a 5 bar sequence to a 7 bar sequence)
5- the minimum risk to reward ratio, the
maximum stop loss size and the minimum amount of pips to target.
6 - an option to trade a rejection off of a
volume level, for example, is price action goes to a level and doesn't break
it, then the system should look for trades in the opposite direction
Benzer siparişler
//+------------------------------------------------------------------+ //| XAU_Pro_Scalper.mq5 | //| Advanced Gold Trading Bot (Educational) | //+------------------------------------------------------------------+ #property version "1.00" #property strict #include <Trade/Trade.mqh> CTrade trade; input double RiskPercent = 1.0; input int StopLossPoints = 250; input int TakeProfitPoints = 700; input int FastEMA = 20;
To help with simple requirements and strategy to trade in metotrade 5 and to win or earn much money so that i can live better live. I hope i can get the robot for helping to trade
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
Key Requirements: Source Account: Connect to a Master account using Investor (Read-only) Password. Destination Account: Execute trades on a Live Slave account with full trading access. Currency Focus: The system must handle Currency Pairs accurately, including symbol mapping (e.g., EURUSD to EURUSD.m) between different brokers. Stealth Features: Remove/Disable all trade comments. Assign custom Magic Numbers to the
I need a developer to start robot from scratch based on existing EA that is running live. I do not have the source file as my previous coder did not give it to me. What I do have is the investor password which is running the EA from the coder side but not from my end. I like someone to monitor the account and re create the same system for me
Project Summary: Create an alert-only MT4 EA for XAU/USD (5-minute chart) that detects a specific sequence of price action events and sends push notifications and optional sound/Telegram alerts when all conditions are met. ⸻ 1. Inputs / Settings • Enable/Disable Alerts → Boolean (true/false) • FVG minimum width (pips) → Default 2 • Order Block maximum width (pips) → Default 30 • Optional time filter → Default
We are looking for a professional developer or trader who already has a proven profitable EA or strategy based mainly on price action logic. Important requirements: No Martingale No Grid No Micro-scalping Avoid heavy indicator-based strategies Strategy should be based mainly on price behavior / market structure We are not looking for aggressive systems that promise unrealistic returns. Our focus is on stable
I am looking for an expert MQL5 developer to build a high-precision Hedging System between two different MT5 brokers running on the same local PC. Core Objective: Execute opposite (inverse) trades between a Master and Slave account (e.g., Master BUY = Slave SELL, Master SELL = Slave BUY). The Challenge: Standard "Trade Copiers" are insufficient as they cannot prevent single-legged exposure when using manual trading
I want robot that can help me trade and make some money so that I can be able to learn from it while I'm still in depot account now.Is how it gonna help me with some money
Hello, I have two requests: First: Feature Modification Request Currently, the EA places only one pending order at a time. I want to modify this to place two opposite pending orders (Buy Stop and Sell Stop) simultaneously, with the distance between them aligned with the existing Breakeven and Trailing Stop settings in the bot. How it should work: The EA places a Buy Stop above current price and a Sell Stop