Jim Dean![]() Elite ![]() ![]() ![]() Posts: 1059 Joined: 10/11/2012 Location: L'ville, GA ![]() | Here are modified versions of Ed's Ranking formulae that I sent him during the webinar. Mod's assure that TRII and RSI curves are not sloping downwards ... also provides bearish market ranking for shorts ... TRII(60,40) * iif( LnReg_Slope(TRII(60,40),3) >= 0, 1, 0) ... for Longs or Shorts ... RSI(14) * iif( LnReg_Slope(RSI(14),3) >= 0, 1, 0) ... that's for Longs-only (ie bullish market) ... (100-RSI(14)) * iif( LnReg_Slope(RSI(14),5) <= 0, 1, 0) ... that's for Shorts-only (ie bearish market) ... ... haven't had time to test this, but it should be a very useful refinement [Edited by Jim Dean on 2/1/2018 3:25 PM] |