I need an EXPERT ADVISOR that trades based on candle stick opening price and there closing price with respect to time

Specification

If 07:00am(GMT+1) candle closes above(up) its opening price then EA can consider taking a BUY order 
as soon as 8:00am candle shows (the new candle), BUT THE EA MUST take note of the following conditions before executing a BUY order, 

THE conditions goes as follows:

1. EA waits till 08:30am (30 min after the new candle has print)
2. IF by 08:30am the new candle price is still above {BULLISH} the closing price of 7:00am candle(the previous candle)
3. EA can take a BUY order only if this first 2 conditions are met 
   ELSE:it should not execute any order again for the LONDON SESSION for the day, But it can wait for the opening of the next candle 9:30am(only if number of order is 2 or more) and then 
   it can reconsider the same 2 conditions again (i.e if its previous candle closes above or below to reconsider for a buy or sell) before taking another order. 
   (5 pips T.P, 10/15 pips S.L) these parameters (T.P $ S.L) can be adjusted in the EA settings.
 



LIKEWISE

If 7:00am(GMT+1) candle closes below(down) its opening price then EA can consider taking a SELL order 
as soon as 8:00am candle shows BUT THE EA MUST take note of the following conditions before executing a SELL order, 

THE conditions goes as follows:

1. EA waits till 8:30am (30 min after the new candle has print)
2. IF by 8:30am the new candle price is still below {BEARISH} the closing price of 7:00am candle(the previous candle)
3. EA can take a SELL order only if this first 2 conditions are met
   ELSE:it should not execute any order  again for the LONDON SESSION for the day, But it can wait for the opening of the next candle 9:30am(only if number of order is 2 or more) and then 
   it can reconsider the same 2 conditions again(i.e if candle closes above or below to reconsider for a buy or sell) before taking another order
   (5 pips T.P, 10/15 pips S.L) these parameters (T.P $ S.L) can be adjusted in the EA settings.
  





 (preferable 30 min time frame for the EA ,but could be used on other time frames and should be able to work on any forex pair even metals and crypto)



===========================================================================================================================================


NOTE: EA can trade during LONDON SESSION {7:00am to 12:00pm} (GMT+1), its order sequence goes like this 

1. By 08:30am if any of this above conditions are met ..E.A should take an order (BUY/SELL) if not it should not take any order for the day for LONDON SESSION  ,
   But it can wait to retry again at 09:30am only if the number of order for LONDON SESSION is set to 2, and if the above conditions are not still met after 2nd try it should not take order and so on,
   it can also retry at 10:30am only if the number of order for LONDON SESSION is set to 3,
   it can also retry at 11:30 am only if the number of order for LONDON SESSION is set to 4
   which is the maximum number of times the EA can execute an order for LONDON SESSION per Day.
   IF number of order for LONDON SESSION is set to ZERO that means EA should not execute any order during LONDON SESSION for the day.

LIKEWISE

NOTE: EA can also trade during NEW YORK SESSION {1pm to 5pm} (GMT+1), its order sequence goes like this 

2. By 01:30pm if any of this above conditions are met ..E.A should take an order (BUY/SELL) if not it should not take any order for the day for NEW YORK SESSION
   But it can wait to retry again at 02:30pm only if my number of order for NEW YORK SESSION is set to 2, and if the above conditions are not still met after 2nd try it should not take order and so on,
   it can also retry at 03:30pm only if my number of order for NEW YORK SESSION is set to 3, 
   it can also retry at 04:30pm only if my number of order for NEW YORK SESSION is set to 4.   
   which is the maximum number of times the EA can execute an order for NEW YORK SESSION per DAY.
   IF number of order for NEW YORK SESSION is set to ZERO that means EA should not execute any order during NEW YORK SESSION.









============================================================================================================================================

EA Settings Layout



VARIABLE VALUE

INPUT *TRADING DAYS
Monday true/false
Tuesday true/false
Wednesday true/false
Thursday true/false
Friday true/false

*NO of order for LONDON-SESSION (0 to 4)
{7am-11am GMT+1)



*No of order for NEWYORK-SESSION (0 to 4) 
{1pm to 5pm GMT+1}

*LOT-size for each order (   )
*T.P for each order ( in pips )
*S.L for each order ( in pips )

*use TRALING stop true/false
trailing stop pips (in pips )
trailing step pips (in pips )
*MAXIMUM spread (   )
{if current spread is higher than max spread
  set EA should not execute any order}

*MAXIMUM loss perday in % of total capital (in % )






help add a dashboard for it to display bot name (victoria xx1), equity, balance, spread  
please kindly include signal notification option for EA so it can send signal to email and alert notification as soon as it takes an order
Thank you.







EA DESIGN PROTOTYPE 2 (Victoria xx1)        AUTHOR: TIMOTHY ODEBODE








Responded

1
Developer 1
Rating
(4)
Projects
4
25%
Arbitration
2
0% / 100%
Overdue
0
Free
2
Developer 2
Rating
(11)
Projects
16
13%
Arbitration
3
0% / 33%
Overdue
2
13%
Working
3
Developer 3
Rating
(173)
Projects
246
22%
Arbitration
17
65% / 18%
Overdue
1
0%
Busy
4
Developer 4
Rating
(7)
Projects
9
0%
Arbitration
1
0% / 100%
Overdue
0
Working
Similar orders
Rien de mieux qu'une petite pensée positive ⁠ (s’ouvre dans un nouvel onglet ou une nouvelle fenêtre) pour se lever du bon pied et bien commencer sa journée, surtout si c'est tous les jours blue monday ! Et si quelques mots bien sentis suffisaient pour nous aider à changer un moral dans les chaussettes contre un moral d'acier
Hello, I'm looking for who can help me in converting my tradingview indicator to mt5 car trading strategy The Indicator name is Breaker Blocks with Signals(LuxAlgo) Let me know if you can get this done for me please
Hello i'm look for someone to create an MT4 Expert Advisor Universal EA very simple 1 MQL4 that will have the following features:- Magic Number: to identify the chart Custom Indicator: ( here will be the name of the custom indicator we will use that will generate buy or Sell signal ) Buy Buffer: ( this is the buffer that the custom indicator use for Buy signals ) Sell Buffer: ( This is the buffer that the custom
Hello there am looking for who can help me converting tradingview indicator to mt5 auto trading strategy, the indicator name : Breaker Blocks with Signals [LuxAlgo] ### 1. **Entry Condition**: - **For Long**: The trade is entered **after BB+** is confirmed. - **For Short**: The trade is entered **after BB-** is confirmed. ### 2. **Stop Loss**: - **For Long Entries**: Stop loss is triggered on a **candle close above
Hello , I've developed a new trading view platform recently, and I'd like an expert to give me some feedbacks. I will try to modify it based on your feedback. Looking forward to the proficient proposal in the comment section
Hello, I’m seeking a professional and experienced TradingView platform developer who can review and optimize a newly developed TradingView platform. The platform has not been deployed yet, and the goal is to refine it to perfection before launch. Requirements: Expertise in TradingView platform development and source code analysis. Proven experience in optimizing trading platforms for performance, functionality, and
Dear All, I need an RISK to REWARD Ratio expert advisor for top to bottom, support and resistance and order block strategy. If the developer has any good risk to reward strategy, I will apprecaite. Kindly provide me the EA, I will test it on my demo account fm- And the payment gets released upon the results The EA should also be able to give TRUE and honest back test results. The ea should work on all Major and Minor
Modify MT4 EA 30+ USD
Experienced developer needed to modify an EA that was coded incorrectly. The changes are rudimentary which should take an experienced developer a minimal amount of time to complete. This EA consist of common indicators with entry and exit instructions . The developer must exhibit strong ability to guarantee the STOP LOSS and TRAILING STOP are effective. Therefore, The indicators will be checked in the Strategy Tester
I need EA Expert Advisor bot , I need Trading pad or panel, for pending order only sells stops and buys stops with the TP points and SL points and lot size and price entry, I can provide you the image of a pad or panel
I have an existing Indicator that i want to add a license into, i have the source code also and i need it as fast as possible, there will be more projects like this to come if this is done well

Project information

Budget
80+ USD
For the developer
72 USD
Deadline
to 7 day(s)