MACD Histogram trading conditions based on 5-minute timeframe

Forums ProRealTime English forum ProBuilder support MACD Histogram trading conditions based on 5-minute timeframe

  • This topic has 1 reply, 2 voices, and was last updated 1 year ago by avatarJS.
Viewing 2 posts - 1 through 2 (of 2 total)
  • #201314
    SVK

    Hi all,

    unfortunately I’m not capable to solve or comprehend MACD histogram so I would appreciate your support or suggestion of different histogram.

    Issue is quite simple and despite reading every english thread about MACD I’m non wiser.

    I’m using 2 time frames 10 sec & 5 min.

    10 sec timeframe shall not trigger buy if 5 minute MACD histogram is lower then previous 5 minute histogram.

    I’m not talking marginal number. Previous histogram value 0.9 – current histogram value 0.5 and buy is still triggred 🙁
    I have tried (5 minute, updateonclose) and without updateonclose without any luck 🙁

    I have following piece of code:

    //MACD Histogram
    MacdInd = MACD[12,26,9](close) > MACD[12,26,9](close)[1]

    Thank you very much for your help

    #201393
    JS

    Hi @SVK

    Maybe this will help?

     

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