Opening Range EA for MT5

Spezifikation

Hi I am looking for a developer to work with me to create an Opening Range breakout system EA. 

I am looking for a long term relationship to continually work on this EA and the development of future EAs and indicators.


Opening Range EA

 

Variables (user configurations)

 

-        Opening Time (When the opening range begins calculating, 7:00, 8:30 etc)

-        Opening Range Duration (ie. 1min,5min.15min,30min 60min)

-        Trade Lot size (% of account balance or a fixed lot size)

-        Closing candle (variable timeframe i.e. 1min,5min,15min)

-        Order Type (Market order or pending limit order on breakout of closing candle)

-        Spread size (if spread size is bigger than input, this will disable new order entry)

-        Moving Stop loss to Breakeven (move stop loss to breakeven once Target1, Target2 or Target3 has been reached)

-        Maximum Daily Trades (maximum trades allowed to be taken per day per symbol)

-        Start Trading Hours (start time for the EA to begin initiating trades)

-        Stop Trading Hours (finish time for the EA to stop initiating trades)

 

Process

 

Once the Opening Range has been established, lines will be drawn at the high and low prices of the Range. For example, if the Opening Time = 7:00 and the Opening Range Duration = 15min, the Opening Range will be the high and low prices from 7:00 and 7:15.

 

Trade Signals

Once the Opening Range High and Low is set, The EA will wait for the Closing Candle to close above or below the Opening Range. 

 

Once the Closing Candle has closed above or below the opening range this triggers a signal. 

 

Using the Order Type variable, if a market order is selected an order will be entered immediately after the close of the closing candle.

 

Buy Signals

A close above the Opening Range set by the closing candle will trigger a buy signal. The buy order will either be entered on a market order being initiated immediately after the close of the closing candle or a pending buy limit order at the high of the Closing Candle.  

 

Stop Losses will also be initiated on order entry and be placed at the Opening Range Low. If Price returns to the Opening Range without triggering the pending order, the order and trade signal is to be cancelled and the EA is to wait for another Closing candle signal.

 

Sell Signals

A close below the Opening Range set by the closing candle will trigger a sell signal. The sell order will either be entered on a market order being initiated immediately after the close of the closing candle or a pending sell limit order at the low of the Closing Candle.  

 

Stop Losses will also be initiated on order entry and be placed at the Opening Range High. If Price returns to the Opening Range without triggering the pending order, the order and trade signal is to be cancelled and the EA is to wait for another Closing candle signal.

 

Target Generation

4 Targets will be created from the Average True Range indicator (ATR) on a daily chart. The indicator settings will be based off a 14 period length and a Daily chart. Using the ATR number at the Opening Time input, it will be divided by 4, creating 4 numbers. 25%, 50%, 75% and 100% of the Daily ATR. 

 

Using these numbers and adding them to the Opening Range High Price will generate the 4 targets for a buy order. 

 

Using these numbers and subtracting them from the Opening Range Low Price will generate the 4 targets for a sell order.

 

Trade Management

 

Once a signal has been generated and a trade has been triggered, there is to be no other trades to be initiated until the current trade is completely 100% closed.

 

Each trade triggered will be managed in quarters. 25% of Trade Lot Size will be taken off at each of the 4 targets generated.

 

Using the Moving stop loss to breakeven variable, please allow the options for the input to be able to move the stoploss to breakeven once Target 1 or Target2 or Target3 has been reached, with default being once target 1 has been hit. Please also allow, no move to breakeven to be an option.

 

The Maximum Daily Trades variable sets how many trades are allowed to be entered per day per symbol/instrument. Please set the default to 4 trades.

 

Notes:

 

Spread Size variable – while the spread is larger than the input value please disable any new order entries. Existing open trades are to have no changes. 

 

Start and Stop Trading Hours are to be set to allow the EA to only enter trade during the hours I would like. As I will most likely not want it to trade outside of the USA sessions. If positions are open they to remain open with their pending take profits and stop losses, just no new trades to be initiated outside of trading hours.

 

 

 

 


Bewerbungen

1
Entwickler 1
Bewertung
(16)
Projekte
19
11%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
2
11%
Frei
2
Entwickler 2
Bewertung
(3)
Projekte
3
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(188)
Projekte
212
58%
Schlichtung
9
11% / 89%
Frist nicht eingehalten
8
4%
Frei
4
Entwickler 4
Bewertung
(5)
Projekte
9
0%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
3
33%
Frei
5
Entwickler 5
Bewertung
(8)
Projekte
10
40%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
I want a bot that take trade from any arrow indicator with buffer value. Pls the bot even have 5 indicator filter to filter trade independent of the time frame of the bot
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
I need to build EA MT4 that able to connect as copy trading between demo account to real account with partial of positions not all Example: If the demo account open position so the real account will be opened same position with ability to place different volume size based on real account equity and demo equity, and ability to choose which position should be copied, position one, two, three, four, five, six, seven
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific
For Chart Panel : Needs a Black Back ground at present its transparent . ✔️ Trading Panel (To be reset weekly = 1-6) 1. EA Status : (on/off) 2. Total Trades Taken : 3. Number of Profitable Trades Today : 4. Number of Loosing Trades Today : 5. Number of Profitable Trades This Week : 6. Number of Loosing Trades This Week : (To be Reset every Month = 7-9) 7. Number of Profitable Trades This Month : 8. Number of Loosing
my request is to convert a trading view indicator to mt4. I have a supertrend indicator for trading view or pine script. and all I want is to convert it for to mt4 or mql4

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD