Auftrag beendet
Ausführungszeit 2 Tage
Bewertung des Entwicklers
Thanks for the fair business.
Bewertung des Kunden
He truly deliver with remarkable speed and ease. The process was incredibly straightforward and efficient. Highly recommend!
Spezifikation
Just a few options i would need,
- Enter the trade immediately after the trading signal or enter the trade after the closing candle.
- Close the position after a reversal signal or not.
- Maximum of 3 trades at the same time.
- TP & SL in points or Trailing stop
- Fixed lots or % risk based on balance
//@version=5
indicator("Trend [Dr Kang]", overlay = true)
//Pivots
plotPivots = true
pivotLookup = 1
hih = ta.pivothigh(high, pivotLookup, pivotLookup)
lol = ta.pivotlow (low , pivotLookup, pivotLookup)
top = ta.valuewhen(hih, high[pivotLookup], 0)
bottom = ta.valuewhen(lol, low [pivotLookup], 0)
stop_loss_long = ta.lowest(low[1], 2) * (1 - (0/100 * 0.01))
stop_loss_short = ta.highest(high[1], 2) * (1 + (0/100 * 0.01))
plot(top, offset=-pivotLookup, linewidth=1, color=(top != top[1] ? na : (plotPivots ? color.yellow : na)), title="매수 손절라인")
plot(bottom, offset=-pivotLookup, linewidth=1, color=(bottom != bottom[1] ? na : (plotPivots ? color.blue : na)), title="매도 손절라인")
//////////// BB 202 ////////////////////
bbbasis = ta.ema(close, 20)
bbdev = 2 * ta.stdev(close, 20)
bbupper = bbbasis + bbdev
bblower = bbbasis - bbdev
emaColor = bbbasis > ta.sma(close,20) ? color.yellow : color.blue
bf1 = plot(ta.sma(close,20), color=color.blue, title="SMA 20")
bf2 = plot(bbbasis, "BB Basis 202", color=color.yellow, offset = 0, linewidth = 1)
plot(bbupper, "BB Upper 202", color=color.white, offset = 0, linewidth = 1)
plot(bblower, "BB Lower 202", color=color.white, offset = 0, linewidth = 1)
bbfColor = bbbasis > ta.sma(close,20) ? color.yellow : color.blue
fill(bf1, bf2, title='Band Filler', color=bbfColor, transp=70)
//////////// BB44 ////////////////////
bbbasis4 = ta.ema(open, 4)
bbdev4 = 4 * ta.stdev(open, 4)
bbupper4 = bbbasis4 + bbdev4
bblower4 = bbbasis4 - bbdev4
plot(bbbasis4, "BB Basis 44", color=color.gray, offset = 0, linewidth = 1, display = display.none)
plot(bbupper4, "BB Upper 44", color=color.gray, offset = 0, linewidth = 1)
plot(bblower4, "BB Lower 44", color=color.gray, offset = 0, linewidth = 1)
///// Trading Alert //////
Buy = low < bottom and close > bottom and bbbasis > ta.sma(close, 20) and close > bblower
Sell = high > top and close < top and bbbasis < ta.sma(close, 20) and close < bbupper
plotshape(Buy, title="Buy" , style = shape.triangleup, color = color.yellow, size = size.tiny, location = location.belowbar)
plotshape(Sell, title="Sell" , style = shape.triangledown, color = color.blue, size = size.tiny, location = location.abovebar)
Buy_DB = low < bottom and low < bblower4 and low < bblower and close > bblower4 and close > bblower and bbbasis > ta.sma(close, 20)
Sell_DB = high > top and high > bbupper4 and high > bbupper and close < bbupper4 and close < bbupper and bbbasis < ta.sma(close, 20)
plotshape(Buy_DB, title="Buy_DB" , style = shape.triangleup, color = color.white, size = size.tiny, location = location.belowbar)
plotshape(Sell_DB, title="Sell_DB" , style = shape.triangledown, color = color.white, size = size.tiny, location = location.abovebar)
if Buy_DB or Buy
alert("Buy XAUUSD q=0.01 tt=200 td=100 ts=200 m=600 close m=601", alert.freq_once_per_bar)
if Sell_DB or Sell
alert("Sell XAUUSD q=0.01 tt=100 td=50 ts=100 m=601 close m=600", alert.freq_once_per_bar)
//Close Short position
bgcolor(ta.crossover(bbbasis, ta.sma(close, 20))?color.new(color.yellow,90):na)
if ta.crossover(bbbasis, ta.sma(close, 20) )
alert("close m=601", alert.freq_once_per_bar_close)
//Close Long position
bgcolor(ta.crossover(ta.sma(close, 20), bbbasis)?color.new(color.blue,90):na)
if ta.crossunder(bbbasis, ta.sma(close, 20))
alert("close m=600", alert.freq_once_per_bar_close)

Bewerbungen
1
Bewertung
Projekte
401
27%
Schlichtung
39
41%
/
49%
Frist nicht eingehalten
1
0%
Frei
2
Bewertung
Projekte
35
23%
Schlichtung
4
0%
/
50%
Frist nicht eingehalten
2
6%
Arbeitet
3
Bewertung
Projekte
46
24%
Schlichtung
34
9%
/
85%
Frist nicht eingehalten
10
22%
Frei
4
Bewertung
Projekte
8
50%
Schlichtung
6
17%
/
50%
Frist nicht eingehalten
2
25%
Frei
5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
6
Bewertung
Projekte
4
0%
Schlichtung
2
0%
/
100%
Frist nicht eingehalten
1
25%
Frei
7
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
8
Bewertung
Projekte
373
72%
Schlichtung
19
32%
/
47%
Frist nicht eingehalten
14
4%
Frei
Veröffentlicht: 14 Beispiele
9
Bewertung
Projekte
473
40%
Schlichtung
103
41%
/
23%
Frist nicht eingehalten
78
16%
Überlastet
Veröffentlicht: 2 Beispiele
Ähnliche Aufträge
Build MT5 Expert Advisor – LadyKiller EA
1000 - 2000 USD
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Advanced MT5 Expert Advisor Available
450 - 600 USD
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
Looking for a Powerful MT5 Trading Strategy or Custom EA?
1000 - 1200 USD
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow
30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
I am looking for a highly experienced Pine Script v5 developer to build a professional, non repaint price action indicator for TradingView. or a ready made one so i can purchase. This is a structured two phase project. The goal is to create a clean, intelligent price action tool that works for both fast intraday trading and swing trading. Only apply if you have strong Pine experience and understand liquidity
Projektdetails
Budget
40+ USD