Software Used to Trade Jack Hershey Methods

Discussion in 'Trading Software' started by Tums, Jun 26, 2007.

  1. nkhoi

    nkhoi

    no, the software just wasn't written for 7.23
     
    #1171     Nov 17, 2010
  2. emac

    emac

    I don't use BuySellVolume nor PV Domes so can't comment on them.
     
    #1172     Nov 18, 2010
  3. Quick fix: find this method in ChartHelper and comment out lines as indicated:


    private DateTime CalcTimeOutofBounds(int barIdx)
    {
    _debug = "";
    DateTime retTime = DateTime.MinValue;
    int lastBarIndex = _Bars.Count - 1;

    // TimeSpan sessionEndTime = _Bars.GetSessionBar(0).Time.TimeOfDay;
    // TimeSpan lastTime = _Bars.Get(lastBarIndex).Time.TimeOfDay;
    // DateTime sessionEndTime = _Bars.GetSessionBar(0).Time.TimeOfDay;
    // DateTime lastTime = _Bars.Get(lastBarIndex).Time.TimeOfDay;
    //
    // TimeSpan rest = sessionEndTime.Subtract(lastTime);
    // int numBarsToCloseSession = (int)Math.Round((rest.TotalMinutes / _Bars.Period.Value), 0);

    int numBars = barIdx - lastBarIndex;
    retTime = _Bars.Get(lastBarIndex).Time.Add(new TimeSpan(0, numBars * _Bars.Period.Value, 0));

    - palinuro
     
    #1173     Nov 21, 2010
  4. capcom

    capcom

    palinuro,

    Thanks, that fixed it right up.


    Gary
     
    #1174     Nov 22, 2010
  5. stepan7

    stepan7

    Folks,

    I have beginner question.

    How to import and/or compile that code into NT7.0.0.23?

    Thank you,

    St.
     
    #1175     Nov 25, 2010
  6. nkhoi

    nkhoi

     
    #1176     Nov 25, 2010
  7. stepan7

    stepan7

    Thank you,

    St.
     
    #1177     Nov 25, 2010
  8. stepan7

    stepan7

    Hi all,

    Anyone knows how to create Volume, Range and Tick charts in NT

    Thanks,

    St.
     
    #1178     Nov 25, 2010
  9. tulanch

    tulanch

    With 6.5, click on the dropdown next to the instrument drop down along the top of your chart... the current chart I have displayed is a 5 minute chart... the drop down says "5Min" when I activate this dropdown I see all the types of charts NT will display Minute, Second, Tick, Volume, Range, etc... you can get even more control by using the last item of this dropdown named "Format Data Series"

    In NT 7, look for "Format Data Series" in the chart properties.... it is here you can get to Volume, Range, and Tick bars

    HTH

    -T
     
    #1179     Nov 29, 2010
  10. stepan7

    stepan7

    Thank you,

    St.
     
    #1180     Dec 7, 2010