Quote from txuk:
Spooz, this comment sounds like you are calculating the offset rather than manually setting it? If so do you mind describing your method for doing so. Thanks
Hey txuk,
Sure...
I calculate the YM Premium in real-time, at every YM trade (at least every trade my app "sees") using the current cash price. For Fair Value (FV), I have 3 modes coded up that effect the display:
1) No FV. The bars are displayed in black. In this mode, look for the highs/lows. I try to rely on my "brain" for centering in this mode.
2) A "manual" FV can be entered. Nothing new here except you have to have the correct value and you have to be able to adjust/fix as needed.
3) A real-time automatic FV calculation. So, far, this seems to work pretty well but it is a recent addtion to my app. So, time will tell..
My feeling is this, why not let the market tell me what FV is? At 9:35, I start accumalating every prem value that I calculate and simply divide by the number of premium "ticks", with the first "tick" at 9:35. So, a very simple average but I ignore the first 5 minutes to allow for "synch". I then use this "average premium" as my FV and add a +/- 2 envelope for STR/SQU. I keep the auto-FV running until the stock market closes.
So, the technique is really very simple but one needs access to every premium tick and the ability to exclude (in my case) an arbitrary synch time along with post-stock market close ticks.
Based on some comments by others in here recently, this technique might not be valid. But, so far, so good and I try to watch it, like one has to do with a "manual" FV. So, this started out as an experiment that I have since made the defualt mode of operation in my app.
Hope this helps,
spooz