DDS Bressert indicator

MQL5 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del dipendente
Great customer with fast respond.

Specifiche

Hi,


I need an indicator "DSS Bressert" for MQL5 that i can use in an indicator screen and i need values for my EA.

For my EA i need the direction of the indicator and the value.

This is the code i use in an other terminal ProRealTime.

Example indicator

EMAperiod=20

STOperiod=14

 

once DssBuffer = 50

once MitBuffer = 30

smoothcoefficient = 2.6 / (1 + EMAperiod)

 

if barindex>STOperiod then

//price range definitions

HighRange = Highest[STOperiod](high)

LowRange = Lowest[STOperiod](low)

delta = Close - LowRange

rrange = HighRange-LowRange

if rrange = 0 then

rrange = 1*ticksize

endif

MIT = delta/rrange*100.0

MitBuffer = ROUND(smoothcoefficient * (MIT -  MitBuffer[1]) + MitBuffer[1])

 

//DSS calculation

HighRange=0

LowRange=stoperiod*1000

for i = 0 to Stoperiod do

HighRange=Max(MitBuffer[i],HighRange)

LowRange=Min(MitBuffer[i],LowRange)

next

delta = MitBuffer - LowRange

DSS = delta/(HighRange - LowRange)*100.0

DssBuffer = smoothcoefficient * (DSS - DssBuffer[1]) + DssBuffer[1]

endif

 

// 30.144.255 / blue

// 255.105.180 / hot pink

 

RETURN dssbuffer as "DSS Bressert Scalper", 20 coloured(102,102,102) as "20 level", 80 coloured(102,102,102) as "80 level"


Con risposta

1
Sviluppatore 1
Valutazioni
(188)
Progetti
212
58%
Arbitraggio
9
11% / 89%
In ritardo
8
4%
Gratuito
2
Sviluppatore 2
Valutazioni
(851)
Progetti
1464
72%
Arbitraggio
122
29% / 48%
In ritardo
358
24%
In elaborazione
Pubblicati: 3 articoli
3
Sviluppatore 3
Valutazioni
(68)
Progetti
127
41%
Arbitraggio
19
47% / 53%
In ritardo
33
26%
Gratuito
4
Sviluppatore 4
Valutazioni
(337)
Progetti
624
38%
Arbitraggio
40
23% / 65%
In ritardo
93
15%
Gratuito
Pubblicati: 4 articoli, 19 codici
5
Sviluppatore 5
Valutazioni
(26)
Progetti
23
39%
Arbitraggio
26
8% / 38%
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(66)
Progetti
95
28%
Arbitraggio
20
25% / 55%
In ritardo
24
25%
Gratuito
7
Sviluppatore 7
Valutazioni
(119)
Progetti
127
41%
Arbitraggio
3
33% / 67%
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(298)
Progetti
478
40%
Arbitraggio
105
40% / 24%
In ritardo
82
17%
Caricato
Pubblicati: 2 codici
9
Sviluppatore 9
Valutazioni
(67)
Progetti
97
35%
Arbitraggio
11
27% / 45%
In ritardo
13
13%
Gratuito
Ordini simili
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
MQL5 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA

Informazioni sul progetto

Budget
30 - 200 USD