Proreal v12 date time functions to slow?

Forums ProRealTime English forum ProRealTime platform support Proreal v12 date time functions to slow?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #226292

    In v11  i used a lot indicators  calculated hourly  and make them instant  on tick chart  using  openminute  or  openhour[1] <> openhour

    All indicators like  show sessions ,  or draw 2 and 4 hours candles on tick chart and etc , was instant !

    now have every change have to wait 10 -30 seconds.  may be there is solution or approach to handle this now?

     

    IF openhour[1] <> openhour THEN //OR OpenDayOfWeek<>OpenDayOfWeek[1]
    // blab bla a lot logic
    IF openhour = 21 THEN
    CloseStart =21// open
    ENDIF

    IF openhour = 8 THEN
    CloseStart =1// open
    ENDIF
    ENDIF

    return

    #226293

    https://www.prorealcode.com/topic/v12-for-prt-ig-now-live-on-live/

    Everything in V12 is ultra slow.  🙁  The drawing is one of the base culprits. It is not related to time functions or anything in the (indicator) code.

     

    2 users thanked author for this post.
    #226353

    send a console to ProRealTime in order to get assistance.
    To do so, click on Help > Technical support

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

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