指定

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.

 

 

 

 


応答済み

1
開発者 1
評価
(16)
プロジェクト
19
11%
仲裁
3
0% / 100%
期限切れ
2
11%
2
開発者 2
評価
(3)
プロジェクト
3
0%
仲裁
1
0% / 100%
期限切れ
0
3
開発者 3
評価
(188)
プロジェクト
212
58%
仲裁
9
11% / 89%
期限切れ
8
4%
4
開発者 4
評価
(5)
プロジェクト
9
0%
仲裁
1
100% / 0%
期限切れ
3
33%
5
開発者 5
評価
(8)
プロジェクト
10
40%
仲裁
0
期限切れ
0
類似した注文
Sovie robot 1000 - 500000 USD
//+------------------------------------------------------------------+ //| Simple Moving Average Robot | //+------------------------------------------------------------------+ #property strict input int MA_Period = 50; input double LotSize = 0.1; double MA_Value; //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
أبحث عن خبير تداول آلي (EA) أرفقتُ فيديو له. يقوم هذا الخبير بوضع أوامر شراء معلقة وبيع معلقة على بُعد 250 نقطة أعلى وأسفل السعر الحالي كل دقيقة، مع تحديد مستوى وقف الخسارة (SL) عند 300 نقطة ومستوى جني الربح (TP) عند 500 نقطة. إذا تم تفعيل أيٍّ من هذين الأمرين خلال الدقيقة، يتم إلغاء الآخر. لا يقوم الخبير بوضع أي أوامر معلقة حتى يتم الوصول إلى مستوى وقف الخسارة أو جني الربح، ثم يضع مجموعة جديدة من الأوامر المعلقة في
Dear Developer, I hope you are doing well. I would like to request the conversion of a TradingView indicator "Forex ATR" into an MT5-compatible indicator. Requirements: The MT5 indicator must match the TradingView version exactly Same logic and calculation Same input settings Similar graphical representation (visuals/plots) Once the indicator conversion is successfully completed, I would like to proceed with the next
I need MT5 Expert Advisor (EA) Strategy: - Break of Structure (body close) - Retest - Confirmation (engulfing/rejection) Rules: - Max 2 trades per day - Risk: $50 - TP: 1:2 RR - SL: structure No martingale, no grid XAUUSD M30
Bring in your expertise for specific symbol Prepare expert for Live chart Creating .set for specific symbol Live Chart Optimization , symbol specific Everything is coded already therefore needs Implementations
I need an MT4-compatible Expert Advisor coded in MQL4 that applies a pure scalping approach. The robot must open and close positions quickly on XAUUSD, taking advantage of very small intraday price movements, with configurable parameters for lot size, maximum spread, take-profit. With the activation of repeated hedging and the feature to close trades at a specific percentage of profit or loss With chart monitor
Wisdom forex 30 - 200 USD
I need a bot that will trade to make profit without I losing money , selling when it's time for sell, buying when it's time for buying, manage our profile to gain a big asset
Due to price constraints, I am shifting what I would like. Would you be able to develop part of a strategy that automatically screens and selects stocks for trading? For example, screens for stocks up 20% with 500k volume for the day, and automatically begin trading them according to the strategy I already use. I use NinjaTrader to day trade my Interactive Brokers account and would like to add an automatic
Hello i need some to teach me step my step in an idiot terms and I will be willing to learn more and I am ready to pay for it any amount please if anyone can put me though i will be happy thank look forward to anyone responses
more detailed requirements 1 Expert in MQL5, who can build with supertrend formula which can calculate the target time. For instance:When there is buy and sell in supertrend ,our target is of 20 points, that method should calculate the target with time

プロジェクト情報

予算
30+ USD