TradingView
MetatronCubist
Feb 7, 2019 3:24 PM

MoonLaunchr Key Fibonacci Levels 

Bitcoin / U.S. dollarBitstamp

描述

// Script that will display the Key Fibonacci levels.
// There are 2 use cases:
// 1. The highest and lowest prices within view are used by default (pinned to left).
//
// 2. Affix the indicator to the same axis as the price instrument in order to view the long-term state of play (previous 20,000 candles).
//----Set different candle period lengths in order to increase or reduce the amount of time that the indicator will reference back to.

版本注释

Script that will display the Key Fibonacci levels.
There are 2 use cases:
  • The highest and lowest prices within view are used by default (pinned to left).
  • Affix the indicator to the same axis as the price instrument in order to view the long-term state of play (previous 20,000 candles). Set different candle period lengths in order to increase or reduce the amount of time that the indicator will reference back to.

版本注释

Add Price Tracker option that can be switched on or off in the options.
This extends the fib lines to the end of the chart screen.
On by default.

Happy trading!

版本注释

Minor update
更多