DDS Bressert indicator

MQL5 지표 EA

작업 종료됨

실행 시간 1 일
피고용인의 피드백
Great customer with fast respond.

명시

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"


응답함

1
개발자 1
등급
(188)
프로젝트
212
58%
중재
9
11% / 89%
기한 초과
8
4%
무료
2
개발자 2
등급
(851)
프로젝트
1464
72%
중재
122
29% / 48%
기한 초과
358
24%
작업중
게재됨: 3 기고글
3
개발자 3
등급
(68)
프로젝트
127
41%
중재
19
47% / 53%
기한 초과
33
26%
무료
4
개발자 4
등급
(337)
프로젝트
624
38%
중재
40
23% / 65%
기한 초과
93
15%
무료
게재됨: 4 기고글, 19 코드
5
개발자 5
등급
(26)
프로젝트
23
39%
중재
26
8% / 38%
기한 초과
0
무료
6
개발자 6
등급
(66)
프로젝트
95
28%
중재
20
25% / 55%
기한 초과
24
25%
무료
7
개발자 7
등급
(119)
프로젝트
127
41%
중재
3
33% / 67%
기한 초과
0
무료
8
개발자 8
등급
(298)
프로젝트
478
40%
중재
105
40% / 24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
9
개발자 9
등급
(67)
프로젝트
97
35%
중재
11
27% / 45%
기한 초과
13
13%
무료
비슷한 주문
I need EA Lil-MeProBot for MT5. Phone user, deliver .mq5 + .ex5. Symbols: XAUUSD EURUSD GBPUSD USDJPY BTCUSD, M15, Magic 777001 Strategy 6X Confluence score 4/6: 1. EMA 50/200 trend 2. Break of Structure 3. RSI 14 4. Strong body FVG/Order Block 5. Session 8am-9pm GMT+2 6. ATR filter Money Management LASTING: Lot 0.01 fixed, NO martingale, NO grid, Max 1 per symbol Max 2 total, SL ATR*2 TP ATR*3, Daily loss R40 stop
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

프로젝트 정보

예산
30 - 200 USD