Skip to content
Tomek edited this page Jan 2, 2019 · 11 revisions

Legend:

  • βœ… - tokens + translations
  • 🚸 - translations needed
  • ☒️ - To Do

BB

  • ☒️ Bands getting wide: BANDS_EXPANDED
  • βœ… Bands getting narrow: BANDS_SQUEEZE
  • βœ… Price breaking above upper band: PRICE_BREAK_UP
  • βœ… Price breaking below lower band: PRICE_BREAK_DOWN
  • βœ… Price stays roughly in the middle: PRICE_BETWEEN
  • βœ… Price is close to upper band (%B > 95): PRICE_ONBAND_UP
  • βœ… Price is close to lower band (%B < 5): PRICE_ONBAND_DOWN

RSI

  • βœ… RSI below 30: OSCILLATOR_OVERSOLD
  • βœ… RSI over 70: OSCILLATOR_OVERBOUGHT
  • βœ… RSI getting lower (difference on 5 periods): DIRECTION_FALLING
  • βœ… RSI getting higher (difference on 5 periods): DIRECTION_RISING
  • βœ… Positive divergence (correlation on 25 periods): DIV_POISTIVE
  • βœ… Negative divergence (correlation on 25 periods): DIV_NEGATIVE

wedge

  • βœ… Price bounced from the upper wedge: BOUNCE_UPPER
  • βœ… Price bounced from the lower wedge: BOUNCE_LOWER
  • βœ… Price moving above upper wedge: PRICE_BREAK_UP
  • βœ… Price moving below lower wedge: PRICE_BREAK_DOWN
  • βœ… Price is close to upper wedge (%B > 95): PRICE_ONBAND_UP
  • βœ… Price is close to lower wedge (%B < 5): PRICE_ONBAND_DOWN
  • βœ… Price staying inside wedge: PRICE_BETWEEN
  • βœ… Wedge looks like a triangle: SHAPE_TRIANGLE
  • βœ… Wedge looks like a channel (flag): SHAPE_PARALLEL
  • βœ… Wedge is neither a triangle nor a parallel channel: SHAPE_CONTRACTING ?
  • βœ… Wedge is pointing up: DIRECTION_UP
  • βœ… Wedge is pointing down: DIRECTION_DOWN
  • βœ… Wedge is roughly horizontal: DIRECTION_HORIZONTAL
  • βœ… False break up: FALSE_BREAK_UP
  • βœ… False break down: FALSE_BREAK_DOWN
  • ☒️ Price pullback after moving above: PRICE_PULLBACK
  • ☒️ Price throwback after moving below: PRICE_THROWBACK

channel

  • βœ… Price breaking above upper band: PRICE_BREAK_UP
  • βœ… Price breaking below lower band: PRICE_BREAK_DOWN
  • βœ… Price stays roughly in the middle: PRICE_BETWEEN
  • βœ… Price is close to upper band (%B > 95): PRICE_ONBAND_UP
  • βœ… Price is close to lower band (%B < 5): PRICE_ONBAND_DOWN
  • βœ… Channel is pointing up (a > 0.1) : DIRECTION_UP
  • βœ… Channel is pointing down (a < -0.1) : DIRECTION_DOWN
  • βœ… Channel is roughly horizontal: DIRECTION_HORIZONTAL
  • βœ… Price broke above but quickly went back into channel: FALSE_BREAK_UP
  • βœ… Price broke below but quickly went back into channel: FALSE_BREAK_DOWN
  • ☒️ Price bounced from the upper band: BOUNCE_UPPER
  • ☒️ Price bounced from the lower band: BOUNCE_LOWER
  • ☒️ Price pullback after moving above: PRICE_PULLBACK
  • ☒️ Price throwback after moving below: PRICE_THROWBACK

TDS

  • βœ… Perfect sell signal (last 5 periods): PERFECT_SELL
  • βœ… Perfect buy signal (last 5 periods): PERFECT_BUY
  • βœ… Last signal to buy: LAST_BUY
  • βœ… Last signal to sell: LAST_SELL

STOCH

  • βœ… STOCH below 20: OSCILLATOR_OVERSOLD
  • βœ… STOCH over 80: OSCILLATOR_OVERBOUGHT

SMA / EMA

  • βœ… Price crossed up the fast MA: CROSS_UP_FAST
  • βœ… Price crossed up the medium MA: CORSS_UP_MEDIUM
  • βœ… Price crossed up the slow MA: CROSS_UP_SLOW
  • βœ… Price crossed down the slow MA: CROSS_DOWN_SLOW
  • βœ… Price crossed down the medium MA: CROSS_DOWN_MEDIUM
  • βœ… Price crossed down the fast MA: CROSS_DOWN_FAST
  • βœ… Price is above the fast MA: POSITION_UP_FAST
  • βœ… Price is above the medium MA: POSITION_UP_MEDIUM
  • βœ… Price is above the slow MA: POSITION_UP_SLOW
  • βœ… Price is below the fast MA: POSITION_DOWN_FAST
  • βœ… Price is below the medium MA: POSITION_DOWN_MEDIUM
  • βœ… Price is below the slow MA: POSITION_DOWN_SLOW
  • βœ… Bearish cross (fast crossing below slow): CROSS_BEARISH
  • βœ… Bullish cross (fast crossing above slow): CROSS_BULLISH

ICM

  • βœ… Price is in a cloud from bottom: CLOUD_DOWN
  • βœ… Price is in a cloud from top: CLOUD_UP
  • βœ… Price pierced the cloud from bottom: PIERCED_DOWN
  • βœ… Price pierced the cloud from top: PIERCED_UP
  • βœ… Cloud is wide: WIDE (powyΕΌej .80 percentyl Ε›redniej z okresu)?
  • βœ… Cloud is thin: THIN (poniΕΌej .25 percentyl Ε›redniej z okresu)?

MACD

  • ☒️

SAR

  • βœ… Position change from above to below: DIRECTION_DOWN
  • βœ… Position change from below to above: DIRECTION_UP

Volume

For direction tokens the following map is being used:

period_map = {'1h': 48, '2h': 24, '3h': 16, 
              '6h': 28, '12h': 14, '24h': 14}
  • βœ… Volume getting lower: DIRECTION_DOWN
  • βœ… Volume getting higher: DIRECTION_UP
  • βœ… Volume spike (single/double high volume candle): VOLUME_SPIKE

price

  • βœ… Price slope5 > slope20 > slope70 > 0 MOVE_STRONG_UP
  • βœ… Price slope5 < slope20 < slope70 < 0 MOVE_STRONG_DOWN
  • βœ… Price slope5 > 0, slope20 < 0, slope70 < 0 MOVE_SMALL_UP
  • βœ… Price slope5 < 0, slope20 > 0, slope70 > 0 MOVE_SMALL_UP
  • βœ… Price slope5 > 0, slope20 > 0, slope70 < 0 MOVE_BIG_UP
  • βœ… Price slope5 < 0, slope20 < 0, slope70 > 0 MOVE_BIG_UP
  • ☒️ Day high : HIGHEST_DAY
  • ☒️ Week high: HIGHEST_WEEK
  • ☒️ Month high: HIGHEST_MONTH
  • ☒️ Day low : LOWEST_DAY
  • ☒️ Week low: LOWEST_WEEK
  • ☒️ Month low: LOWEST_MONTH
  • ☒️ DOWNTREND
  • ☒️ UPTREND
  • ☒️ Downtrend to uptrend reversal CHART_DU_REV
  • ☒️ Uptrend to downtrend reversal CHART_UD_REV
  • ☒️ Price moves horizontally CHART_HOR
Clone this wiki locally