작업 종료됨

실행 시간 4 일
고객의 피드백
Noel is a very good developer that understands the specification of the job. He is very fast with making necessary adjustments. I recommend Noel.
피고용인의 피드백
Excellent customer who understand the technical constraints and have show a very good communication during the process.

명시

Supply and Demand ZONE Forex Indicator

I want you to design a MT4 forex indicator for supply and demand zone.

 

HOW TO DETERMINE DEMAND ZONE

1.       Count the number of specified candles.

a.       For Long Term = Count 1000 candles (This should be a variable value I can change)

b.       For Medium Term = Count 250 candles (This should be a variable value I can change)

c.       For Short Term = Count 100 candles (This should be a variable value I can change)

2.       From the candle counts, determine the candle with the LOWEST LOW, then drawn a green horizontal line from that point to the current candle

a.       If the lowest low is a BEAR CANDLE, then draw the second horizontal green line from the OPEN of this candle to the current candle

b.       If the lowest low is a BULL CANDLE, then draw the second horizontal green line from the OPEN of bear candle beside the bull candle to the current candle

c.       If the lowest low is a BULL CANDLE, and this bull candle is in between 2 bear candles, then draw the second horizontal green line from the OPEN of bear candle with the higher OPEN to the current candle

3.       Once the first and second horizontal lines are drawn, then shade the whole region between both lines as the green zone or demand zone.

4.       In the demand zone show the time frame

5.       In the demand zone, count and show the number of candles that touch and pass through the demand zone

6.       This is applicable to the long term, medium term and short term.

 

HOW TO DETERMINESUPPLY ZONE

1.       Count the number of specified candles.

a.       For Long Term = Count 1000 candles (This should be a variable value)

b.       For Medium Term = Count 250 candles (This should be a variable value)

c.       For Short Term = Count 100 candles (This should be a variable value)

2.       From the candle counts, determine the candle with the HIGHEST HIGH, then drawn a red horizontal line from that point to the current candle

a.       If the highest high is a BULL CANDLE, then draw the second horizontal red line from the OPEN of this candle to the current candle

b.       If the highest high is a BEAR CANDLE, then draw the second horizontal red line from the OPEN of bull candle beside the bear candle to the current candle

c.       If the highest high is a BEAR CANDLE, and this bear candle is in between 2 bull candles, then draw the second horizontal red line from the OPEN of bull candle with the lower OPEN to the current candle

3.       Once the first and second horizontal line are drawn, then shade the whole region as the red zone or supply zone.

4.       In the supply zone show the time frame

5.       In the supply zone, count and show the number of candles that touch and pass through the supply zone

6.       This is applicable to the long term, medium term and short term.

 

 

Feature and inputs of these indicators

1.       When a new candle enters the demand or supply zone, send a pop-up notification.

2.       If the price leaves the demand or supply zone, send a pop-up notification.

3.       The indicator should have 2-time frames inputs.

a.       Higher Timeframe = (True/False)

b.       Lower Timeframe = (True/False)

4.       If Higher timeframe and lower time frames are TRUE, then a chart will show supply and demand of higher time frame and lower time frame on the same chart of a currency pair and vice versa.

5.       If there are two demand zones or supply zones on the same chart, the shade of one color should the lighter than the other. E.g Demand Zone color od Higher timeframe could be dark green while the color of the lower time frame will be dark green.


응답함

1
개발자 1
등급
(460)
프로젝트
481
75%
중재
5
80% / 0%
기한 초과
0
무료
2
개발자 2
등급
(42)
프로젝트
47
30%
중재
12
17% / 75%
기한 초과
6
13%
무료
3
개발자 3
등급
(41)
프로젝트
46
28%
중재
9
0% / 100%
기한 초과
7
15%
무료
비슷한 주문
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /

프로젝트 정보

예산
40+ USD
기한
 3 일