fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Scroll chart to time

    Questions & Answers
    2
    2
    585
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      gunterd last edited by

      Is there a way to make an ea with fxdreema that will scroll the chart to a specified time?

      1 Reply Last reply Reply Quote 0
      • M
        miro1360 last edited by

        I have not found block for this, and what I think, for this you should create complex custom function with at least these options:

        • identify current chart preiod (if it is H1, D1, ...)
        • identify current time and based on your specified time and chart period calculate how much ID candles is between your time and current time and save it into variable "shift"
        • in custom code block use function:
          ChartNavigate(0, CHART_END, shift);
          where "shift" is value calculated in previous step ...

        ... and be prepare, that it may not work 😄

        Between trading and gambling is a very small gap, be careful.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post

        Online Users

        J
        M
        K
        B
        U
        R

        14
        Online

        146.7k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors