Is it possible to set eventSetTimer or something else to make a timer for 7.5 minutes in 15min time periods?

 

hi!

I've never used this before, I whant to know the ohlc from the first 7.5 minutes for a 15 min candle sticks. Is this possible? how can I approach this?

 
Javier Santiago Gaston De Iriarte Cabrera: I whant to know the ohlc from the first 7.5 minutes for a 15 min candle sticks

The first time TimeCurrent() -  iTime(NULL,PERIOD_M15,0) >= 7*60+30 read and remember the current OHLC.

Show us your attempt (using the CODE button) and state the nature of your difficulty.
          No free help (2017)

Or pay someone. Top of every page is the link Freelance.
          Hiring to write script - General - MQL5 programming forum (2018)

We're not going to code it for you (although it could happen if you are lucky or the issue is interesting).
          No free help (2017)

 
Javier Santiago Gaston De Iriarte Cabrera:

hi!

I've never used this before, I whant to know the ohlc from the first 7.5 minutes for a 15 min candle sticks. Is this possible? how can I approach this?

Timer is independent of candle period.
You could use/increment a variable by using a 1s timer. 
Good luck.