Create EA to trade Blind Straddle Strategy

仕事が完了した

実行時間19 日

指定

This is the Blind Straddle EA.

EA  waits for the 8am hourly candlestick to close at 9am. (ALL TIMES GMT not brokers time)

Or waits for the 8am candle to get to 8:30 AM in the M30 chart

Timeframe is either the T60 or the M30 chart

 

Step 1

Place a 10 pip LIMIT BUY Order above the one-hour 8:00am GMT candlestick wick high after it closes at 9 am

 

Step 2

Place an LIMIT SELL Order -10 pips below the one hour 8:00am GMT closed candlestick wick low after it closes at 9 am


Step 3

Once you are in the market, cancel the opposite order.

This is known as a OCO (One cancels the Other) order because once one is activated, the other order is cancelled.


Step 4

Set the Stop Loss according to the usual calculation of using ATR (X) where ATR(X) will indicate the daily range.


Step 5

Set the reward at 2.083 x stop loss pips from your market SELL or BUY order.

Exit the market when Profit = Stop Loss X 2.083

Take Profit is a multiple of Stop Loss (1.2 x SL) or a percentage of Profit Target i.e. 50% of Profit

Exit

When profit target is reached; exit market

If an OP_BUY/SELL_4 alert contrary to the trend is issued; exit the market.

Usually any OP_BUY/SELL_4 alert issued after the trade will usually signal an exit as they are always contrary to the trend.


CODING INSTRUCTIONS

Note that you are only READING the alert not coding for it.

You are using the alert as a warning system. 


The coding for the indicator is to be done using the iCustom MT code:

//---- Step 1: Define constants in your EA


#define OP_BUY_4        10    // Bullish Correction during Downtrend (blue dash)

#define OP_SELL_4       11    // Bearish Correction during Uptrend (red dash)


//---- Step 2: Read values from the signal buffer

int start()

{

// Read signal for this bar

double value = iCustom(Symbol(), Period(), "Marketpz-trend-trading", 10, 1);

// Do something


if(value == OP_BUY_4) { /* Your code for bullish correction */ }

if(value == OP_SELL_4){ /* Your code for bearish correction */ }

if(value == EMPTY_VALUE) { /* Your code if no signal */}

// Exit

return(0);

}


Please see attached strategy

Please note that the comment field is very important as well.

応答済み

1
開発者 1
評価
(202)
プロジェクト
206
27%
仲裁
0
期限切れ
3
1%
2
開発者 2
評価
(88)
プロジェクト
143
39%
仲裁
21
19% / 48%
期限切れ
30
21%
3
開発者 3
評価
(213)
プロジェクト
246
45%
仲裁
42
10% / 57%
期限切れ
5
2%
4
開発者 4
評価
(117)
プロジェクト
138
41%
仲裁
30
7% / 77%
期限切れ
17
12%
5
開発者 5
評価
(597)
プロジェクト
930
46%
仲裁
31
39% / 29%
期限切れ
93
10%
6
開発者 6
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
類似した注文
I WANT A PRIGRAMMER THAT HAVE MAKE A PROJECT THAT IS THE SAME BEFORE TO MAKE A BOT THAT TAKE TRADE FROM ARROW INDICATOR EX5 WITH BUY /SELL BUFFER VALUE
Making MQL5 indicator which includes bollingerbands and rsi with bollinger bands in its source code bollingerbands period is 14 (sma) with dev 2 rsi with bollingerbands => rsi period is 14 and its bollingerbands is sma 14 with source of rsi 14 and dev2 heres is its source code https://www.mql5.com/en/code/28473 indicator price source is selectable and consist open , high, low, close , hl2 , hlc3, ohlc4, (o+c)/2
Someone must construct an MT5 EA for me. In addition to adding some inputs like Trade Only London Open, London Close, and New York Open, AND OTHERS INPUTS ! GET IN TOUCH WITH ME FOR MORE INFORMATION ABOUT THE STRATEGY
Hi like the person who asked in November 2021 an indicator functioning exactly like MADdash, I need the source of an indicator on same idea of MADdash and to add some few new functionalities to match with my trading : 1) need only the dashboard part but it could have (or not ) the other functionalities of MADdash 2) new functionalities of the indicator that i need , is to be able to : - define the list of currencies
Hello I want an expert programmer deriv I want him to have enough experience to achieve the desired goal of a good and profitable robot. We will have a very long work ahead of us
Create a robot trading automatically. Condition to open a trade: - Determine the current trend of TF around 100-200 bars - Determine when the reverse trend happen - Determine when the reverse trend exhausted - Determine the candle reverse trend - Entry when at least 2R
Using 3 MA’s, Bollinger Bands and price action, I need an EA made for mt4 and mt5 (preferably) should have good knowledge of forex, risk management and candle stick patterns, and how to incorporate them in the codes. I need a very efficient code. * For the price, I just out anything there, but if you can do it I’ll pay the negotiated price*
Hello programmers, I'm looking for a skilled and knowledgeable programmer that can code me a Signals copier EA that takes the signals from Telegram channels. The program needs to feature the following settings: Signal format (Entry, TP and SL prices); Choose between multiple TP/SL levels with partial closure at each level; Add/Remove random points to TP and SL; Enter with random delay (with option to enter only if
need hedging grid EA for MT5 with these properties: continues to open a buy and a sell trade simultaneously at the same price after a specific points move. (the points should be set in input) Hits TP for each trade after specific price (should be set in input) If a buy trade hits its TP and is closed, it should open a buy trade again at the same price where the closed buy trade was opened, whereas the sell trade
Kagi Chart on MT4 50 - 100 USD
Hello, I need a developer who can develop new indicator for mt4 in order to have Kagi Chart on Meta Trader 4. I found this indicator from current web site but it can not load history as well. Please some body help me. If you can develop it for motivewave platform so let me know. Thanks

プロジェクト情報

予算
30 - 40 USD
開発者用
27 - 36 USD
締め切り
最低 3 最高 7 日