1 hour candle (high,low,open,close) for "EUR/USD" in mql4?

 

Hi -

How do I generate a real-time stream of 1 hour candles (High, Low, Open, Close) on "EUR/USD"?

What if I need 4 hour candles instead of 1 hour? What needs to change?

Is there an indicator that already does this or do I need to create one myself?

 
  1. mathurpratik:
    How do I generate a real-time stream of 1 hour candles (High, Low, Open, Close) on "EUR/USD"?
    Create a new chart, either Create icon (Left most has green plus), File -> new chart, or Market Watch (drag a symbol to the main area)
  2. What if I need 4 hour candles instead of 1 hour? What needs to change?
    With the chart selected click period icon (looks like a clock,) or chart right click -> periodicity
  3. Is there an indicator that already does this or do I need to create one myself?
    Indicators and EAs run on the chart pair and timeframe.