Jump to content

JDizzle22

⭐ V.I.P.
  • Posts

    92
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    ⭐ JDizzle22 got a reaction from profile in The new Iscalper trading system   
    You don't need to do market replay with TMA bands, or any indicator that repaints. What you can do is this: 1) disconnect from your data (if data is running it will update the band), 2) scroll back in time to where you want to begin viewing the band, 3) refresh the chart, and 4)more forward in time and the bands will update as if you are running market replay.
     
    As for the angle of its direction, ninjatrader lets you calculate slope(aka angle) (see the example I built into the TMA Bands with lookback and a filter (http://www.ninjatrader.com/support/helpGuides/nt7/index.html?slope.htm)), so you can determine the slope of any dataseries over any number of bars that you want. You can print this information to the output window, color the plots, or you can draw a static text on the chart. It doesn't matter if you calculate the Slope off the center MA or the bands--the bands are deviated from the center line offset by a certain amount so they will have the exact same slope. If the bands were not the same slope then the bands would get closer and further away from the center line when you look back in history.
     
    TMA bands look back "infinite" instead of 256, so it is much more resource intensive than other indicators--if you have a slower computer with less memory, or have dll's that are not installed properly, it can cause havoc on your system with indicators that look back indefinitely, especially if you load a lot of data on your chart (load only as much data as you absolutely need).
     
    edit: forgot negative in code: if you have tmabands, on line 72 add "-" in front of slopetrend. Added pic, see orange is flat: http://tinypic.com/r/65zj8o/8
  2. Like
    ⭐ JDizzle22 got a reaction from pikachu in The new Iscalper trading system   
    You don't need to do market replay with TMA bands, or any indicator that repaints. What you can do is this: 1) disconnect from your data (if data is running it will update the band), 2) scroll back in time to where you want to begin viewing the band, 3) refresh the chart, and 4)more forward in time and the bands will update as if you are running market replay.
     
    As for the angle of its direction, ninjatrader lets you calculate slope(aka angle) (see the example I built into the TMA Bands with lookback and a filter (http://www.ninjatrader.com/support/helpGuides/nt7/index.html?slope.htm)), so you can determine the slope of any dataseries over any number of bars that you want. You can print this information to the output window, color the plots, or you can draw a static text on the chart. It doesn't matter if you calculate the Slope off the center MA or the bands--the bands are deviated from the center line offset by a certain amount so they will have the exact same slope. If the bands were not the same slope then the bands would get closer and further away from the center line when you look back in history.
     
    TMA bands look back "infinite" instead of 256, so it is much more resource intensive than other indicators--if you have a slower computer with less memory, or have dll's that are not installed properly, it can cause havoc on your system with indicators that look back indefinitely, especially if you load a lot of data on your chart (load only as much data as you absolutely need).
     
    edit: forgot negative in code: if you have tmabands, on line 72 add "-" in front of slopetrend. Added pic, see orange is flat: http://tinypic.com/r/65zj8o/8
  3. Like
    ⭐ JDizzle22 got a reaction from Wanderer in The new Iscalper trading system   
    I won't use it--I removed it shortly after the trial started, so this next bit I did not compare to their stuff, but should be pretty close once you compare settings and such (it may be a little different if they modified the TMA formula). I converted TMA Bands as described here (http://www.wisestocktrader.com/indicators/3320-tma-bands) to Ninja. I also added a "slope" lookback which will let you determine how far back you want to go to determine slope. There is also a slopetrend, which is set to 0. If slope is > slopetrend then it will paint the middle line green, if slope < slopetrend then paint red. See how it works out for you. https://www.sendspace.com/file/33k6ph
  4. Like
    ⭐ JDizzle22 got a reaction from newbie0101 in The new Iscalper trading system   
    I won't use it--I removed it shortly after the trial started, so this next bit I did not compare to their stuff, but should be pretty close once you compare settings and such (it may be a little different if they modified the TMA formula). I converted TMA Bands as described here (http://www.wisestocktrader.com/indicators/3320-tma-bands) to Ninja. I also added a "slope" lookback which will let you determine how far back you want to go to determine slope. There is also a slopetrend, which is set to 0. If slope is > slopetrend then it will paint the middle line green, if slope < slopetrend then paint red. See how it works out for you. https://www.sendspace.com/file/33k6ph
  5. Like
    ⭐ JDizzle22 got a reaction from CashManic in The new Iscalper trading system   
    I won't use it--I removed it shortly after the trial started, so this next bit I did not compare to their stuff, but should be pretty close once you compare settings and such (it may be a little different if they modified the TMA formula). I converted TMA Bands as described here (http://www.wisestocktrader.com/indicators/3320-tma-bands) to Ninja. I also added a "slope" lookback which will let you determine how far back you want to go to determine slope. There is also a slopetrend, which is set to 0. If slope is > slopetrend then it will paint the middle line green, if slope < slopetrend then paint red. See how it works out for you. https://www.sendspace.com/file/33k6ph
  6. Like
    ⭐ JDizzle22 got a reaction from profile in The new Iscalper trading system   
    I won't use it--I removed it shortly after the trial started, so this next bit I did not compare to their stuff, but should be pretty close once you compare settings and such (it may be a little different if they modified the TMA formula). I converted TMA Bands as described here (http://www.wisestocktrader.com/indicators/3320-tma-bands) to Ninja. I also added a "slope" lookback which will let you determine how far back you want to go to determine slope. There is also a slopetrend, which is set to 0. If slope is > slopetrend then it will paint the middle line green, if slope < slopetrend then paint red. See how it works out for you. https://www.sendspace.com/file/33k6ph
  7. Like
    ⭐ JDizzle22 got a reaction from orfila in The new Iscalper trading system   
    I won't use it--I removed it shortly after the trial started, so this next bit I did not compare to their stuff, but should be pretty close once you compare settings and such (it may be a little different if they modified the TMA formula). I converted TMA Bands as described here (http://www.wisestocktrader.com/indicators/3320-tma-bands) to Ninja. I also added a "slope" lookback which will let you determine how far back you want to go to determine slope. There is also a slopetrend, which is set to 0. If slope is > slopetrend then it will paint the middle line green, if slope < slopetrend then paint red. See how it works out for you. https://www.sendspace.com/file/33k6ph
  8. Like
    ⭐ JDizzle22 got a reaction from ⭐ whinny in The new Iscalper trading system   
    I won't use it--I removed it shortly after the trial started, so this next bit I did not compare to their stuff, but should be pretty close once you compare settings and such (it may be a little different if they modified the TMA formula). I converted TMA Bands as described here (http://www.wisestocktrader.com/indicators/3320-tma-bands) to Ninja. I also added a "slope" lookback which will let you determine how far back you want to go to determine slope. There is also a slopetrend, which is set to 0. If slope is > slopetrend then it will paint the middle line green, if slope < slopetrend then paint red. See how it works out for you. https://www.sendspace.com/file/33k6ph
  9. Like
    ⭐ JDizzle22 got a reaction from exp48967 in The new Iscalper trading system   
    I won't use it--I removed it shortly after the trial started, so this next bit I did not compare to their stuff, but should be pretty close once you compare settings and such (it may be a little different if they modified the TMA formula). I converted TMA Bands as described here (http://www.wisestocktrader.com/indicators/3320-tma-bands) to Ninja. I also added a "slope" lookback which will let you determine how far back you want to go to determine slope. There is also a slopetrend, which is set to 0. If slope is > slopetrend then it will paint the middle line green, if slope < slopetrend then paint red. See how it works out for you. https://www.sendspace.com/file/33k6ph
  10. Like
    ⭐ JDizzle22 got a reaction from ⭐ flipper26 in The new Iscalper trading system   
    I did their trial of the indicator and if you read this thread, you should better understand what MA they are using (TMA): http://www.forexfactory.com/showthread.php?p=5474168. The TMA repaints, but if you plot the LWMA, it won't. To get the upper and lower bands on the TMA or LWMA, you take the TMA/LWMA + ATR(TMA/LWMA,period)*Multiplier and TMA/LWMAATR - (TMA/LWMA,period)*Multiplier--this ATR type adjustment is used often in many indicators. From comparing TMA and LWMA to the Scalper, it does not appear to be a MTF indicator. As for the changing of colors, I do not know, but would assume they are taking the slope over X bars and coloring it, so that X bars are colored--since everything repaints, I don't think it will backtest very well in Ninja.
  11. Like
    ⭐ JDizzle22 got a reaction from profile in The new Iscalper trading system   
    I did their trial of the indicator and if you read this thread, you should better understand what MA they are using (TMA): http://www.forexfactory.com/showthread.php?p=5474168. The TMA repaints, but if you plot the LWMA, it won't. To get the upper and lower bands on the TMA or LWMA, you take the TMA/LWMA + ATR(TMA/LWMA,period)*Multiplier and TMA/LWMAATR - (TMA/LWMA,period)*Multiplier--this ATR type adjustment is used often in many indicators. From comparing TMA and LWMA to the Scalper, it does not appear to be a MTF indicator. As for the changing of colors, I do not know, but would assume they are taking the slope over X bars and coloring it, so that X bars are colored--since everything repaints, I don't think it will backtest very well in Ninja.
  12. Like
    ⭐ JDizzle22 got a reaction from CashManic in The new Iscalper trading system   
    I did their trial of the indicator and if you read this thread, you should better understand what MA they are using (TMA): http://www.forexfactory.com/showthread.php?p=5474168. The TMA repaints, but if you plot the LWMA, it won't. To get the upper and lower bands on the TMA or LWMA, you take the TMA/LWMA + ATR(TMA/LWMA,period)*Multiplier and TMA/LWMAATR - (TMA/LWMA,period)*Multiplier--this ATR type adjustment is used often in many indicators. From comparing TMA and LWMA to the Scalper, it does not appear to be a MTF indicator. As for the changing of colors, I do not know, but would assume they are taking the slope over X bars and coloring it, so that X bars are colored--since everything repaints, I don't think it will backtest very well in Ninja.
  13. Like
    ⭐ JDizzle22 got a reaction from newbie0101 in REQ EDU: ICHIM0KU Signal Indic@tors and ICHIM0KU Singal Sc@nner   
    So people don't think SMA or EMA, see the definitions here: http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:ichimoku_cloud
     
    Tenkan-sen (Conversion Line): (9-period high + 9-period low)/2))
    The default setting is 9 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 9 day high-low range,
    which is almost two weeks.
     
    Kijun-sen (Base Line): (26-period high + 26-period low)/2))
    The default setting is 26 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 26 day high-low range,
    which is almost one month).
     
    Senkou Span A (Leading Span A): (Conversion Line + Base Line)/2))
    This is the midpoint between the Conversion Line and the Base Line.
    The Leading Span A forms one of the two Cloud boundaries. It is
    referred to as "Leading" because it is plotted 26 periods in the future
    and forms the faster Cloud boundary.
     
    Senkou Span B (Leading Span B): (52-period high + 52-period low)/2))
    On the daily chart, this line is the mid point of the 52 day high-low range,
    which is a little less than 3 months. The default calculation setting is
    52 periods, but can be adjusted. This value is plotted 26 periods in the future
    and forms the slower Cloud boundary.
     
    Chikou Span (Lagging Span): Close plotted 26 days in the past
    The default setting is 26 periods, but can be adjusted.
  14. Like
    ⭐ JDizzle22 got a reaction from admis in REQ EDU: ICHIM0KU Signal Indic@tors and ICHIM0KU Singal Sc@nner   
    So people don't think SMA or EMA, see the definitions here: http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:ichimoku_cloud
     
    Tenkan-sen (Conversion Line): (9-period high + 9-period low)/2))
    The default setting is 9 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 9 day high-low range,
    which is almost two weeks.
     
    Kijun-sen (Base Line): (26-period high + 26-period low)/2))
    The default setting is 26 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 26 day high-low range,
    which is almost one month).
     
    Senkou Span A (Leading Span A): (Conversion Line + Base Line)/2))
    This is the midpoint between the Conversion Line and the Base Line.
    The Leading Span A forms one of the two Cloud boundaries. It is
    referred to as "Leading" because it is plotted 26 periods in the future
    and forms the faster Cloud boundary.
     
    Senkou Span B (Leading Span B): (52-period high + 52-period low)/2))
    On the daily chart, this line is the mid point of the 52 day high-low range,
    which is a little less than 3 months. The default calculation setting is
    52 periods, but can be adjusted. This value is plotted 26 periods in the future
    and forms the slower Cloud boundary.
     
    Chikou Span (Lagging Span): Close plotted 26 days in the past
    The default setting is 26 periods, but can be adjusted.
  15. Like
    ⭐ JDizzle22 got a reaction from forexonly in REQ EDU: ICHIM0KU Signal Indic@tors and ICHIM0KU Singal Sc@nner   
    So people don't think SMA or EMA, see the definitions here: http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:ichimoku_cloud
     
    Tenkan-sen (Conversion Line): (9-period high + 9-period low)/2))
    The default setting is 9 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 9 day high-low range,
    which is almost two weeks.
     
    Kijun-sen (Base Line): (26-period high + 26-period low)/2))
    The default setting is 26 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 26 day high-low range,
    which is almost one month).
     
    Senkou Span A (Leading Span A): (Conversion Line + Base Line)/2))
    This is the midpoint between the Conversion Line and the Base Line.
    The Leading Span A forms one of the two Cloud boundaries. It is
    referred to as "Leading" because it is plotted 26 periods in the future
    and forms the faster Cloud boundary.
     
    Senkou Span B (Leading Span B): (52-period high + 52-period low)/2))
    On the daily chart, this line is the mid point of the 52 day high-low range,
    which is a little less than 3 months. The default calculation setting is
    52 periods, but can be adjusted. This value is plotted 26 periods in the future
    and forms the slower Cloud boundary.
     
    Chikou Span (Lagging Span): Close plotted 26 days in the past
    The default setting is 26 periods, but can be adjusted.
  16. Like
    ⭐ JDizzle22 got a reaction from Ajata in REQ EDU: ICHIM0KU Signal Indic@tors and ICHIM0KU Singal Sc@nner   
    So people don't think SMA or EMA, see the definitions here: http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:ichimoku_cloud
     
    Tenkan-sen (Conversion Line): (9-period high + 9-period low)/2))
    The default setting is 9 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 9 day high-low range,
    which is almost two weeks.
     
    Kijun-sen (Base Line): (26-period high + 26-period low)/2))
    The default setting is 26 periods and can be adjusted. On a daily
    chart, this line is the mid point of the 26 day high-low range,
    which is almost one month).
     
    Senkou Span A (Leading Span A): (Conversion Line + Base Line)/2))
    This is the midpoint between the Conversion Line and the Base Line.
    The Leading Span A forms one of the two Cloud boundaries. It is
    referred to as "Leading" because it is plotted 26 periods in the future
    and forms the faster Cloud boundary.
     
    Senkou Span B (Leading Span B): (52-period high + 52-period low)/2))
    On the daily chart, this line is the mid point of the 52 day high-low range,
    which is a little less than 3 months. The default calculation setting is
    52 periods, but can be adjusted. This value is plotted 26 periods in the future
    and forms the slower Cloud boundary.
     
    Chikou Span (Lagging Span): Close plotted 26 days in the past
    The default setting is 26 periods, but can be adjusted.
  17. Like
    ⭐ JDizzle22 got a reaction from enzofox in End Point   
    EPMA seems to be the same as LSMA which is the same as LinReg: http://www.ninjatrader.com/support/forum/showthread.php?t=23713c
     
    @enzofox, I don't have 15 messages so I can't PM. Send me your email in a PM if you had an idea you want to work on.
  18. Like
    ⭐ JDizzle22 got a reaction from enzofox in Indicatore   
    Do you mean a horizontal line? And for the formula, on the ES, if it opened at 2,000, you would want to plot a horizontal line at 1,000? That's doable, but can you explain how this information is useful to you?
  19. Like
    ⭐ JDizzle22 got a reaction from Wanderer in Indicatore   
    Try this: sendspace dot com/file/kytczn
  20. Like
    ⭐ JDizzle22 got a reaction from enzofox in Indicatore   
    Try this: sendspace dot com/file/kytczn
×
×
  • Create New...