Is this possible

thread: Is this possible

  1. #1
    Junior Member Javirex888's Avatar
    20

    Is this possible

    If an EA trade on 15 minutes Time Frame can it open a trade using an indior from another time frame. Like if the EA buys when the macd is around the 15 minutes but only when the macd is up or if the momentum is around the time frame or another time frame.

  2. #2
    Junior Member casta12337's Avatar
    9
    Hi Bridge


    yes It Is possible.


    This code for calling Macd Indior about the current timefame

    Inserted Code iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0); and This code for calling Macd indior on 1H

    Inserted Code iMACD(NULL,PERIOD_H1,12,26,9,PRICE_CLOSE,MODE_MAIN ,0);

  3. #3
    Junior Member Javirex888's Avatar
    20
    Exactly what I looked for

  •