// Downloaded From https://www.WiseStockTrader.com AddToComposite(C/LLV(C,60)>=1.3,"~POS30QTR","X",19); AddToComposite(C/HHV(C,60)<=.7,"~NEG30QTR","X",19); // above is the breadth measurement that showed the most promise. //You could comment out all the other indicators and //possibly speed things up. AddToComposite(C/Ref(C,-1)>=1.04,"~POS4DAILY","X",19); AddToComposite(C/Ref(C,-1)<=.96,"~NEG4DAILY","X",19); AddToComposite(C/LLV(C,20)>=1.2,"~POS20MO","X",19); AddToComposite(C/HHV(C,20)<=.8,"~NEG20MO","X",19); AddToComposite(L==LLV(L,60),"~NEWLOW60","X",19); AddToComposite(H==HHV(H,60),"~NEWHI60","X",19); myrsi=RSI(2); AddToComposite(myrsi<10,"~LO_RSI_COMP","X",19); AddToComposite(myrsi>90,"~HI_RSI_COMP","X",19); rsi14=RSI(14); AddToComposite(rsi14<30,"~LO_RSI14_COMP","X",19); AddToComposite(rsi14>70,"~HI_RSI14_COMP","X",19); AddToComposite(C>BBandTop(C),"~HI_BB_COMP","X",19); AddToComposite(C