EA TO ACTIVATE BIDS USING EXTREME PRICCES OF TIME FRAME(D1, H4, H1, M30) DATA

MQL5 Experts

Specification

Hello, 

I want to create an EA which will recognize the highest price and the lowest price and the movement of the market as it reaches new peaks both in going up and in reverting back. So we consider the start of the robot from the first day. As a result, once the robot is activated, it starts to identify the high and the low price movements to know when to activate the next bid. So at the time frame bases, it identifies the movement of the market and if the next time frame is in the same trend as the previous time frame, it will use the extreme prices at the time frame to calculate the next price action and this will determine whether the action is a BUY or a SELL depending on the movement.

This is an example of High and low of Daily timeframe, and the coloured part of each day is the movement according to my theory and foundation of this project.

The coloured part shows the movements based on the extreme positions discussed while the RED shows every EXTREME HIGH and GREEN shows EVERY EXTREME LOW

 

The below report shows the cumulative Highest and lowest price from the beginning of the start of period from day 18 to 25, and then another from day 26 to last day

The 5 thcolumn shows the period Highest and the 6 thcolumn shows the period lowest, so the highest will help project for SELL and the LOW will help project for BUY positions using the Robot.

 

So using the example of the first picture below is computed data for an example  

So if price is as follows for example daily HIGH and LOW figures

Day      1      2      3       4          5          6        7           8            9             10

High   30    35     39      34     32       40        47        49          45           41

Low    20    23     30     28     25       32        38         44         39           30

 

The movement will be as follows where H is HIGH and L is Low.

 

Day                 1      2      3       4          5          6        7           8            9             10

position V1       L     H      H      L           L          H       H            H            L             L   

Prices                20   35   39     28       25        40      47          49        39           30

 

so if gap to take is at 5 Level or more, then lets assume its as follows

Level 1= 10, L2= 8, L3= 6, L4=5, L5=4.  So no position will activate after L5. Where B= BUY and S= Sell

 

So according to the RULE the robot will identify the following points Day1=20, Day 3=37, Day 5=25, Day 8= 49 Day 10= 30

 Based on first position to use to activate trade, the Low Price will be used to BUY and the HIGH price will be used to SELL

So at end of DAY 1, using the LOW of 20, because the robot would have started to identify the highest and lowest prices

 

                               L1          L2         L3           L4             L5  

At low of 20,             30         38         44

At High of 37            27          19        13 

At Low of 25             35          43        49

At High of 49            39          33        27

So based on the data identified above, the robot will compare every new position with the last activated position and take a bid towards the trend/ direction of the price as a BUY ABOVE and a SELL BELOW

 

So using the whole data the ROBOT will have activated the following bids at the end of DAY 10 as follows

Because the first position is predicted using the LOW price, then it will be a BUY. 

B30, S27, B35, B43, B49, S39, S33..

But because B35 is Higher than B30, then Bid 3 can activate at B30 once price falls below 30 and then continue at B38, B44 etc, else it will activate at B35, B43, B49.

Same thing for Sell positions, if new SELL is lower than previous SELL and market goes above the previous SELL, then it can activate a SELL at the previous SELL rather than the actual one. SELL will consider the Higher opportunity while BUY will consider the lower opportunity

 If a robot returns back to an existing old bid position to retake the Bid, and the previous Bid has been closed, the Robot can increase the lot size of that position.

So as shown in the sample above, since price fell below 35 to 30 for a BUY, if previous BUY of 30 has been closed, then a new BUY of double lot size will be opened when market reverts back upwards, and same too if market reverts back downwards. This is only if the EXTREME positions still remain the same, eg LOWEST position or HIGHEST POSITION, if any of it changes, then it will be a new position without the increase.

The robot will be such that it will close any previous bid that has reached previous Setting position of bid limit

So for example at Low of 20, all bids taken to higher levels 38, being maximum bid of first Move, will always close itself. And only remain new bids of later movements before reversal. But bids can also close itself automatically when it achieves X number of bids of same direction by closing the earliest bid.

I have an existing EA which can be remodified to complete this job just in case it may be useful.

 

Please Note

I want only serious and immediately available programmers as time is essential. Also please ensure you understand the concept as well.

I will have the following as it relates to the EA

- Source code

- Ownership and Copyright of code

- EA should have a Password input

- I will need as much as 3 weeks to test the accuracy of robot before finalizing payment

- Robot should be usable on any product, currency, indices or stock 

 


Responded

1
Developer 1
Rating
(22)
Projects
18
6%
Arbitration
31
3% / 65%
Overdue
5
28%
Free
2
Developer 2
Rating
(10)
Projects
15
13%
Arbitration
6
0% / 67%
Overdue
2
13%
Free
Similar orders
I need an AI-integrated indicator to accurately analyze entry and exit points with SL-TP and send signals via Telegram. With a nice Telegram presentation setup, and a summary of profit/loss by day/week/month calculated in PIPs. Additionally, it needs to be able to calculate probabilities based on past data. For example... **🚨 BUY SIGNAL XAUUSD M15 Winrate 80%** 🟢 Entry: 2850.50 SL: 2845.50 (-50 pips | Risk 1%)
I need an advisor created that opens a position with 0.10 lot size when a bull cross arrow appears on the m5 time frame and closes the trade after exactly one candle stick, the ea does the same thing over and over, a bull cross appear on m5 timeframe, and it opens 1 position with 0.10 lot size, and closes it after one candlestick on m5... If possible, provide a demo version
I need someone to create a futures trading bot based on the ichimoku cloud system on the 1min timeframe with strong risk management. I want to use this for prop firm trading, more details will be given to you, I need someone that can create the bot and optimize as well. Need this on ninjatrader platform
Description I am looking for an experienced MQL5 developer to investigate and fix a suspected memory or resource usage issue in my MT5 Expert Advisor. The EA itself works correctly from a strategy and trading logic perspective . The trading model must remain exactly as it currently operates. I am not looking for any changes or optimisation to the strategy . The goal of this job is purely to identify and fix a
Excel writer 31 - 200 USD
I’m a versatile freelancer who can handle a wide range of tasks. Whether it’s research, writing, data entry, virtual assistance, or problem-solving, I’m ready to help and committed to delivering reliable results
I need an automated trading robot for crypto trading. Strategy: - Use EMA 20 and EMA 50. - Buy when EMA 20 crosses above EMA 50. - Sell when EMA 20 crosses below EMA 50. Risk management: - Stop Loss: 2% - Take Profit: 4% Timeframe: 15 minutes. The robot should: - Open trades automatically. - Close trades automatically. - Show signals on the chart. Platform: MetaTrader 5 Market: Crypto (BTCUSDT)
I need an Expert Advisor for MetaTrader 5 based on SMT and CISD strategy using NASDAQ and S&P500. Strategy logic: - The bot compares NASDAQ and S&P500. - Timeframe: 3 minutes. - First condition: One of the pairs must take liquidity from a previous high or low while the other pair does NOT take that liquidity (SMT divergence). - Second condition: The pair that took liquidity must close back below the high (or above
A robot 80+ USD
De breedste selectie betaalde en gratis robots, die een breed scala aan handelsstrategieën implementeren — selecteer degene die het beste bij uw handelsstijl past. Gedetailleerde productbeschrijvingen met screenshots en video's, maar ook recensies van andere kopers helpen u bij het maken van de juiste keuze. Profiteer van gratis tests om de producteigenschappen te evalueren voordat u het aanschaft. Uitgebreid prijzen
Busco un robot para trading de scalping en oro o forex, el robot debe ser rentable en esos mercados, podemos automatizar mi estrategia basada en medias móviles con estrategia de scalping o bien si él desarollador tiene uno que funcione así y sea rentable podemos ver la opción de un demo o cuenta de lectura para estar seguros de la rentabilidad en el robot
MT4 EA TO TAKE TRADES FROM (A) HYDRA TREND RIDER AND (B) IQ GOLD GANN LEVELS ON MQL5.COM The MT4 version of these two indicators can be found on the mql5.com website with the following links: Hydra Trend Rider: https://www.mql5.com/en/market/product/111010?source=Site +Profile+Seller IQ Gold Gann Levels: https://www.mql5.com/en/market/product/134335?source=Site +Profile+Seller (1) ENTRY (a) Hydra Trend Rider

Project information

Budget
30 - 50 USD
Deadline
from 0 to 6 day(s)