Job finished
Execution time 40 days
Specification
Create an EA based on the PIPFINITE indicator - BREAKOUT EDGE
I want to create an EA for the PIPFINITE BREAKOUT EDGE indicator. Below, I will put the text of the author's blog, explaining the use of this
indicator.
https://www.youtube.com/watch?v=B7DvLjz8THo
However, I would like to insert some parameters also for better use of the EA.
PURCHASE / SALE CONFIGURATION:
CONFIGURATION 1: "SUCESS RATE FILTER" The input signal must be defined according to the user's choice rate for entering negotiations. Example “EA will
open an order only if the SUCESS RATE FILTER is above X%”
CONFIGURATION 2: Possibility to determine what the StopLoss will be
>> Option 1: Opposite sign (“Oposite Signal”)
>> Option 2: Proprio STOPLOSS of the indicator (“Recent Swing”)
CONFIGURATION 3: Possibility to determine the TakeProfit strategy
>> Option 1: 100% takeprofit on TP1
>> Option 2: partial takeprofit of X% in TP1 and close X% remaining in TP2. (EA will open two orders related to% of TP1 and TP2)
>> Option 3: 100% takeprofit on TP2
CONFIGURATION 4: Possibility to vary the value of the trading order.
>> Option 1: Fixed value (user choice parameter) - the EA will already divide according to TP1 and TP2
>> Option 2: percentage value of the total account (so that the increase is gradual, proportional and automatic.)
CONFIGURATION 5: News:
>> Option 1: do not filter news
>> Option 2: filter news. Possibility to select the time period, before and after the news, in which EA will be prevented from opening new
deals / orders. It is possible to filter which types of news will be filtered - degree of importance of the news (ForexFactory / Investing
Calendar, MyFxBook) - Example: 30 minutes in news of great importance - EA will be disabled 30 minutes before and 30 minutes after high
impact news ( three bulls at investing.com)
CONFIGURATION 6: Relationship with 2 (two) Moving Averages
Trading will only be opened if the purchase price is above or below according to the options defined by the user.
>> Option 1: do not correlate MOBILE AVERAGE
>> Option 2: correlate the ENTRY ORDER with 1 (one) Moving Average - defined by the user. ENTRY ORDER must be above / below the MOBILE AVERAGE
specifications to be valid
>> Option 3: correlate the ENTRY ORDER with 2 (two) Moving Average - defined by the user. ENTRY ORDER must be above / below the MOBILE AVERAGE
specifications to be valid
>> Option 4: correlate the ENTRY ORDER with 2 (two) Moving Average - defined by the user. The ENTRY ORDER must be above / below the MOVING
AVERAGE specifications to be valid. And Moving Average 1 must be above / below Average 2.
CONFIGURATION 7: Relationship with MacD
Trading will only be opened if the MacD is below (for PUT request) or above (for CALL request) 0 (zero) - Possibility to configure MACD parameters.
>> Option 1: Do not correlate the MACD
>> Option 2: Correlate the PURCHASE order - only when it is above ZERO
>> Option 3: Correlate the SELL order - only when below ZERO
>> Option 4: Correlate BOTH: Correlate CALL order - when above ZERO // Correlate PUT order - only when below ZERO
CONFIGURATION 8: Possibility to create a personalized Alert to be interconnected with TELEGRAM. Giving the User the possibility to connect the
TELEGRAM API to the EA. And that the order opening alert. Could be informed in ALERT.
"EURUSD PURCHASE at 1.1000 TP1 at 1.2000 TP2 at 1.5000 SL at 1.0000"
CONFIGURATION 9: Possibility to create specific time / day to start and end the EA performance - for each day of the week
IMPORTANT ---> Possibility to be tested / used on MT4
NOTE: I intend to make other EAs based on the strategies of the PIPFINITE indicators. Therefore, the experience with the PIPFINITE indicators
will be a differential.
Responded
1
Rating
Projects
2953
63%
Arbitration
125
44%
/
26%
Overdue
429
15%
Free
2
Rating
Projects
34
26%
Arbitration
7
14%
/
43%
Overdue
7
21%
Free
3
Rating
Projects
3414
68%
Arbitration
77
48%
/
14%
Overdue
342
10%
Free
Published: 1 code
4
Rating
Projects
58
33%
Arbitration
12
42%
/
42%
Overdue
7
12%
Free
5
Rating
Projects
334
55%
Arbitration
14
36%
/
29%
Overdue
1
0%
Free
Similar orders
Hello! I want to automatically trade on Sierra Charts (IronBeam Brokerage). NQ ($20 per "handle") or MNQ ($2 per point or handle) - futures Broker: IronBeam mostly for the low capital requirement for futures Chart: Sierra Charts I almost exclusively trade a 5-20 bracket with 2 contracts (first contract closes at a +5 and second bracket closes at a +20.) When the +5 is reached, I move my stop from -15 to BE
Let’s use Chart M3. Stochastic 8,3,3. 85/15 trigger for sell stochastic >85, and the reversal move need to engulf the last bar for 1 point. SL over the engulfed bar. Same trigger for buys… Stochastic <15, engulfed bar by 1 point = entrance. SL under the engulfed bar… more details as soon we start to work on it
Scalping EA/straddle
30 - 200 USD
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
EA Recovery Layer
30+ USD
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position
30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project information
Budget
30 - 120 USD
Deadline
from 1 to 5 day(s)