PRICE ACTION MULTIPAIR MARTINGALE

MQL4 Experten

Spezifikation

An Expert Advisor based on Candles Price Action, RSI, Waddah_Attar_ADXxBollinger and Moving Average. EA has choice to use Single pair martingale strategy  or multi pair martingale strategy.

 

Valid Buy Order:

1.       Low Candle Nr.3  ≤ Low Candle Nr.2

         Low Candle Nr.2  ≤ Low Candle Nr.1

         Low Candle Nr.1  ≤ Low Current Candle

                  Low Candle Nr.2  < Low Current Candle

      *≤ : Same High are Tolerable

2.  If sets to true,  Waddah_Attar_ADXxBollinger Indicator has Valid buy order Starts on green second bar

3.   If sets to true; RSI must not in the overbought condition, which is could be set above 75

    4.   If sets to true, Current candle must be above the moving average line 

 

Multipair Martingale Strategy (if sets to true)

Within pairs that sets in the EA setting, Seek for one valid open position.  If price move to a wrong direction for a certain pips, seek another one valid open position from all pairs that the EA use; EA close all orders at designated profit.  But if the second position move to the wrong direction for certain pips, seek another valid open position from all pairs that the EA use. Keep seeking new positions if all orders have not been close all in profit.

Open next martingale can be from the same pair if the pair has valid signal

    Next open lot can be set by automatic LotExponent  and increament or Manually by putting lot value for each level 

 

Bewerbungen

1
Entwickler 1
Bewertung
(118)
Projekte
201
42%
Schlichtung
44
9% / 68%
Frist nicht eingehalten
47
23%
Frei
2
Entwickler 2
Bewertung
(58)
Projekte
89
38%
Schlichtung
26
4% / 77%
Frist nicht eingehalten
39
44%
Arbeitet
3
Entwickler 3
Bewertung
(1857)
Projekte
3460
88%
Schlichtung
73
40% / 15%
Frist nicht eingehalten
265
8%
Frei
4
Entwickler 4
Bewertung
(647)
Projekte
1295
67%
Schlichtung
84
26% / 49%
Frist nicht eingehalten
338
26%
Frei
5
Entwickler 5
Bewertung
(559)
Projekte
770
46%
Schlichtung
23
39% / 13%
Frist nicht eingehalten
63
8%
Arbeitet
6
Entwickler 6
Bewertung
(266)
Projekte
540
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
224
41%
Arbeitet
7
Entwickler 7
Bewertung
(236)
Projekte
440
26%
Schlichtung
125
21% / 57%
Frist nicht eingehalten
96
22%
Arbeitet
8
Entwickler 8
Bewertung
(25)
Projekte
54
37%
Schlichtung
4
0% / 50%
Frist nicht eingehalten
22
41%
Frei
9
Entwickler 9
Bewertung
Projekte
0
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
10
Entwickler 10
Bewertung
(17)
Projekte
21
48%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
10
48%
Frei
11
Entwickler 11
Bewertung
(90)
Projekte
159
61%
Schlichtung
40
18% / 63%
Frist nicht eingehalten
70
44%
Frei
12
Entwickler 12
Bewertung
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
1
100%
Frei
13
Entwickler 13
Bewertung
(62)
Projekte
140
46%
Schlichtung
19
42% / 16%
Frist nicht eingehalten
32
23%
Frei
Ähnliche Aufträge
Equity chart generator 50 - 500 USD
Develop a bot that automatically generates and extracts equity charts, even for mt5 accounts with prior trade history. This chart will show the account’s performance over time, factoring in all previous trades
I want to modify my indicator to make it a scanner so it will be easier and not missed the signal alerted by the indicator for all the available currency no settings will be changed just adding the time frame selection. time frame selection has to have an option to select all timeframe or just the timeframe selected. the job is to make the indicator: 1. make it a scanner (window or table to show all signal produces
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Need a programmer 30 - 50 USD
I am seeking an experienced MQL programmer to develop a custom Expert Advisor for MetaTrader 5. The project involves creating a trading strategy that stops trading after 2 consecutive losses until 6 AM the next day. The ideal candidate should have: - Proficiency in MQL5 programming. - Strong understanding of trading strategies and market analysis. - Experience with backtesting and optimizing trading algorithms. If
Trendline expert 40 - 200 USD
My project is to put my strategy on the VCrush indicator. I already have the indicator, I just need to add the entry methods, take and stop rules. There are 5 lines in total, when these lines are aligned, the robot makes the entry. Below are two images of what the buy and sell entries would look like with the lines aligned
Description of the ScriptThis script is designed for MetaTrader 4 (MT4) to execute a Buy order based on a re-entry strategy using the BBMA (Bollinger Bands Moving Average) approach. The main timeframe used is H1 (1-hour), and the script employs the Classic Bullish Engulfing pattern as a validation criterion before placing a Buy order.Key Components of the Script:Input Parameters:Lots: Defines the lot size for the
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Expert Advisor para operar no par XAU/USD no gráfico de 30 minutos, com as seguintes especificações: Indicadores : Utilize uma mídia móvel simples (SMA) de 72 períodos. Utilize o indicador Money Flow Index (MFI) com um período de 7. Inclui um indicador para marcar suporte e resistência nas últimas duas semanas no gráfico H4. Critérios de Operação : Venda : Execute uma ordem de venda se o preço se poupar no mínimo 800
EA Robot 30 - 500 USD
I Shawn Mametsa wants to creat a robot that will help a lot of people to make money through trading and become successful through trading I want to help those who want to trade but don’t know how to analyse the market
This is a simple Martingale based EA with RSI indicator used as buy/sell order conditions Mandatory Inputs: extern double TakeProfit = 120.0; // self explanatory for first order, for martingale orders it will adjust TP of all orders of the same type (buy / sell) to one, for example if an order opened at 100, 2nd opens at 105, the both of their tps will be at the same point, if an order is manually closed, it will

Projektdetails

Budget
50 - 150 USD
Für die Entwickler
45 - 135 USD
Ausführungsfristen
von 3 bis 10 Tag(e)