DEFPARAM ON DAILY

Forums ProRealTime English forum ProOrder support DEFPARAM ON DAILY

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

    Hi, i have seen that DEFPARAM flatbefore and flatafter don’t work on systems running on Daily but in smaller timeframes they work. There is a way to implement them on the daily? i need an enter at market NOT before or NOTafter a certain time in the day bar, should i use multiple timeframes or there are some easiest ways?

    #201923
    JS

    You can indeed use multiple time frames for example:

    TimeFrame(Daily)


    TimeFrame(1 Hour)
    If OpenTime >= 090000 and OpenTime <= 160000 then … …

    1 user thanked author for this post.
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