fortes fortuna juvat

Discussion in 'Journals' started by stepan7, Feb 26, 2014.

Thread Status:
Not open for further replies.
  1. stepan7

    stepan7

    There are two answers mine and spydertrader's. Which of one you prefer? :)

    1. Bar is Black/Red by HH/LL or FTP/FBP or Stitch Up/Down but it has O/C or C/C in the opposite direction - we got IBGS. It has nothing to do with the Volume. You have mentally split Volume: partial Up, partial Down.

    2. Spyder take to the account that Abs(O/C) or Abs(C/C) > 1 tick, I don't. There are some reasons for that, it's long story to explain.

    If it's not clear for you PM me I will sent the code.

    3. And Yes, to determine IBGS you have wait to the End of the Bar.

    P.S.
    I think you are over complicate this stuff. In reality it's very simple :) but not easy. :D
     
    Last edited: May 3, 2017
    #241     May 3, 2017
  2. There are two types of the IBGS:

    1.Inter-Bar;
    2.Intra-Bar.

    1)if(Low[0] <= Low[1] && Close[0] > Open[0] + tick) for the long(vice versa for the short);
    2)if(Close[0] <= Open[0] && Close[0] > Open[0] + tick) for the long(vice versa for the short).
     
    #242     May 3, 2017
  3. stepan7

    stepan7

    Unless you come up with a link to authoritative source, it's you own invention.
     
    Last edited: May 3, 2017
    #243     May 3, 2017
  4. tiddlywinks

    tiddlywinks

    Yup.

    I also didn't mention volume pace. :wtf:

    Yup.

    Thanks for the intelligent response stepan7.

    Yup. need to find my IBGS notes.
     
    #244     May 3, 2017
  5. stepan7

    stepan7

    It's sound sarcastic. I am apologize.
     
    #245     May 3, 2017
  6. tiddlywinks

    tiddlywinks


    Not at all my friend. If anyone should apologize, it is me for sounding sarcastic.
    Completely unintended. Sometimes communication gets broken between brain and keyboard.
    Your response was intelligent... even offered reasoning to the methods you use.

    All is good on this side. Sorry for confusion. JHM 2.0 is now resuming...
     
    #246     May 4, 2017
  7. tiddlywinks

    tiddlywinks

    Couldn't find many IBGS notes. But did find this snip from Spyder. Reminded me that I don't need or use IBGS. I do not trade at the "bug" level. Leaves, Limbs, and and an occasional Tree for me. My time frame, 2 minute, has plenty of "bugs" without me looking for them! :)

    I'm sure IBGS code will be useful to others.


    Spyder on the different levels of trading

    In an effort to assist those following along, I have altered my annotation style to include only The Forest Level Resolution. Keeping in mind my previous post with respect to "How Big is the Forest?" Note the Gaussian changes which occur. Are they different on my chart when compared to your own? Do you 'see' things as they are, or as you'd want them to be? Are you monitoring on the correct resolution level, or do you only think you monitor correctly? In an effort to assist you to know the proper resolution level, I have added the following guidelines for data gathering.

    Forest Level - Point Three Channels and Gaussians
    Tree Level - FTT's (and the above)
    Limb Level - Tapes (and the above)
    Leaves Level - FTT's of Tapes (and above)
    Bug Level - Intra-bar Changes (and above)

    If you find yourself confused about a bar changing color halfway through a five minute period, are you really focused on the Forest? 'Cuz it sounds an awful lot like you are looking for bugs, on a leaf, on a limb, on a tree, in the Forest.

    Stay focused on your current resolution level to allow you to properly learn about the next finer resolution level. From the Forest, you can learn about FTT's and flaws without concern for loss. From the Trees, you can learn about the tapes and how they contain temporary micro-trends throughout the day. Everyone must build a strong foundation at their current level of expertise, before moving forward.

    I hope you find the above information helpful, and I'll post today's charts after adding some requested information.
     
    #247     May 4, 2017
  8. stepan7

    stepan7

    Yes, It's good idea to read old posts.
    Look on this trade - the only spyder's public trade that I know of.

    20080603 ES trade.gif

    I never looked on the actual ES chart - the data was not available.

    ES
    20080603.ES 06-08 (5 Min)  Trade HV.jpg
     
    Last edited: May 4, 2017
    #248     May 4, 2017
  9. stepan7

    stepan7

    The YM same day 20080603.YM 06-08 (5 Min)  6_3_2008.jpg

    and NQ.
    20080603.NQ 06-08 (5 Min)  6_3_2008.jpg
     
    #249     May 4, 2017
  10. Sprout

    Sprout

    Stepan7 (and anyone with a deeper understanding of the subject),

    What are your thoughts on bar-to-bar degapping? I'm a little confused around the issue in that I remember Jack talked about interbar gaps as a result of an arbitrary time interval start/stop in-between a bbid/bask pair.

    With my current understanding, it would be logical to just move the open on the current bar. That way the historical highs and lows are still accurate. But I feel this is not an accurate understanding of the concept, it's benefits, limitations and applicability.
     
    #250     May 4, 2017
Thread Status:
Not open for further replies.