Fibonacci+Zigzag+Ob+Fvg

Auftrag beendet

Ausführungszeit 8 Stunden
Bewertung des Kunden
Nice work, fast and good program logic to comply with requirements
Bewertung des Entwicklers
Thank you for your order! Great customer! Hope for further cooperation!

Spezifikation

Hello,

I need a program for mql5 that does the following:

1st The program marks the Zigzag with configuration 10, 15, 5.

2nd The program waits until it detects a Pattern H,L,HH,LL for market direction.

3rd The program marks a Fibonacci, with the levels 1, 0.382 and 0 .

4th the program marks the Fvg and Ob between the candles where the Fibonacci is marked, I will provide an example with the logic to do Fvg and Ob.

5th The program opens and pending order on one extreme of the Fvg’s and Ob’s depending of the pattern of 2nd step, with the stp on the opposite side of the Ob or Fvg zone.

6th The program closes the pending orders 1 day after they where created


Examples with part of the listec logic that i can provide are:

-Fibonacci + Zigzag

-Ob-Fvg marking program (EA or simple Fvg detection Indicator)


See attachment for visual reference, any comment or question please let me know.



Bewerbungen

1
Entwickler 1
Bewertung
(2304)
Projekte
2900
63%
Schlichtung
122
44% / 25%
Frist nicht eingehalten
429
15%
Arbeitet
2
Entwickler 2
Bewertung
(12)
Projekte
12
33%
Schlichtung
8
13% / 88%
Frist nicht eingehalten
3
25%
Frei
3
Entwickler 3
Bewertung
(17)
Projekte
23
39%
Schlichtung
6
33% / 50%
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(5)
Projekte
7
0%
Schlichtung
8
13% / 75%
Frist nicht eingehalten
3
43%
Frei
5
Entwickler 5
Bewertung
(160)
Projekte
285
35%
Schlichtung
18
22% / 61%
Frist nicht eingehalten
42
15%
Beschäftigt
6
Entwickler 6
Bewertung
(278)
Projekte
340
37%
Schlichtung
6
50% / 17%
Frist nicht eingehalten
7
2%
Frei
Veröffentlicht: 5 Beispiele
7
Entwickler 7
Bewertung
(365)
Projekte
507
40%
Schlichtung
159
17% / 74%
Frist nicht eingehalten
99
20%
Beschäftigt
8
Entwickler 8
Bewertung
(77)
Projekte
243
74%
Schlichtung
7
100% / 0%
Frist nicht eingehalten
1
0%
Frei
Veröffentlicht: 1 Artikel
9
Entwickler 9
Bewertung
(265)
Projekte
596
35%
Schlichtung
64
20% / 58%
Frist nicht eingehalten
147
25%
Arbeitet
Veröffentlicht: 1 Artikel, 22 Beispiele
10
Entwickler 10
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
11
Entwickler 11
Bewertung
(8)
Projekte
7
0%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
2
29%
Frei
12
Entwickler 12
Bewertung
(22)
Projekte
29
3%
Schlichtung
4
25% / 0%
Frist nicht eingehalten
3
10%
Arbeitet
13
Entwickler 13
Bewertung
(21)
Projekte
28
36%
Schlichtung
7
14% / 71%
Frist nicht eingehalten
2
7%
Frei
14
Entwickler 14
Bewertung
(18)
Projekte
23
22%
Schlichtung
8
13% / 63%
Frist nicht eingehalten
4
17%
Frei
15
Entwickler 15
Bewertung
(347)
Projekte
417
53%
Schlichtung
20
55% / 15%
Frist nicht eingehalten
29
7%
Beschäftigt
16
Entwickler 16
Bewertung
(2)
Projekte
4
0%
Schlichtung
3
33% / 67%
Frist nicht eingehalten
2
50%
Frei
17
Entwickler 17
Bewertung
(45)
Projekte
91
13%
Schlichtung
34
26% / 59%
Frist nicht eingehalten
37
41%
Frei
18
Entwickler 18
Bewertung
(270)
Projekte
552
49%
Schlichtung
57
40% / 37%
Frist nicht eingehalten
228
41%
Arbeitet
19
Entwickler 19
Bewertung
Projekte
1
0%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
0
Frei
20
Entwickler 20
Bewertung
(69)
Projekte
146
34%
Schlichtung
13
8% / 62%
Frist nicht eingehalten
26
18%
Frei
Veröffentlicht: 6 Beispiele
Ähnliche Aufträge
Dear Developer, I am looking to develop both a MetaTrader 5 Indicator and a MetaTrader 5 Expert Advisor (EA) based on the swing depth logic shown in the Pine Script code attached below. The indicator and EA must be built as separate files but must follow the exact same signal logic so both display and execute identically. Please carefully review the requirements below and confirm your understanding before starting
I have a High-Frequency Trading EA and I need a full conversion and optimization for MT5. The goal is to ensure stable execution and reliable performance on real accounts (IC Markets Raw and similar ECN brokers). I need an experienced and reputable MQL5 developer to: Convert the existing strategy to MT5 with full fidelity to the original trading logic (entries, SL, breakeven, trailing, pending orders). Optimize the
Hello friends, We need Robot, EA , or Trading software with proven( 6 to 12 months) and it should be given consistent profit upto 3 % per month with no risk ( low Drawdown ), we will pay what you ask, and also We are regulated forex broker and we have all access like FIX API etc, and we dealing with Top tier 1 LPs . Thanks
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
Patrick 30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Joker poverty scalper 40 - 100 USD
the joker poverty scalper is the power full robort it can analyse in just 1 minutes it is good for beginner traders you can even make 5000$ in just an week or two.. the best thing to do is to buy joker and make life easy with your own copy of joker .in order to be rich you need the joker to help you with your success in life even in future THE JOKER POVERT SCALPER
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Project Scope Development of a fully automated, conservative, institutional-style Expert Advisor for MT5 trading XAUUSD, designed with strict capital preservation and mathematically structured risk management. • Symbol input will be fully configurable to support broker-specific suffixes/prefixes (example: XAUUSD.a, XAUUSDm) and automatically adapt to different digit formats. Core Strategy Logic • Higher-timeframe

Projektdetails

Budget
100 - 200 USD
Ausführungsfristen
von 5 bis 10 Tag(e)