fxDreema

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

    how to use this indicator?

    Questions & Answers
    2
    2
    249
    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.
    • S
      sebaseba54 last edited by

      hello can anyone help me make this indicator on ea, of course this is one of the few used for strategy
      0_1581261139347_FXVORTEX.ex4

      T 1 Reply Last reply Reply Quote 0
      • T
        trader.philipps @sebaseba54 last edited by

        @sebaseba54 That won't be so easy as the indicator doesn't offer any buffers. Hence you need to loop through the objects it creates.

        Those objects represent the signal shown in the chart.

        0_1581270959020_cc43d1d4-0c81-43be-95b7-e0d8391f6821-image.png

        You need to find the latest rectangle that has the colorRed or Blue. Then check if it's drawn to the current candle as well (signal still valid!?!).
        Than you can check the other rectangles. You need to jnow that a recangle always consist of 2 prices and 2 timestamps. In the object list (CTRL-B) you can find them.

        Here is an example rectangle definition.

        0_1581271358219_48e6604f-0a20-49de-8bed-9c12638766ee-image.png
        0_1581271315346_84e76603-aec1-4d9f-8113-e00411848e1f-image.png

        In this case time value 2 is the current candle time. So it is still a valid signal. Upper Price is the entry level (I think) and the second price is the TP1 on that sell signal.

        For the next rectangle (crimson color) ..

        0_1581271507768_60b1fdcc-61d2-4c3d-90df-0877e154e472-image.png
        As you can see the first price isidentical to the TP1 price or the red rectangle. So you can now repeat theis until you get all the information you need.

        I like to share my knowledge, but expect the others to contribute as well.

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

        Online Users

        A
        L

        9
        Online

        146.8k
        Users

        22.4k
        Topics

        122.6k
        Posts

        Powered by NodeBB Forums | Contributors