Activity Stream

  • bulld replied to the topic Re: TTM Squeeze in the forum.
    final ttm wave , normalised both plots so the c wave doesnt "scrunch" the A wave anymore , changed the labels also
    declare lower;
    def fastLength = 13;
    def slowLength = 34;
    def MACDLength = 9;
    input AverageType = {SMA, default EMA};

    def data1 = MACD(fastLength, slowLength, MACDLength, AverageType).Diff*30;
    def ldata1 = AbsValue(lowestAll(data1));
    def hdata1 = AbsValue(highestAll(data1));
    def data2 = 200 * data1/Max(hdata1,ldata1);
    plot Diff = data2;

    plot zeroline = 0;

    Diff.SetDefaultColor(GetColor(5));
    Diff.SetPaintingStrategy(PaintingStrategy.HISTOGRAM);
    Diff.SetLineWeight(2);
    Diff.DefineColor("Positive and Up", Color.yellow);
    Diff.DefineColor("Positive and Down", Color.dark_red);
    Diff.DefineColor("Negative and Down", Color.dark_red);
    Diff.DefineColor("Negative and Up", Color.yellow);
    Diff.AssignValueColor(if Diff >= 0 then if Diff > Diff[1] then Diff.color("Positive and Up") else Diff.color("Positive and Down") else if Diff < Diff[1] then Diff.color("Negative and Down") else Diff.color("Negative and Up"));
    Diff.HideTitle();

    ZeroLine.SetDefaultColor(GetColor(5));
    zeroline.SetDefaultColor(color.gray);
    zeroline.HideTitle();





    input longLength1 = 40;
    input shortLength1 = 30;
    input signalLength1 = 8;
    input averageType1 = {SMA, default EMA, WMA};

    def diff1 = close - close[1];
    plot TSI1;
    plot Signal1;


    switch (averageType1) {
    case SMA:

    TSI1 = (Average(Average(diff1, longLength1), shortLength1)) / (Average(Average(AbsValue(diff1), longLength1), shortLength1)) * 1000;
    Signal1 = Average(TSI1, signalLength1);
    case EMA:
    TSI1 = (ExpAverage(ExpAverage(diff1, longLength1), shortLength1)) / (ExpAverage(ExpAverage(AbsValue(diff1), longLength1), shortLength1)) * 800;
    Signal1 = ExpAverage(TSI1, signalLength1);
    case WMA:
    TSI1 = (wma(wma(diff1, longLength1), shortLength1)) / (wma(wma(AbsValue(diff1), longLength1), shortLength1)) * 1000;
    Signal1 = wma(TSI1, signalLength1);
    }

    plot ZeroLine1 = 0;

    TSI1.SetDefaultColor(GetColor(1));
    tsi1.DefineColor("avgup", CreateColor(30,144, 255));
    tsi1.setPaintingStrategy(PaintingStrategy.HISTOGRAM);
    tsi1.DefineColor("avgdown", CreateColor(0, 0, 255));
    tsi1.SetLineWeight(2);
    tsi1.AssignValueColor(if tsi1 >= tsi1[1] then tsi1.color("avgup") else tsi1.color("avgdown"));

    Signal1.SetDefaultColor(GetColor();
    Signal1.hide();
    AddChartLabel(if diff > 0 and signal1 >0 then yes else no, "waves positive", CreateColor(0, 255, 205));
    AddChartLabel(if diff < 0 and signal1 <0 then yes else no, "waves negetive", CreateColor(0, 0, 205));

    AddChartLabel(if signal1> signal1 [1] then yes else no, "C up", CreateColor(0, 255, 255));

    AddChartLabel(if signal1 < signal1[1] then yes else no, "C down", CreateColor(0, 0, 205));

    AddChartLabel(if diff> diff [1] then yes else no, "A up ", CreateColor(0, 255, 255));

    AddChartLabel(if diff < diff[1] then yes else no, "A down", CreateColor(0, 0, 205));

    AssignBackgroundColor(color.BLACK);
    Read More...
    kunena.post 3 hours ago
  • The 4 hour gold chart flipped to long trades on Friday
    groups.wall 5 hours ago
  • Hope all you traders are having a great weekend!
    profile 11 hours ago
  • friends EliteTrader and JD are now friends
  • friends islandbob and JD are now friends
  • This was a great week of trading at New Level Traders. Everyone have a great weekend and we look forward to seeing you Monday.
    profile 1 day ago
  • uploaded a new avatar
    profile 1 day ago
  • AKicker, brian thanks for the post Re: TTM Squeeze
    kunena.thankyou 1 day ago
 

Login or Register Now

Sign in with Facebook

Top Members

Online Users

0 users and 6 guests online

New Level Traders uses NinjaTrader



Hopefully it's clear to you that our passion at New Level Traders is building a "community" of traders. As one of the trading room hosts, it is my responsibility to bring you the best trading opportunities, the most critical and relevant news, and overall market analysis that I can. This is why NinjaTrader is our #1 recommended trading platform and you can use it FREE!
 

New Level_Traders_and_Ninjatrader


New Level Traders uses Kinetick



Active traders demand reliability, speed, accuracy and cost-effectiveness from their financial market data provider and Kinetick delivers it to them every day!  Kinetick provides fast, unfiltered, real time quotes for stocks, futures and forex that exceed the expectations of demanding traders like the members of New Level Traders.

new level_traders_and_kinetick


Testimonials

  • great site
    Keep up the good work guys , really impressed with the quality of info available
    the stream of chat from many eyes watching the market and the skilled presenters has reallly helped me in staying...

    Ger

  • Intimate Trading Environment
    Having only spent the past week or so collaborating with the New Level Traders community and its members, I must say, I have learned more during this brief period than I would have by spending weeks o...

    Dan

  • NLT Rock's
     So lucky I found Don and everyone else in NLT. As I changed from an income trader to a daytrader with options,the help here has been awesome.Questions are answered so quickly,no more scrolling thru 1...

    Bob Balzer

  • Become a consistent winner!

    New level traders are disciplined, methodical, and make money.

    This site (and its accompanying trading room) has made me a consistent winner. Why throw money away on the latest ...

    aKicker

    long time investor & swing trader - new daytrader
  • Real Traders Working Together
    The members at New Level Traders are consumate traders.  They let the trade develop rather than acting on impulse and explains the whole process gets explained.  Any body who follows one of the other ...

    Glen K

    Member of New Level Traders
  • Discussing Trades Together - Great Group
    '...has been educational, watching as live trades are taken and discussed........ Will be applying some of the methodologies and risk parameters illustrated in the room to my own trading in future.......

    Pete

    A happy NLT Member
  • Best Trading Community
    New Level Traders is destined to become the most excellent community of traders that can be found on one site. The commitment and helpfulness of the team and traders on the live broadcast is excellent...

    Rhonda

    Long time NLT member
  • Member since inception
    If you are looking to learn and take your trading to the next level alongside professional, knowledgeable traders, who are excellent teachers...NLT is the place to be!

    Steven R

  • Great Community of Traders
    Being a part of NLT and especially participating in the trading room helps me make better trades.

    Sharon

    NLT has really helped my trading