2-Stage Universal Average Range Indior -
1 2 3

thread: 2-Stage Universal Average Range Indior

  1. #11
    Lucid, Thank you for stepping in! Much appreciated!

    At this time the indi reads 2070.00 in pips, 60.88%. I have a feeling the point is off with places that are extra at the conclusion. 20.70 pips is similar to it. I'd be happy if it just browse 20.7.

    The next step is to include colored boxes round the 2 different groups of bars. Since the 3 bars continue to be inside the 30 I think this means the 2 boxes will float. It would make sense if the colours were customizable.

    Please include a customizable buffer zone into the second...
    Oops, I received my ECN logic backward. Here ya go.

    If I get time I'll add color bars.
    https://www.cliqforex.com/attachment...1887956530.mq4

  2. #12
    Please include a customizable buffer zone into the next (smaller) group of pubs. The larger group doesn't need one.
    I'm not sure what you mean with this. If you'll elaborate I'll see what I can do.

  3. #13
    I'm unsure what you mean by this. If you'll elaborate I'll see what I can do.
    Say the smaller box is only 15 pips high, as based on the last 3 bars. Having a buffer the box could turn into 25 pips high, using an additional five pips on the very top and underside. Comparable to the New York box indi from the '7-9am Big Dog' breakout method. Settings could both be customizable either by pip count and box color. I like the notion of employing the New York indi but I believe it's some errors, at least from the way it has operate onto my computer/broker. So I'm not suggesting that we use it like an actual template (unless you wish to go line by line and confirm it is coding, but I could never ask that you do that), but possibly for general inspiration.

    The larger box formed by the primary pub group would not need a pip buffer setting.

    So there are 3 coloured zones: two established from the high/low range of 2 different bar counts, along with a buffer zone on the smallest pub count zone.
    https://www.cliqforex.com/attachment...1835877573.ex4

  4. #14
    Lucid, the corner display works fine today. Many thanks!

    Also, I like the way you are keeping the name the same as you possibly make improvements. Much nicer than clogging my portfolio that is indi up with files that are obsolete.

  5. #15
    Say the smaller box is just 15 pips large, as based on the last 3 bars. Having a buffer set, the box could become 25 pips large, with an extra 5 pips on the top and bottom. Comparable to the New York box indi from the 'Big Dog' breakout system. Settings could both be customizable both by pip count and box color. I like the notion of using the New York indi but I think it has some coding errors, at least from how it has run on my computer/broker. So I am not suggesting we use it like an actual template (unless you wish to...
    Unfortunatelly that document is not human readable since it's the compiled version (the mq4 files are the source code). Boxes are not hard to do, but it makes the code ugly although I really could decompile it.

    I see what you mean about the buffer. After I finish taking care an issue with the Overlay indior (from the other thread) when candles are lost from background I'll perform the boxes.

  6. #16
    Sorry about that, I should have known better. Here it is....
    https://www.cliqforex.com/attachment...2112421866.mq4

  7. #17
    I obtained board today.

    Here.

    NOTE: I posted this a moment ago, but I had to make a change since it would signal one to departure. This is only going to signal a candle.
    https://www.cliqforex.com/attachment...1134407121.mq4

  8. #18
    Looking good. Loads functions and quickly clean. Some minor modifiions please....

    1. Only the small box is supposed to have a buffer. I don't see a demand for the box to own one. If you've seen something I did 13, don't hesitate to correct me. But if you do give equally buffer zones to them they ought to operate independantly.

    2a. The top zones should be observable and customizablethat they framework.

    2b. RE the box that is Create the buffer boxes stretch to the right and begin at the left an additional 5 bars value of space, regardless of time frame.

    3a. Make the display read, Average Range of X Bars: XX Pips; and, Percentage of X Bars: XX%.

    3b. Boost the display font size to 15 pts.

    That is it. Again, fantastic work!

  9. #19
    OK, Iadjust the text and've included a size choice. I noticed that the boxes were drawing along with their current candle, so I fixed that.

    Before I modify the padding I've got a query about your entry point for this egy.

    Initially I thought the padding was just for asthetics, but it seems like you may be thinking of it as an entry point for your transaction. Currently the cushioning will develop with the current candle, therefore it can't be used like that. I also discovered that because the current candle has been included in the average range it tends to have a dramatic effect on such range when a candle first opens because a new candle has a range of 0 pips. For the short range which may only be looking at some candles, this can bring the percentage down to the purpose of triggering a sign. I'm wondering if it wouldn't be better to exclude the current candle in the range, but use it only for signalling a breakout.

    Please let me know your ideas on what exactly will indie a breakout using this system.

    Thanks.

  10. #20
    I think you are right. We should exclude the current candle. This will keep the boxes a bit static and simpler to visualize the breakout out of. I enjoy it.

  •