Job finished

Execution time 4 days
Feedback from customer
Noel is a very good developer that understands the specification of the job. He is very fast with making necessary adjustments. I recommend Noel.
Feedback from employee
Excellent customer who understand the technical constraints and have show a very good communication during the process.

Specification

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.


Responded

1
Developer 1
Rating
(471)
Projects
490
75%
Arbitration
6
67% / 17%
Overdue
0
Working
2
Developer 2
Rating
(42)
Projects
47
30%
Arbitration
12
17% / 75%
Overdue
6
13%
Free
3
Developer 3
Rating
(41)
Projects
46
28%
Arbitration
9
0% / 100%
Overdue
7
15%
Free
Similar orders
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
Flummox 0.1 30+ USD
//@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 =
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
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
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
Automatic buy and sell entries. stoploss (sl) take profit (tp) risk management and adjustable lot size. Adjustable risk percentage per trade. Trailing stop maximum number of open trades. Trading hours filter. Ability to backtest and optimize the strategy. Easy to use settings. The EA should work reliably on mt5 and provide the source code. I want the developer to test the EA and provide backtest results before
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks

Project information

Budget
40+ USD
Deadline
to 3 day(s)