I need a custom EA for mt4

MQL4 エキスパート

仕事が完了した

実行時間18 日
依頼者からのフィードバック
Thank you for your hard work
開発者からのフィードバック
Thank you for cooperation.

指定

Hello guys,

 

I need a custom EA based on price action.

 

Buy rule (for long positions)

if (condition 1 AND (condition 2a OR condition 2b or condition 2c) {

           buy()

}

 

Primary condition

condition 1 {

Market breaks below previous day (yesterday) low }

 

Secondary conditions

condition 2a {

At least one bar breaks below low of previous bar but closes above previous bar low on 1 hour chart }

 

condition 2b {

At least one bar breaks below low of previous bar but closes above previous bar low on 30 min chart }

 

condition 2c {

At least one bar breaks below low of previous bar but closes above previous bar low on 15 min chart }

 

Action

buy ()

if condition1 is true and condition 2a or 2b or 2c is true then place a buy stop order at previous day (yesterday) low

 

Stop order

Stop order is placed at today low

 

Profit taking

Exit the same day at the open of the last 30 min bar for the day.

 

Sell rule (for short positions)

if (condition 1 AND (condition 2a OR condition 2b or condition 2c) {

           sell()

}

 

Primary condition

condition 1 {

Market breaks above previous day (yesterday) high }

 

Secondary conditions

condition 2a {

At least one bar breaks above high of previous bar but closes below previous bar high on 1 hour chart }

 

condition 2b {

At least one bar breaks above high of previous bar but closes below previous bar high on 30 min chart }

 

condition 2c {

At least one bar breaks above high of previous bar but closes below previous bar high on 15 min chart }

 

Action

buy ()

if condition1 is true and condition 2a or 2b or 2c is true then place a buy stop order at previous day (yesterday) low

 

Stop order

Stop order is placed at today high

 

Profit taking

Exit the same day at the open of the last 30 min bar for the day. 

 

Risk management

l  Takes preferred max risk ($) per trade from user as an input

l  Calculates pip value

l  Calculates #pips to risk (distance between entry and stop loss)

l  Calculates dollar risk per lot (pip value * #pips to risk)

l  Calculates #lot to trade (max risk / dollar risk per lot)

 

ü  If #lot to trade is < 0.01 then trade is not placed

 

ü  Only 1 trade per day (max # trade = 1)

 

ü  If # of consecutive losses become 6 then stop trading for rest of the month.

 

ü  If total number of losses become 6 then send a sms notification

 

Other rules

Instruments to trade:

l  EUR/USD

l  GBP/USD

l  USD/JPY

l  USD/CHF

l  USD/CAD

l  AUD/USD

l  NZD/USD 

 

 

Thank you 

応答済み

1
開発者 1
評価
(69)
プロジェクト
76
59%
仲裁
0
期限切れ
12
16%
2
開発者 2
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
3
開発者 3
評価
(106)
プロジェクト
314
49%
仲裁
42
52% / 19%
期限切れ
22
7%
4
開発者 4
評価
(34)
プロジェクト
80
34%
仲裁
13
31% / 54%
期限切れ
19
24%
5
開発者 5
評価
(1117)
プロジェクト
1419
62%
仲裁
21
57% / 10%
期限切れ
43
3%
仕事中
6
開発者 6
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
7
開発者 7
評価
(25)
プロジェクト
36
17%
仲裁
14
14% / 57%
期限切れ
3
8%
8
開発者 8
評価
(261)
プロジェクト
535
50%
仲裁
54
41% / 37%
期限切れ
224
42%
仕事中
9
開発者 9
評価
(71)
プロジェクト
156
44%
仲裁
22
41% / 14%
期限切れ
16
10%
10
開発者 10
評価
(218)
プロジェクト
403
60%
仲裁
13
38% / 23%
期限切れ
160
40%
11
開発者 11
評価
(68)
プロジェクト
111
26%
仲裁
17
6% / 71%
期限切れ
15
14%
12
開発者 12
評価
(258)
プロジェクト
395
28%
仲裁
69
19% / 49%
期限切れ
120
30%
13
開発者 13
評価
(46)
プロジェクト
73
16%
仲裁
13
8% / 92%
期限切れ
37
51%
14
開発者 14
評価
(49)
プロジェクト
74
18%
仲裁
30
17% / 53%
期限切れ
31
42%
15
開発者 15
評価
(62)
プロジェクト
140
46%
仲裁
19
42% / 16%
期限切れ
32
23%
類似した注文
I want to build an indicator or EA that calculates the statistics on an instrument, and show the statistical distribution of the calculated sample statistics. The statistics will be based on Open high low close of a candle. I want the right to the EA and the source code I want to be able to change to different timeframes and get the statistics on those time frame. When i apply the indicator to intraday timeframe, i
Expert Adviser (EA) - MQL5 Candlestick Bar spike Symbols: XAUUSD , GBPUSD and other main symbols time Frame: Keep on current time frame (should work on 1min, 5min, 15 min , 1 hr , 4hr and other time frames also) Indicator - Candlestick Bar Buying signal - Candlestick bar open price - (minus) 200 pips (then buying should be placed) Sell signal - Candlestick bar open price + (Plus) 200 pip s (then selling should be
There are clients who want to buy at fantastic prices, EA prices start at $5000-$50,000 dollars. Developers better be careful with this, because initially you pretend to ask for a backtest, via Telegram ask to forward it to Telegram yourself or your family, even though at that time you did it and you added him as your friend, actually at the same time after you forwarded your EA. , he has stolen your EA. It's best to
Expert advice mt4 30 - 35 USD
Hello Could you could assist me with a project that I read about? Please let me know if you can develop the bot after I provide you the URL. I believe that much of the code is provided
I NEED AN EXPERT ADVISOR BASED ON AN ORDERBLOCK INDICATOR.IT WILL USE ZONES CREATED BY ORDERBLOCK TO OPEN BUY SELL POSITIONS IT HAS SOME DETAILED FUNCTIONS BASIC AND REVERSE STRATEGY,MULTIPLIER,ADD POSITION E.T.C. IT WILL USE TRAILING STOP LOSS AND SOME OTHER CLOSE SYSTEMS
Hello, can you help me with with a project i read about. Can i send you the link and you tell me if you can build the bot please. I think most of the code is supplied. Regards Steve
Modify The Source Code to a Working Expert Advisor. Attached Are .Mq5 Files That I Want To Modify. 1 is The Indicator , The Other is an Expert Advisor, But It is not Working. Once I Compile it, It Says: ' property tester_inidicator "arrows_curves" has been implicitly added during compilation because the indicator is used in iCustom function 0 0
Input based MT5 EA 30 - 40 USD
Hi there, I need an input based MT5 EA created from scratch. I have a detailed list of the inputs I require and how they should be coded. I also require a clean and well presented interface on the chart to represent certain data of the EA as it trades. Experienced coders only, must speak English
Expert Advisor 30 - 35 USD
Hello! I'd like to get a quote from you. I want to build a simple Expert Advisor that does martingale hedging like in the attached picture, but that allows me to specify the price zone and exits in points. I would like to be able to manually open the first trade with whatever lot size I choose at market price and have the following trades/orders be opened automatically with lot sizes according to the multiplier set
I am looking for developer who can develop an Expert Advisor based on Martingale with Pending Order Grid for Hedging. I am very happy to provide the detail requirement if you get in touch

プロジェクト情報

予算
30 - 60 USD
開発者用
27 - 54 USD
締め切り
最低 1 最高 7 日