Search results

  1. P

    Software Used to Trade Jack Hershey Methods

    Hi, Yes, you can draw a set of fixed lines for PACE in the volume pane (use the 'plot' function). The "arrows" can be drawn with 'plotarrow' or 'plotshape' function. You just need to code the conditions for how and when they are drawn. For the "delete all objects" on the previous chart the...
  2. P

    Software Used to Trade Jack Hershey Methods

    Hi, my profile is not public on TV yet.
  3. P

    Software Used to Trade Jack Hershey Methods

    You can use the scripts with any symbol, but for CME/Global Futures you need to change the name of the active contract inside the script due to different exchange session timeframes. When you create them in Pine Editor you have a "Add to Chart" option near the "Save As" button. Also, and...
  4. P

    Software Used to Trade Jack Hershey Methods

    Yeah, most of the "old" material are probably lost. It remains the journals here on ET and on Traderslaboratory.
  5. P

    Software Used to Trade Jack Hershey Methods

    I have a premium subscription and concerning the API it's the same thing. It's just a limitation on how the API was made. It's not as powerful as NT or other platforms but for me it's enough as it's multi-platform (and multi-device) and I don't need to use any other kind of scripts besides the...
  6. P

    Software Used to Trade Jack Hershey Methods

    No. TradingView @ https://www.tradingview.com
  7. P

    Software Used to Trade Jack Hershey Methods

    I also share the "Dom / Non-Dom Force" script. This script tries to split each bar volume according with the inside price bar movements. So, for instance, if bar opens and price goes up, then goes down and then up again, it calculates the total movement in each direction and splits the volume...
  8. P

    Software Used to Trade Jack Hershey Methods

    Hi, Sure. The "Prorata script" in TradingView is a bit more difficult to code as this platform doesn't have any functions to get the current time of the bar nor the chart period, so one needs to get a bit "creative" in order to code it... But, it should work with any security and in any...
  9. P

    Software Used to Trade Jack Hershey Methods

    Hi, Something like this: :sneaky:
  10. P

    Software Used to Trade Jack Hershey Methods

    Stepan7, This is awesome what you did with this indicators. It's night and day since the time I created the code for NT and what you have done today. Congrats. Very nice work. Pepe
  11. P

    Software Used to Trade Jack Hershey Methods

    Hi Ljyoung, There are a "special" set of keys for the Channel drawing for those who are using a laptop that don't have the usual Numpad (I had the same problem when I code the script) :) key "INSERT" = Create new Channel key "DELETE" = Delete new Channel key "OEM6" (in my keyboard it...
  12. P

    Software Used to Trade Jack Hershey Methods

    Hi, Sorry guys, I was not around lately, and I saw that there was some questions regarding the JH Indicators. In the last months, there was considerable changes in this methods that are not yet integrated in the JHIndicators, and I don't have the time now to make the necessary updates...
  13. P

    Software Used to Trade Jack Hershey Methods

    Hi Jander, Thanks, The Y-axis of the volume pane is set in number of contracts, the default for the "MarginAboveBar" parameter is 1 contract. But if you want to see the gaussians drawn with some space above, you need to set a much higher number. Try 1000 contracts for the ES. This number...
  14. P

    Software Used to Trade Jack Hershey Methods

    NinjaTrader JH – Indicators v1.021 This version has some bug fixes on the ChannelTool and Formations script. Sorry for any problem you may have had :( Regards,
  15. P

    Iterative Refinement

    My attempt : ES: 10h50 = "A"= DRV and LL; "D"= "Change" ; "A"= "Long" YM:10h50 => Incr Red ; "D" => "Continuation" ; "A"= "Short" ES: 10h55 = "A"= LL on IRV ; "D"= "Continuation" ; "A"= "Hold Short" YM: 10h54 => More Incr Red ; "D" => "Continuation" ES: 11h00 = "A" = DRV &...
  16. P

    Iterative Refinement

    My attempt: 3 ways for price to move from Pt2 to Pt3: 1. Retrace - price goes Higher/Lower on Non-Dominant Volume. Example on up channel: Price makes Lower Lows on decreasing red (see ES: 05/16/2008 - 12h00 to 12h10 ) 2. Lateral/Pennant Formation or Lateral Movement on Non-Dominant...
  17. P

    Software Used to Trade Jack Hershey Methods

    NinjaTrader JH – Indicators v1.020 Here is another version of my indicators. One major change is the possibility to extend a channel without changing the channel slope. This allows two ways of drawing a channel. The usual way, placing the "pt3" where one wants, and another one, that...
  18. P

    Software Used to Trade Jack Hershey Methods

    NinjaTrader JH – Indicators v1.019 Hi, I have fixed some bugs and updated the scripts with some new features. The PRV tool, is where the bar coloring is being done, so if you want to be able to use the color schema suggested by Spyder, you need to use this script. Bear in mind that I...
  19. P

    Software Used to Trade Jack Hershey Methods

    Hi Nkhoi, That happens because NT draw prices and indicators on the same area, and because they do not support the price vertical movement, they didn't protect that situation. btw, you are using very big fonts :D Take care, Pepe
Back
Top