Expert advisor based on BB_MACD needed

MQL4 エキスパート

指定





The idea of the trading system is as follows: market entries are performed when BBMACD changes dot color, in the next bar. The SL and risk is determined by the Donchian Channel indicator.

The Expert needs 2 modes of working:

The user can choose if the EA works only in normal mode or in Normal and Recovery mode.

The Risk can be defined by user for trades in normal mode in a % of the balance in the moment of the opening.

Normal. Open 2 positions with the stoploss in the opposite line of the Donchian Channel, the main one 1 with a RR defined by user, so if the Stoploss is 300 and the RR “1” the tp 300, if the RR is “1.5” 450Tp... and the scout one without TP, but the same SL (300 in the example). If the losses are less than the risk, F.E. the risk of the normal orders are 1%(x2) and the last trades losses are 0,2%(main) and 0,2% (scout) sum 0,4% so stay in normal mode.

Recovery, If the Losses are greater than the % of risk open 1 order with the same SL and TP and the risk is the amount of losses, if it has 3 consecutive loses of -0,2%(x2) + - 0,3%(x2) + -0,5%(x2) open 1 order with 2% risk and reward, and if parameter is set to yes, 1 scout order with the defined Risk

The maximun consecutive recovery trades and the maximum risk could be defined by user or 0 till recovery so:

  • If the maximun consecutive recovery is set to 5, the EA will try to recover 5 times and reset to normal mode.

  • If the maximun risk is 5% the greatest order of the EA will be with 5% risk. Example, if the losses are 7% the EA will open an order of 5% if succeed the next order will be open with 2%, till recover. If the maximun risk is reached, no open for scout.





Trading Signals:

  • Closes and open a new order if the BBMACD change color in the opposite direction, only for closed bars.

  • No open a new trade if the sl is reach until a new signal.

Trailing Stop.

If the main position reach TP, the SL of the scout order goes to breakeven.



In the recovery Mod if the price goes in the direction of the trade and is at a defined by user distance of the TP the SL goes to Break Even, Example: fix amount of pips 10, if the buy opening is at 1.050, the SL 1,000 and the TP 1,1 and the price goes to 1,090 the sl goes to BE



Positions are opened: at the market price, when a new bar open. In the previous signal.



Close by Take Profit:— during position opening, Take Profit of main order is defined by RR parameter.



Trade in different pairs separetly The basket of losses will be different for every pair. And managed that way



User definable parameters:

  • Magic Number: for every pair

  • Recovery Mode: ON, OFF

  • Risk (percentage of balance 1=1% 0,5=0,5% balance)

  • Reward (multiple of Risk, if 1, sl 200 tp 200 if 1,5 sl200 tp 300…)

  • BBMACD

    • Fastlen:

    • Slowlen:

    • Length:

    • Stdv:

  • Donchian Channels

    • Bars to count

  • Recovery Mod

    • Maximun trades (0 = infinity)

    • Maximun Risk (0= infinity)

    • Distance to TP to trigger BE

    • Open Scout. Yes or not


Information in screen:

  • Magic number

  • Level of Recovery Mod

  • Risk in recovery mod



ファイル:

MQ4
BB_MACD.mq4
13.6 Kb

応答済み

1
開発者 1
評価
(26)
プロジェクト
34
26%
仲裁
7
14% / 43%
期限切れ
7
21%
2
開発者 2
評価
(48)
プロジェクト
91
31%
仲裁
28
29% / 43%
期限切れ
42
46%
3
開発者 3
評価
(41)
プロジェクト
87
13%
仲裁
30
30% / 47%
期限切れ
35
40%
取り込み中
4
開発者 4
評価
(2393)
プロジェクト
3006
65%
仲裁
76
47% / 14%
期限切れ
340
11%
仕事中
5
開発者 5
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
6
開発者 6
評価
(195)
プロジェクト
317
35%
仲裁
64
13% / 56%
期限切れ
82
26%
7
開発者 7
評価
(4)
プロジェクト
4
0%
仲裁
5
0% / 80%
期限切れ
1
25%
類似した注文
I need an experienced developer who can turn my simply strategy to an EA on MT5 and MT4, will be using two EMAs and MACD and a risk management setting, please message me on time so we start work on it, waiting for you
I am after a auto trading robot that can place trades every minute if the conditions are met. Description is pictured from excel file that it won't let me attach. Basically want a robot that can place small trades every minute if the spread is low if the price moves up or down a specified amount within a specified time
Tim: //+------------------------------------------------------------------+ //| ggjhjh.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property indicator_chart_window #property indicator_buffers 1
Overview I would like a fully automated trading robot based on Traders Dynamic Index with Moving Average support for trade entry and exit. TDI indicator will be provided. This will be a trend trading system with additional Telegram support. Settings to be customisable based on below description and further information as available. System to be used for any symbol and on any time frame but focus on higher time frame
I need a developer that can turn my strategy to an EA, We will be using Fib, some indicators and a risk management settings, please message me on time so we start work on it, waiting for you
Hello Everyone, I'm looking a profitable Expert Adviser, with a very Good Past Performance. The EA must be Run on live Account for more than 5 to 6 months. The EA having a Profit ratio with a Minimum drawdown. If having Ready made or, anyone can develop new one
Necesito hacer que ese codigo trabaje en el par EURUSD y no sé en que estoy fallando. He visto foros pero no me resulta lo que hago bla bla bla bla
Job Title: Expert MQL5 Developer for MT5 EA Integration with TrendSpider and Risk Management Job Description: We are seeking an experienced MQL5 developer to complete an Expert Advisor (EA) project for MetaTrader 5 (MT5). The primary goal of this project is to integrate trading signals generated by TrendSpider into an MT5 EA, enabling automated trading based on these signals while ensuring compliance with prop firm
Hi, I have existing EAs with source code and i am looking to add some trend confirmation filter, Loss Recovery option, Trailing SL, Trading Session filters & News filter as follows : 1. 3 Filter of Moving Average multi time frame. 2. 3 Super Trend Filter multi time frame. 3. 3 Parabolic Sar filter multi time frame. 4. Trading Session Filter (Asian, London, New York) 5. High Impact New Filter 6. Trailing based on
I want a simple mt4 EA that monitors existing positions for TP and SL changes. If a new position is placed, it should automatically set the SL and TP based on the already open orders. Additionally, if I change the SL or TP of one order, it should also change the SL or TP of all the other orders accordingly. I will only be using this EA on one pair, of course

プロジェクト情報

予算
30 - 50 USD
VAT(付加価値税) (21%): 6.3 - 10.5 USD
合計: 36.3 - 60.5 USD
開発者用
27 - 45 USD
締め切り
最高 5 日