Job finished
Execution time 3 days
Feedback from customer
Developer understands my requirement specification and also developed the product with accurate. Resolved all my queries is additional advantage
Feedback from employee
It's been a pleasure to work on your project. I'll be happy to help you. Thanks for your confidence and I hope the EA brings you great results. =It's been a pleasure working on your project.
Specification
Hi, I have a Pine Script which got backtested in Trading View based on that i need a EA bot in MT5.
//@version=5
strategy("Wyckoff Springs & Upthrusts Strategy [Auto PipSize, Fixed Lot 1]", overlay = true, default_qty_type = strategy.fixed, default_qty_value = 200)
type piv
float p
int b
bool act = true
int c = 0
// Inputs
pivlen = input.int(6, 'Pivot Length')
reqVol = input.bool(false, 'Require Volume Confirmation')
volThresh = input.float(1.5, 'Volume Threshold')
rangePeriod = input.int(20, 'Trading Range Period')
tpPips = input.int(50, "Take Profit (Pips)")
// === Auto Detect Pip Size ===
var float pipSize = na
if (syminfo.type == 'forex')
pipSize := 0.0001
else if (syminfo.ticker == 'XAUUSD' or syminfo.ticker == 'GOLD' or syminfo.ticker == 'XAUUSDtv')
pipSize := 0.1
else if (syminfo.type == 'index' or syminfo.type == 'crypto')
pipSize := 1.0 // Adjust if needed
else
pipSize := 0.01 // Default fallback
// Optional: Display pip size
label.new(bar_index, high, "PipSize: " + str.tostring(pipSize), yloc=yloc.abovebar, color=color.new(color.blue, 85))
// === Core Logic ===
var longPivs = array.new<piv>()
var shortPivs = array.new<piv>()
pl = ta.pivotlow(pivlen, pivlen)
ph = ta.pivothigh(pivlen, pivlen)
avgVol = ta.sma(volume, rangePeriod)
meetsThresh = volume >= avgVol * volThresh
highRange = ta.highest(rangePeriod)
lowRange = ta.lowest(rangePeriod)
// SPRING DETECTION (LONG)
if not na(pl)
longPivs.unshift(piv.new(low[pivlen], bar_index[pivlen]))
for p in longPivs
if p.act
if low < p.p and close > p.p and p.c <= 3 and low <= lowRange and (reqVol ? meetsThresh : true)
springLow = low
tpLevel = close + (tpPips * pipSize)
strategy.entry("Spring Long", strategy.long)
strategy.exit("TP/SL Long", "Spring Long", stop=springLow, limit=tpLevel)
p.act := false
else if low < p.p
p.c += 1
// UPTHRUST DETECTION (SHORT)
if not na(ph)
shortPivs.unshift(piv.new(high[pivlen], bar_index[pivlen]))
for p in shortPivs
if p.act
if high > p.p and close < p.p and p.c <= 3 and high >= highRange and (reqVol ? meetsThresh : true)
upthrustHigh = high
tpLevel = close - (tpPips * pipSize)
strategy.entry("Upthrust Short", strategy.short)
strategy.exit("TP/SL Short", "Upthrust Short", stop=upthrustHigh, limit=tpLevel)
p.act := false
else if high > p.p
p.c += 1
// Plotting Trading Range
plot(lowRange, 'Range Low', color = color.red)
plot(highRange, 'Range High', color = color.green)
Is anyone helped me to provide this requirement?
How to know this script converted as same means test for last month 24-Feb-2025 to 24-Mar-2025 in Gold commodity on 5M it's will give $12K as P/L
Responded
1
Rating
Projects
1
0%
Arbitration
3
0%
/
67%
Overdue
0
Free
2
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
3
Rating
Projects
6
17%
Arbitration
1
0%
/
0%
Overdue
0
Working
4
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
5
Rating
Projects
228
80%
Arbitration
22
27%
/
50%
Overdue
11
5%
Free
Published: 24 articles, 1882 codes
6
Rating
Projects
945
47%
Arbitration
309
58%
/
27%
Overdue
125
13%
Free
7
Rating
Projects
478
40%
Arbitration
105
40%
/
24%
Overdue
82
17%
Loaded
Published: 2 codes
8
Rating
Projects
9
11%
Arbitration
11
18%
/
64%
Overdue
4
44%
Free
9
Rating
Projects
1
0%
Arbitration
0
Overdue
0
Free
Similar orders
Création d'un robot sur MQL5
630 - 640 USD
Bonjour, je recherche un développeur MQL5 expérimenté pour créer un Expert Advisor pour MetaTrader 5 basé sur une stratégie de trading intégrant des principes de gestion des risques rigoureux et d'intelligence financière. Le robot doit être capable de gérer plusieurs paires de devises et d'optimiser automatiquement les entrées et sorties en fonction de conditions de marché prédéfinies."
MT4/MT5 HFT EA us30
30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I'm looking for an experienced NinjaTrader 8 (C#) developer to build a fully automated futures trading strategy. Please apply only if you have proven experience developing and testing NinjaTrader strategies. Project Overview Develop a fully automated NinjaTrader 8 strategy. Designed for Apex funded and evaluation accounts. Primary instruments: NQ/MNQ Futures (with flexibility to support other futures later). Trading
Need an already built EA with proven track record
30 - 1000 USD
Hello I need to purchase the source code of an already built profitable mt5 EA with proven track recordIf you have something similar and you are open to selling the source code please apply to this post Please note I am not looking for a dev to build the product from scratch , but need something that is already built and have at least one year worth of track record
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
Shooter razor
30+ USD
Makes it takes trades by it self buy and sell, it must use the higher signals, also when I press stop it must not pick any trades I want it to take trades automatically when I press start also close by it self
8 cap prop firm passing
30 - 3000 USD
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
Project information
Budget
30+ USD