Custom martingale EA

Auftrag beendet

Ausführungszeit 14 Tage
Bewertung des Kunden
this developer is one of the best in mql5! he is very skilled and can do any task you want. he is also nice and experience guy. i will not find other developer for future project! thanks brother
Bewertung des Entwicklers
Great customer, willing to provide all required details to complete the job in a timely manner.

Spezifikation

hello developers,

below is the detail requirement of the EA 

it is a martingale EA.

- when we load the ea, it will open a buy and sell position at the same time.

- the ea will only open new position on new candle base on the timeframe we load the ea.

- the ea must be independent since we will load the ea to multiple pair.

- ea must support 4 and 5 decimal brokers

- when we load this ea in strategy tester or running it live. make sure the ea display the open and close line on the chart


EA settings:

-magic number : xxxx // this is so that the ea will work independently and we can run the ea on multiple pair

-max buy position : xxxx // ea will limit the opening of the positions based on this settings

-max sell position : xxxx // same as above


-take profit in usd : xxxx // ea will close all buy or all sell positions based on total usd in profit . input 0 to disable this setting

-take profit in % : xxxx  // ea will close all buy or all sell positions based on % profit . input 0 to disable this setting

-take profit in points : xxxx  // ea will close all buy or all sell positions based on total profitable points ( all profitable points - all losing points =

total profitable points ( must be profits in points value)) . input 0 to disable this setting. ea will calculate and set the TP levels for this setting.

**// ea will not close position in loss. ea will only close all buy positions if total buy positions are in profits. same goes to sell positions

**// please include all other calculation like spread, commissions, swap


-initial lot size : xx // starting lot when ea open positions

-lot multiplier : xx // ea will multiply the lot for next open positions . input 0 to disable

-pips difference : xx // the length between each open positions in points

-pips difference multiplier : xx // the length value will be multiply on each open positions . input 0 to disable .

// example. if pips diff = 100 and pips diff multiplier = 2 . ea open 1st sell position at 1.10000. then the 2nd sell position will be open at 1.10100, 3rd sell position is at 1.10200. 4th sell position is at 1.10400, then 1.10800

// example. if pips diff = 100 and pips diff multiplier = 0 . ea open 1st sell position at 1.10000. then the 2nd sell position will be open at 1.10100, 3rd sell position is at 1.10200. 4th sell position is at 1.10300, then 1.10400

// lot multiplier and pips difference ,ultiplier must support from 1 to any amount including for example 1.05, 1.15 , 1.16 , 2.1 and so on

-max spread : xx // ea will not open position if spread value is more than the input in the setting


-close all buy and sell positions if drawdown exceed % : xx // if total drawdown exceed the input setting, ea will close all open buy and sell positions. ea will pause trading ( ea will not open new positions) until cooldown time ends

-cooldown time : xx // value in minutes. ea will open new buy and sell positions when cooldown time ends.


-session panel : true/false // if true, ea will load display panel of sessions on the chart ( top area). it will show the sessions of sydney,tokyo,london,newyork on the chart


Display panel

// display panel can be moveable drag and drop in the chart

// output in the panel. i will send you 2 ea with display panel. so you can just copy the codes from the 2 ea and merge it here





Bewerbungen

1
Entwickler 1
Bewertung
(42)
Projekte
62
8%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
2
Entwickler 2
Bewertung
(362)
Projekte
506
40%
Schlichtung
147
18% / 72%
Frist nicht eingehalten
99
20%
Überlastet
3
Entwickler 3
Bewertung
(2)
Projekte
4
0%
Schlichtung
4
25% / 75%
Frist nicht eingehalten
1
25%
Frei
4
Entwickler 4
Bewertung
(57)
Projekte
72
22%
Schlichtung
13
46% / 15%
Frist nicht eingehalten
5
7%
Frei
5
Entwickler 5
Bewertung
(7)
Projekte
14
21%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
3
21%
Frei
6
Entwickler 6
Bewertung
(1)
Projekte
2
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
(17)
Projekte
17
18%
Schlichtung
5
20% / 60%
Frist nicht eingehalten
2
12%
Arbeitet
8
Entwickler 8
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
9
Entwickler 9
Bewertung
(63)
Projekte
195
73%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
1%
Frei
10
Entwickler 10
Bewertung
(64)
Projekte
85
26%
Schlichtung
23
22% / 48%
Frist nicht eingehalten
24
28%
Arbeitet
11
Entwickler 11
Bewertung
(769)
Projekte
1033
44%
Schlichtung
50
8% / 50%
Frist nicht eingehalten
117
11%
Frei
12
Entwickler 12
Bewertung
(217)
Projekte
247
76%
Schlichtung
10
80% / 0%
Frist nicht eingehalten
4
2%
Frei
Ähnliche Aufträge
This is a 2000 lines own-made breakout EA that I need to have cleanly converted from mql4 to mql5 for learning purposes The start() is about 400 lines long ; basic breakout with specific features , built for Index CFDs with 2 digits (typically DAX or SP500; TP SL... are expressed in actual Points) The Ontester() is about 400 lines (contains 58 different custom opimizations) The Deinit() is about 150 lines The
REQUEST: Need to change the calculation to only historical bars, from [Last bar -1]. 1. No calculation OnTicks 2. No calculation of the Last Current Bar 3. The chart values in real time must be exactly the same refreshing the indicator. 4. Must be very fast in EA as the calculation will be only OnBar. 5. Last bar values must be ZERO (or copying same value of the previous bar). MORE INFO: It use several native
Hey there! I’m looking for a talented NinjaTrader programmer to partner with on some exciting projects. If you have a knack for NinjaScript and a passion for trading tech, let’s team up! What You Can Expect: A friendly collaboration on diverse projects Fair pay—50/50 split on all earnings An opportunity to dive deep into innovative trading strategies What I’m Hoping You Bring: Experience with NinjaTrader and
I'm looking for an MQL5 expert to develop a trading EA that uses the ratio of candle wicks to body sizes to automatically enter and exit trades. Key features should include: - Autopilot function: The EA should handle trade entries without manual intervention. Trade exits are only by hitting trailing SL. - Trade criteria: Trades should only be placed based on specific, pre-defined ratios of candle wicks to body sizes
STRATEGY : Here’s a comprehensive specification document in English for developing your NinjaTrader bid/ask imbalance indicator: --- ### Bid/Ask Imbalance Indicator for NinjaTrader: Full Specifications #### **Objective**The goal is to develop a custom bid/ask imbalance indicator for NinjaTrader 8. The indicator will calculate and visualize bid/ask imbalances in real-time and on historical tick data using Tick Replay
EA BREAKOUT SNR 30 - 100 USD
I need a developer who can work with quickly & details. Create EA MT5 with features :: 1. Can identify Support and Resistance (based on close candle) 2. Marking SNR Breakout Zone 3. There is a multitimeframe breakout scanner & History Setup Dashboard Panel 4. Scan the valid setup that appears (Compare 2 Timeframes) 5. There is manual marking of zone(box), SPREAD INFO & Next Bar Time, EXPIRED DATE & LOCK ACC 6
**Job Description**: I am looking for an experienced developer to convert my fully functioning TradingView code into an automated trading bot for the MQL5 terminal. The bot will be connected to my Exness account and should execute trades based on specific signals generated by the strategy. **Key Responsibilities**: - Convert existing TradingView Pine Script strategy into MQL5 code. - Ensure the MQL5 bot replicates
Here’s a comprehensive specification document in English for developing your NinjaTrader bid/ask imbalance indicator: --- ### Bid/Ask Imbalance Indicator for NinjaTrader: Full Specifications #### **Objective**The goal is to develop a custom bid/ask imbalance indicator for NinjaTrader 8. The indicator will calculate and visualize bid/ask imbalances in real-time and on historical tick data using Tick Replay. It will
I would to develop a trading bot with some confluences I use TradeLocker Settings must be adjustable…… I am based in uk and very keen to move my strategy to trade automatically 1. Market Structure Break And Order block. By EmreKb 2. Rainbow Adaptive RSI By LuxAlgo 3. Multiple Moving Average using only 1 indicator By Myfye13 4. Average True Range Trailing Stops By HPotter we have to combine this four indicator into a
Convert my tradingview pine script to mt4, Its a simple and straight code i need an expert programmer to convert my tradingview pine script to mt4, Thats All Thank you

Projektdetails

Budget
30 - 60 USD
Für die Entwickler
27 - 54 USD
Ausführungsfristen
von 1 bis 10 Tag(e)