Help !! First Candle High and Low

 

Hello everyone,

I'm new in the MT and I'm looking for a help.

I need an "indicator" that show me the high and low from the first candle of the period.

For ex. Intraday, 15 min, the market opens at 9AM

9:15 the indicator drawn a high and low line looking for the first candle.

How can I solve that?

Thank you in advance.

 
Leandro Lopes: How can I solve that?

You have only four choices:

  1. Search for it (CodeBase or Market). Do you expect us to do your research for you?

  2. Beg at:

  3. MT4: Learn to code it.
    MT5: Begin learning to code it.

    If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

  4. or pay (Freelance) someone to code it. Top of every page is the link Freelance.
              Hiring to write script - General - MQL5 programming forum (2019)

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help (2017)

 
Leandro Lopes :

Hello everyone,

I'm new in the MT and I'm looking for a help.

I need an "indicator" that show me the high and low from the first candle of the period.

For ex. Intraday, 15 min, the market opens at 9AM

9:15 the indicator drawn a high and low line looking for the first candle.

How can I solve that?

Thank you in advance.

Check out this code: High Low First Bar

Description

The task of the indicator is to display the High and Low levels of the first bar on the current timeframe throughout the day.

High Low First Bar

In the input parameters ( Symbol code to draw "High"   and   Symbol code to draw "Low" ) sets the icon type for displaying High and Low, respectively. The decryption by the icon can be viewed in the Wingdings font.