A display screen on the trading chart using only two indicators 📊📈. budget can be adjusted 💰 if you have the ability to execute it excellently and creatively within a few hours ⏱️✨.

MQL4 지표

작업 종료됨

실행 시간 1 일
고객의 피드백
easy polit and , no need to search for another one for coming job
피고용인의 피드백
I enjoyed this work, that's what I like and the joy of designing

명시

The budget for programming this indicator can be adjusted 💰 if you have the ability to execute it excellently and creatively within a few hours .

#### The indicator we need is as follows:

 

**Indicators Used:**

- Bollinger Bands 📈

- CCI 📉

 

**CCI Indicator:**

- It will act as a signal filter, which can be enabled, ignored, or used alone. 🔍

- When used alone, we also need to get green candles for buying and red candles for selling. 🟢🔴

- When used as a filter and not alone, we can get green and red candles from it, or disable getting green and red candles from it. 🟢🔴❌

 

**Bollinger:**

- The Bollinger should be set to work as three indicators, not one: an indicator for the highest price, an indicator for the lowest price, and an indicator for the closing price. 📈📉📊

 

**Buying Conditions:** 🛒

- A candle closes above the upper Bollinger band of Bollinger High Price 📈

- A close above Bollinger Closing Price 📊

- If the CCI filter is enabled: the CCI must be above the available value (default to zero line or the 100 line). 📈

- If the CCI filter is enabled, it should be included as one of the (experts) in the writing box on the chart. 🤵

 

**Selling Conditions:** 💰

- A candle closes below the lower Bollinger band of Bollinger Low Price 📉

- A close below Bollinger Closing Price 📊

- If the CCI filter is enabled: the CCI must be below the available value (default to zero line or the -100 line). 📉

- If the CCI filter is enabled, it should be included as one of the (advisors) in the writing box on the chart. 👨💼

 

**For more details and to avoid errors:**

- If relying on the Bollinger alone, it should be according to the written conditions. The writing box in this case will not include the CCI opinion. 📝❌

- If relying on the Bollinger with the CCI filter, it should be according to the written conditions. The writing box in this case will include the opinions of both Bollinger and CCI. 📝✅

 

**Important Point:**

- Writing on the box on the chart: the name of the indicator should not be mentioned, and I should put the name myself optionally.

- Font size and type should be available, background color, and the position of the box on the chart should be movable as desired. 🖌🎨📊

 

**Icons:**

- Add an icon for buying 🟢, an icon for selling 🔴, and an icon for staying neutral and waiting ️.

 

**If you are able to accomplish this within the next few hours without errors, let me know. If not, ignore the request entirely.**

 

- Any messages requesting more explanation than what is provided will be ignored. We will only assign the task of programming this indicator to the programmer who sends a screenshot and a concept of how the indicator appears and how it writes on the chart. 🖼📊

- We will attach an illustrative image of what should appear on the trading chart, and the programmer must adhere to it or add to it as long as the result is elegant and good in the end. 🖼

- Upon completion, we must receive the original code of the indicator, unlimited in duration and capable of development and modification. 💻🔧

- The programmer must be able to communicate continuously due to the importance of time for us. If you are unable to communicate, you can ignore this request. 📞

- Do not request further explanation as the matter is clear and only requires a bit of focus. ❌🔍

- After accepting to program the indicator, no additional amounts or extra time will be allowed. 💰❌⏰


응답함

1
개발자 1
등급
(4)
프로젝트
5
20%
중재
0
기한 초과
2
40%
무료
게재됨: 2 기고글, 1 코드
2
개발자 2
등급
(30)
프로젝트
38
29%
중재
1
0% / 100%
기한 초과
2
5%
작업중
비슷한 주문
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have

프로젝트 정보

예산
30 - 31 USD
기한
 1 일