How to analyse a specific candle in a chart ?

 

Hello

I'm new on the block. Not new to programming but new to MQL4.

I'd like to access a specific candle in a chat.

I'd like to analyse the last closed bar. I think it has the index 1. For this particular bar I'd like to access High, Low, Open and Closing Price.

If one of you guys has an idea where to look in the MQL4 Documentation for these commands or has an idea where to find a sample programm, I'd really apreciate his/her help.

Thanks and hope to hear from you soon.

George

 
  1. JuergZimmermann:

    I'd like to access a specific candle in a chat.
    chat?
  2. JuergZimmermann:
    I'd like to analyse the last closed bar. I think it has the index 1. For this particular bar I'd like to access High, Low, Open and Closing Price.
    If one of you guys has an idea where to look in the MQL4 Documentation for these commands
    Predefined variables
  3. JuergZimmermann:
    or has an idea where to find a sample programm, I'd really apreciate his/her help.
    https://www.mql5.com/en/code
 
WHRoeder:
  1. JuergZimmermann:

    I'd like to access a specific candle in a chat.
    chat?
  2. JuergZimmermann:
    I'd like to analyse the last closed bar. I think it has the index 1. For this particular bar I'd like to access High, Low, Open and Closing Price.
    If one of you guys has an idea where to look in the MQL4 Documentation for these commands
    Predefined variables
  3. JuergZimmermann:
    or has an idea where to find a sample programm, I'd really apreciate his/her help.
    https://www.mql5.com/en/code


Thanks for your help. I found the stuff now. And sorry for the mistake. I ment chart, not chat.