TIMEFRAME ( DAYLY) — CLOSE > OPEN

Forums ProRealTime foro Español Temas generales de Trading TIMEFRAME ( DAYLY) — CLOSE > OPEN

Viewing 2 posts - 1 through 2 (of 2 total)
  • #173914

    Good afternoon,

    Please I need help with the following code. I seek to enter the S & P500 bought when the market meets the following conditions:

    – Bullish engulfing candle on Timeframe 5 minutes
    – Daily timeframe: Price above the exponential average of 11 periods and closing of the previous day greater than the opening of the previous day.

    I understand that the c10 condition should enter only if the close of the previous day is greater than the opening of the previous day but not that way. See images 04/23/21, on the 22nd the candle is red and it goes in the same way.

    timeframe(daily)
    c10 = (close > open)

    I would appreciate if you tell me exactly what this line means and how I have to write to get what I’m looking for.

    Thank you ,
    regards

    #173927

    Reemplace la línea 15 con:

    está utilizando precios de la vela actual.

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login