Техническое задание

//@version=5
strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100)

// === INPUTS ===
emaLen = input.int(200, "EMA Trend")
rsiLen = input.int(14, "RSI Length")
bbLen = input.int(14, "Bands Length")
rsiOversold = input.float(25, "RSI Buy Zone")
rsiOverbought = input.float(77.38, "RSI Sell Zone")

// === INDICATORS ===
emaTrend = ta.ema(close, emaLen)
ema1 = ta.ema(close, bbLen)
ema2 = ta.ema(ema1, bbLen)
ema3 = ta.ema(ema2, bbLen) // Triple EMA = your green band

rsi = ta.rsi(close, rsiLen)
rsiMA = ta.sma(rsi, bbLen)
rsiUpper = rsiMA + ta.stdev(rsi, bbLen)
rsiLower = rsiMA - ta.stdev(rsi, bbLen)

// === CONDITIONS ===
buyTrend = close < emaTrend and ta.crossover(ema3, ema3[1]) // band curling up
sellTrend = close > emaTrend and ta.crossunder(ema3, ema3[1]) // band curling down

buyTouch = low <= ema3 and close > ema3
sellTouch = high >= ema3 and close < ema3

buyRSI = ta.crossover(rsi, rsiOversold) and rsi < 40
sellRSI = ta.crossunder(rsi, rsiOverbought) and rsi > 60

buySignal = buyTouch and buyRSI and barstate.isconfirmed
sellSignal = sellTouch and sellRSI and barstate.isconfirmed

// === PLOTS ===
plot(emaTrend, "EMA200", color=color.blue, linewidth=2)
plot(ema1, "Green Band", color=color.new(color.green, 0))
plot(ema2, "", color=color.new(color.green, 20))
plot(ema3, "", color=color.new(color.green, 40))

plotshape(buySignal, style=shape.labelup, text="BUY", color=color.new(color.lime, 0), location=location.belowbar)
plotshape(sellSignal, style=shape.labeldown, text="SELL", color=color.new(color.red, 0), location=location.abovebar)

// === ALERTS ===
alertcondition(buySignal, title="Vol10 BUY Signal", message="Vol10 M15 BUY: Price bounced green band + RSI>25")
alertcondition(sellSignal, title="Vol10 SELL Signal", message="Vol10 M15 SELL: Price rejected green band + RSI<77")

// === BASIC BACKTEST ===
if buySignal
    strategy.entry("Long", strategy.long)
if sellSignal
    strategy.entry("Short", strategy.short)

Откликнулись

1
Разработчик 1
Оценка
(392)
Проекты
506
23%
Арбитраж
60
57% / 25%
Просрочено
59
12%
Свободен
2
Разработчик 2
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
3
Разработчик 3
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Опубликовал: 1 пример
4
Разработчик 4
Оценка
(3)
Проекты
4
0%
Арбитраж
1
100% / 0%
Просрочено
1
25%
Свободен
5
Разработчик 5
Оценка
(3)
Проекты
3
0%
Арбитраж
0
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(6)
Проекты
8
38%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(298)
Проекты
478
40%
Арбитраж
105
40% / 24%
Просрочено
82
17%
Загружен
Опубликовал: 2 примера
8
Разработчик 8
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
9
Разработчик 9
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
10
Разработчик 10
Оценка
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
Опубликовал: 1 пример
Похожие заказы
Foxer trading 30 - 500 USD
Automated Forex trading software is generally evaluated by users on independent forums like Forex Peace Army, Myfxbook, and Trustpilot. The highest-rated systems typically fall into three categories, depending on your risk tolerance and trading style: GPS Forex Robot : Famous for its long-term track record on verified Myfxbook accounts. Users praise its steady trend-following logic and its conservative approach
Raydon read 30+ USD
Instead of an answer key, bots use user-defined settings like lot size, stop-loss, take-profit, and unique identifier numbers (magic numbers).Logic Rules: They scan markets for triggers like moving averages, RSI, or MACD.Execution: Trades happen programmatically to remove human emotion
Tex 30+ USD
Today's Trading Strategy Options: Employ a disciplined execution approach based on the following two price-reaction scenarios: Scenario A. Buy Strategy (Capitalizing on Bullish RSI Momentum) – Trigger: Wait for the price candle to close decisively above the MA 50 (157.815). Take Profit: Set the initial target in the 158.200 range, with a maximum target of 158.500. Stop Loss: Place below the MA 20 or around the
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
Sharbat Khan 100+ USD
Looking for MQL5 Developer to debug my Gold Trading EA. Issues: - Error on compile - SL/TP not working correctly - Need to add Trail Stop feature Send me past work + Price + Delivery Time
Mopati 30+ USD
need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
I need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
Hello, I am looking for an experienced MQL5 developer to develop a professional and reliable Expert Advisor (EA) for MetaTrader 5. The EA will be based on a custom automated Forex trading strategy that I have developed and tested. The detailed trading logic and proprietary rules will be provided privately to the selected developer. General requirements: • Development in MQL5 for MetaTrader 5. • The EA will initially
I would like you to create, or if you already have one: purchase a profitable martingale OR grid EA from you that NEVER blows up the account. REQUIREMENTS Platform : only MT4 Pair : any Timeframe : any Strategy : any Profitability : 10% / month, every month. Not an "average", but: every month. Lots : dynamic (as the account grows, so do the lot sizes) THE PROCESS Send me a trial version of the .ex4 file. I will
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies

Информация о проекте

Бюджет
30+ USD
Сроки выполнения
до 30 дн.

Заказчик

Размещено заказов1
Количество арбитражей0