i want an indicator that automatically create a rectangle(box) for certain condition of the candlestick and can edit it..works in mt4 and
mt5
its a very simple coding
Condition 1
Rectangle Buy:
if candle (1) is red, and the next candle (2) (must be blue) and "close"(refer OHLC) higher or same as the "high" of candle (1)
show a rectangle
parameter of rectangle:
low of the rectangle is the "lowest" value between candle (1) or (2)
high of the rectagle is highest" of candle (1)
rectangle start from start of candle (1) to the start of the next 2 month of
the recent candle belong to
description of the rectangle for:
Monthly Time frame; MN Buy,Show on TF MN,D1
Weekly Time frame; W1 Buy,Show on TF W1,H4
Daily Time frame; D1 Buy,Show on TF D1,H1
H4 time frame; H4 Buy,Show on TF W1,H4
H1 time frame; H1 Buy,Show on TF D1,H1
M30 time frame; M30 Buy,Show on TF H4,M30
M15 time frame; M15 Buy,Show on TF H1,M15
M5 time frame; M5 Buy,Show on TF M30,M5
M1 time frame; M1 Buy,Show on TF M15,M1
colour : blue
*rectangle and the properties of the rectagle can be change by user or delete
*show only the recent 5 of the rectangle; can be change the value from 2 to 10
Condition 2
Rectangle Sell:
if candle (1) is blue, and the next candle (2) (must be red) and "close"(refer OHLC) lower or same as the "low" of candle (1)
show a rectangle
parameter of rectangle:
low of the rectangle is the "lowest" value of candle (1)
high of the rectagle is highest" value between candle (1) or (2)
rectangle start from start of candle (1) to the start of the next 2 month of
the recent candle belong to
description of the rectangle for:
Monthly Time frame; MN Sell,Show on TF MN,D1
Weekly Time frame; W1 Sell,Show on TF W1,H4
Daily Time frame; D1 Sell,Show on TF D1,H1
H4 time frame; H4 Sell,Show on TF W1,H4
H1 time frame; H1 Sell,Show on TF D1,H1
M30 time frame; M30 Sell,Show on TF H4,M30
M15 time frame; M15 Sell,Show on TF H1,M15
M5 time frame; M5 Sell,Show on TF M30,M5
M1 time frame; M1 Sell,Show on TF M15,M1
colour : red
*properties of the rectangle can be change by user(common/parameters/Visualisation)
*show only the recent 5 of the rectangle,can be change the value from 2 to 10
Condition 3
user can select which time frame the rectangle can be happen, show and work respectively (MN/W1/D1/H4/H1/M30/M15/M5/M1) at the begining of
indicator and can be change directly
only show 5 recent rectangle of D1 buy if it condition happen in the box of each rectangle of MN Buy and respectively
only show 5 recent rectangle of H4 buy if it condition happen in the box of each rectangle of W1 Buy and respectively
only show 5 recent rectangle of H1 buy if it condition happen in the box of each rectangle of D1 Buy and respectively
only show 5 recent rectangle of M30 buy if it condition happen in the box of each rectangle of H4 Buy and respectively
only show 5 recent rectangle of M15 buy if it condition happen in the box of each rectangle of H1 Buy and respectively
only show 5 recent rectangle of M5 buy if it condition happen in the box of each rectangle of M30 Buy and respectively
only show 5 recent rectangle of M1 buy if it condition happen in the box of each rectangle of M15 Buy and respectively
Pedidos semelhantes
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
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
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project