The Indicator is composed by
a. 1 HI 1 LOW for Years, Months, Weeks, Days. ( 1 colour for each HI LOW tot. 4 coloured lines)
b. Open/Close price for Year, Month, Week, Day.
PART ONE
3 HI LOW
Fig.1 The idea of the Indicator. You can see Yearly, Monthly and Weekly HI Low.

THE CURRENT YEAR, MONTH, WEEK, DAY ARE 0. Going back to the past adding +1 to each period.
So we have one period/session composed by:
Years 0 (2020) Month 0 ( April) Week 0 ( current week) Day 0 (current Day).
The previous period/session is +1.
Example
2020 is Year 0, 2019 is Year 1, 2018 is Y2, 2017 is Y3 and so on.
April is Month 0, March is M1, Febbruary is M2, Gennuary is M3 and so on.
Current week is Week 0, last week is W1, last week of March is W3 and so on.
Today is 14th April Day 0, 13th April is D1, 10th April is D2 and so on. (12th and 11th are saturday and sunday, not included in the count).
Monthly chart show yearly hi low only;
Weekly chart show yearly and monthly hi low only;
from Daily chart to H2 show yearly,
monthly, weekly hi low only;
from H1 to M1 show yearly, monthly, weekly,
daily hi low.
Fig.2 you can see 3 hi lines at the same price (of course) Y0, M1, W4 (called HY0M1W4*)

So the resulted line has to show this level in a different way like in the picture.
In Fig.3 it' s clear what i mean. In this case Monthly and Weekly are at the same price so the resulted hi low lines has to be different
(marked).

In the description you can see the name of the Hi Low result (called HW1M1*).
* The name of the hi low lines i assigned for it. For mathematical reason can be different or more logical.
The colours of HI Low can be:
Year = Dark Green
Month = Dark Red
Week = Dark Magenta
Day = DeepSkyBlue
(or two different colour for hi and low like Dark for Low lines and Light for Hi lines)
Of course the chance to customize colours and lines!
PART TWO
OPEN CLOSE PRICE
What I want to see is Open/Close price of every year, month, week, day.
Monthly chart show O/C of years only;
Weekly chart show O/C of years and
months only;
from Daily chart to H2 chart
show O/C of years, months and weeks only;
from H1 to M1 chart show O/C of years,
months, weeks and days.
(Open and Close can be coloured at the same way of HI LOW,
Open Dark Close Light)
The idea is to see open and close price leaving the chart as clean as possible.
I though if could be possible to mark the price for the "Current period" ( Year 0, Month 0, Week 0, Day 0) in the price axis
and the historical data in the chart.
I though at small coloured dot with same colour of the Hi Low lines and if you click on it you can see the price.
I accept suggestion for this issue
In Fig. 4 one of my ideas of the indicator

Example
On Monday start a new daily session of a new weekly session of a new monthly session.
The Open price is the same for all the parameters. Showed in the chart something like that: M0W0D0+open price or 0MWD+open price or open
price+m0w0d0.
Panel Control (minimizable)
You can switch on/off all parameters you want one by one.
Contact me for any question or suggestion.
Ähnliche Aufträge
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
The trading bot is an automated software system designed to monitor financial markets, execute trades, and manage risk based on predefined strategies. The bot aims to maximize profits while minimizing human intervention and emotional decision-making. Scope: Supports automated trading on selected exchanges (e.g., Binance, Bitget, Coinbase). Executes trades based on technical indicators, signals, or AI models. Provides
Busco programador profesional con experiencia demostrable en MQL5 para crear un Expert Advisor en MetaTrader 5 basado en Price Action , con lógica jerárquica, reglas objetivas y gestión de zonas dinámicas. La estrategia esta explicada en un documento Word de 30 páginas (con imágenes) explicado en español. Características del EA: Operaciones Buy, Sell, Buy Limit y Sell Limit (máx. 2 operaciones pendientes simultáneas
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
Task Title Implement Martingale Lot Scaling Sync Between Master and Slave MT4 Trade Copier Background I am using a local master–slave trade copier setup with: 1 Master MT4 4 Slave MT4 terminals Trades are currently copied correctly (entry, direction, symbol, SL/TP). Lot size handling currently copies either: the exact master lot, or a fixed base lot defined on the slave (e.g., always 0.01 or 1.0). Problem When the