Search results

  1. L

    ProfLogic's Method

    Well as I said to ProfLogic, I don't want to make assumptions. I am trying to keep it to one item per post as ProfLogic requested. You have been very helpful in the past, Whiskey, and such kindness is always appreciated. If you don't want to answer one, that's fine and I understand. But...
  2. L

    ProfLogic's Method

    The rules refer to an Entry/Exit (7**N), Trading (7**N+1) & Strength (7**N+2) chart. Some posts refer to the Trending chart. (1) So is the Trending chart the same fractal as the Strength chart ? It seems that only the histogram is used on the N+2 chart, to indicate strength. (2) Is...
  3. L

    ProfLogic's Method

    Did I hear that there was AmiBroker code available? if so, please PM me. I'd like to get a copy for study. Whiskey, FYI, I snagged your Ergodic for Ninjatrader as well as palinuro's. Now I am in process of crawling through them to assist my learning curve. Thanks, everyone!
  4. L

    ProfLogic's Method

    Thanks Whiskey !
  5. L

    ProfLogic's Method

    Alright, I seem to have messed this up already. PPFs & Breaches on chart (N) are not based on chart (N)'s Price oscillations, by definition (below), they are based on the ERG signal line oscillations of the faster (N-1) chart. They happen, mathematically, to align with the Price peaks and...
  6. L

    ProfLogic's Method

    ProfLogic, I want to lay out the structure first before getting too deep into the rules. This is to confirm what I think I know as the base for the rest. All charts are CVB (Constant Volume Bars) to a power of 7 (the base). A triplet chart set is used with consecutive exponents : Entry...
  7. L

    Software Used to Trade Jack Hershey Methods

    Only the first one (highlighted in attached image) in each section that references the (previous) CurrentBar-1. Not the ones associated with the else stmt. Those are on the CurrentBar itself and you need to keep them to get any.
  8. L

    Software Used to Trade Jack Hershey Methods

    Right or wrong, I learned the IBGS as a shift, a reversal and yes, coded it that way. It is a very simple change: in the IBGS logic section, the 1st code line after the "if Low[0] < Low[1]" is to remove the GSL on the CurrentBar-1 (ie, previous bar). similarly on the High. If you don't...
  9. L

    Software Used to Trade Jack Hershey Methods

    Larry, the VolumeSCT colors volume per the Spyder discussion of HH and LL. An IB has neither. Perhaps what you want is VolumePRV (based off VolumeTriColor which I use on tick charts.) These two color up/dn/eq Volume relative to prior bar price close. Here are all 3 - take your choice...
  10. L

    Software Used to Trade Jack Hershey Methods

    OK, I finally figured out how to calculate a future bar index -- I had to add a new routine to Charthelper, so make sure you save both files... The alert will trigger any time the current price is outside the RTL. I removed the cross-over as it was unreliable for some reason :(...
  11. L

    Software Used to Trade Jack Hershey Methods

    That's basically how I discovered it. :) I've hit this problem with NT before trying to address bars "in the future" and their response was you can't, using only NT routines & tools. As far as they are concerned, no bars exist past the current bar. White space is empty. :( A...
  12. L

    Software Used to Trade Jack Hershey Methods

    Well, I have figured out most of my screw-ups. I decided that once the alarm triggered, to simply turn it off so it would not be annoying. This makes sense to me. It can always be re-enabled with Ctl-A. One thing I have not figured out how to fix: in creation or editing, when the P3 is...
  13. L

    Software Used to Trade Jack Hershey Methods

    Larry, I had modified my BarCheck to distinguish the IBGS degree so to speak. There's a parm now, which on ES I set to 0.25 (1 tick), which acts as a threshold. If <0 but less than or equal to the threshold, a dot is plotted. Greater than the same triangle as before. The dot was supposed...
  14. L

    Software Used to Trade Jack Hershey Methods

    I understand, palinuro, and I appreciate the time and effort you expended already. You are a good programmer. I posted what I had in the hopes that anyone who understands the code a tad better than I can give me some hints. It simply isn't logical to me that an alert should still be...
  15. L

    Software Used to Trade Jack Hershey Methods

    Oh boy. I've played & mucked and have tried to code what I want.... But something isn't right & I suspect that I do not understand Pepe's code very well. I want the alarm to disable when the chart current bar has moved beyond the end of the drawn channel (I thought that was P4). But it...
  16. L

    Software Used to Trade Jack Hershey Methods

    Thanks so much, palinuro! I'll play with it through the week-end. May tweak it a bit if you don't mind. Love the on-screen notation! Well, like Mak once said, the RTL is the final exit. If nothing else, it is like a killer stop. For me, I tend to multiplex and my visual attention is not...
  17. L

    Software Used to Trade Jack Hershey Methods

    I really miss the trendline alerts in QT and it seems that it would be a simple addition to PP_ChannelsTool... (for a good programmer) The logic to know when a line has been breached must already be there because he makes VEs automatically on the LTL. I would like to add an Alert() to the...
  18. L

    Software Used to Trade Jack Hershey Methods

    Tums, you asked offline for a chart pic -- it is fairly bland as I had already shutdown but it shows the VolCheck ... <img src=http://www.elitetrader.com/vb/attachment.php?s=&postid=2287183 width=800> click on attachment link to enlarge image
  19. L

    Software Used to Trade Jack Hershey Methods

    BTW the rising marker is in the Wingding 3 font which I believe comes with the OS... It is a truetype font -- on windows, check the C:\WINDOWS\Fonts directory
  20. L

    Software Used to Trade Jack Hershey Methods

    I liked the rising markers over the Volume bars on Spyder's charts, so I wrote a tiny Ninjatrader indicator to do the same. I was wondering if some-one would check the logic on the Peak Volume -- it pops up fairly frequently... Should it also be filtered by the P Vol bar > some average...
Back
Top