Console📕 Console Library
🔷 Introduction
This script is an adaptation of the classic JavaScript console script. It provides a simple way to display data in a console-like table format for debugging purposes.
While there are many nice console/logger scripts out there, my personal goal was to achieve inline functionality and visual object (label, lines) logging .
🔷 How to Use
◼ 1. Import the Console library into your script:
import cryptolinx/Console/1
- or -
Instead of the library namespace, you can define a custom namespace as alias.
import cryptolinx/Console/1 as c
◼ 2. Create and init a new `` object.
The `init()` method is used to initialize the console object with default settings. It can be used to customize it.
// When using the `var` keyword in a declaration, the logs will act as ever-forwarding.
// Without `var`, the `console` variable will be redeclared every time `bar` is called.
// var console = Console.terminal.new(log_position=position.bottom_left, prefix = '> ', show_no = true)
- or -
If you has set up an alias before.
var console = c.terminal.new().init()
◼ 3. Logging
// inline ✨
array testArray = array.new(3, .0).log(console)
// basic
console.log(testArray)
// inline ✨
var testLabel = label.new(bar_index, close, 'Label Text').log(console)
// basic
console.log(testLabel)
// It is also possible to use `().` for literals ✨.
int a = 100
testCalc = (5 * 100).log(console) + a.log(console) // SUM: 600
console.
.empty()
.log('SUM' + WS + testCalc.tostring())
◼ 4. Visibility
Finally, we need to call the `show()` method to display the logged messages in the console.
console.show(true) // True by default. Simply turn it on or off
Terminal
Noldo Blockchain Cryptocurrency Indicator
Hello, this script has the same logic as Noldo CFTC COT Forex Indicator :
And Noldo CFTC COT Commodities Indicator :
*
Script briefly calculates the period length between two signals of Pivot Reversal Strategy when new signal arrives and allows us to see relative Blockchain data and price changes of Major Cryptocurrencies over that automatic length.
This saves us from the hassle and time wasting of searching for a reference point.
Usage
This script works only on all Bitcoin / U.S Dollar pairs and futures.
It only works on 1W graphics.
ICOT data are pulled via Quandl
NOTE :
Since blockchain data is very votalile, 7-day ema values are adjusted to take into account.
Regards.
Noldo CFTC COT Commodities IndicatorHi.
Hello, this script has the same logic as Noldo CFTC COT Forex indicator :
It is the version for the future markets.
Major future assets are the subject.
Usage
This script works only on SPGSCI (S&P Goldman Sachs Commodity Index).
You must open SPGSCI :
www.tradingview.com
It only works on 1W graphics.
Because COT data is announced on Tuesday, it will cause repaint every Tuesday.
However, since it is a terminal, this factor is not strong enough to affect your decisions.
For use, you should open the bottom panel, go a little to the right in the history section and enlarge the panel you have opened.
The terminal will take its form in the presentation and provide analysis on the big screen.
COT data are pulled via Quandl.
Regards.
Terminal : Important U.S Indices Change (%) DataHello.
This script is a simple U.S Indices Data Terminal.
You can also set the period to look back manually in the menu.
In this way, an idea can be obtained about Major U.S Indices.
Features
Value changes on a percentage basis (%)
Recently, due to increasing interest, the NQNACE index has been added.
Index descriptions are printed on the information panel.
Sentiment NYSE ARCA and AMEX indices added.
Indices
SP1! : S&P 500 Futures Index
DJI : Dow Jones Industrial Average Index
NDX : Nasdaq 100 Index
RUT : Russell 2000 Index
NYA : NYSE Composite Index
OSX : PHLX Oil Service Sector Index
HGX : PHLX Housing Sector Index
UTY : PHLX Utility Sector Index
SOX : PHLX Semiconductor Sector Index
SPSIBI : S&P Biotechnology Select Industry Index
XNG : NYSE ARCA Natural Gas Index
SPGSCI : S&P Goldman Sachs Commodity Index
XAU : PHLX Gold and Silver Sector Index
SPSIOP : S&P Oil and Gas Exploration and Production Select Industry Index
GDM : NYSE ARCA Gold Miners Index
DRG : NYSE ARCA Pharmaceutical Index
TOB : NYSE ARCA Tobacco Index
DFI : NYSE ARCA Defense Index
NWX : NYSE ARCA Networking Index
XCI : NYSE ARCA Computer Technology
XOI : AMEX Oil Index
XAL : AMEX Airline Index
NQNACE : Nasdaq Yewno North America Cannabis Economy Index
General Data TerminalHello.
This script is a simple General Data Terminal.
You can also set the period to look back manually in the menu.
In this way, an idea can be obtained about Global Markets.
Note : TIO = Iron Ore
Regards.
Basic Cryptocurrency TerminalHello,
This script is a simple Cryptocurrency Terminal.
It serves the same purpose as Heatmaps.
You can also set the period to look back manually in the menu.
Major Cryptocurrencies are taken into account.
And various Blockchain data are shown in the information panel.
In this way, an idea can be obtained about Cryptocurrency Market.
It is visually more convenient and clear to use in an indicator window under the chart, not on the chart, as follows:
Regards.
Live Mini Terminal 7 : Major Cryptocurrencies Change DataThis script displays relative data changes occurring in the adjustable period and/or adaptive automatic period in U.S Dollar based Major Cryptocurrencies.
This script was inspired by the data terminals used by commercial traders.
Period selection can be set in the menu.
This script uses the adaptive period algorithm used by Autonomous LSTM and Relativity scripts.
Or you can set the period manually from the menu.
For more information about adaptive period:
This script works only for 1 day (1D) and 1 week (1W) time frames.
Since usage of Blockchain Data, the most efficient time frame is 1 week (1W) .
Features
Value changes on a percentage basis (%)
The Info Panel contains percentage-based blockchain data changes.
CRYPTOCURRENCIES
BTC : Bitcoin
ETH : Ethereum
XRP : Ripple
BCH : Bitcoin Cash
LTC : Litecoin
EOS : EOS
BNB : Binance Coin
XLM : Stellar
TRX : Tron
XTZ : Tezos
ADA : Cardano
INFO PANEL
Average Blockchain Size change data
API Blockchain Size change data
Miners Revenue change data
Hash Rate change data
Bitcoin Cost Per Transaction change data
Bitcoin Transaction Volume change data
Bitcoin Total Number of Transactions change data
USAGE
The script can be used as an indicator by putting it under the chart as shown above.
It is necessary to enlarge to see clearly.
Since it is not often looked at,
such use is the best method for healthy interpretation.
Best regards.
Live Mini Terminal 6 : Major U.S Indices Change DataThis script displays relative data changes occurring in the adjustable period and/or adaptive automatic period in US Major Indices.
It was inspired by the data terminals used by commercial traders.
Period selection can be adjusted in the menu.
This script uses the adaptive period algorithm used by Autonomous LSTM and Relativity scripts.
Or you can set the period manually from the menu.
For more information about adaptive period this script uses:
This script works only for 1 day (1D) and 1 week (1W) time frames.
The most efficient time frame is 1 week (1W) because of different time-zones .
Features
Value changes on a percentage basis (%)
Recently, due to increasing interest, the NQNACE index has been added.
Index descriptions are printed on the information panel.
Sentiment NYSE ARCA and AMEX indices added.
INSTRUMENTS
SP1! : S&P 500 Futures Index
DJI : Dow Jones Industrial Average Index
NDX : Nasdaq 100 Index
RUT : Russell 2000 Index
NYA : NYSE Composite Index
OSX : PHLX Oil Service Sector Index
HGX : PHLX Housing Sector Index
UTY : PHLX Utility Sector Index
SOX : PHLX Semiconductor Sector Index
SPSIBI : S&P Biotechnology Select Industry Index
XNG : NYSE ARCA Natural Gas Index
SPGSCI : S&P Goldman Sachs Commodity Index
XAU : PHLX Gold and Silver Sector Index
SPSIOP : S&P Oil and Gas Exploration and Production Select Industry Index
GDM : NYSE ARCA Gold Miners Index
DRG : NYSE ARCA Pharmaceutical Index
TOB : NYSE ARCA Tobacco Index
DFI : NYSE ARCA Defense Index
NWX : NYSE ARCA Networking Index
XCI : NYSE ARCA Computer Technology
XOI : AMEX Oil Index
XAL : AMEX Airline Index
NQNACE : Nasdaq Yewno North America Cannabis Economy Index
USAGE
The script can be used as an indicator by putting it under the chart as shown above.
It is necessary to enlarge to see clearly.
Since it is not often looked at,such use is the best method for healthy interpretation.
Regards.
Live Mini Terminal 5 : MSCI Emerging Countries Change DataThis script displays relative data changes occurring in the adjustable period and/or adaptive automatic period in MSCI Emerging Countries against U.S Dollar.
Concept and design were inspired by the data terminals used by commercial traders.
Period selection can be set in the menu.
This script uses the adaptive period algorithm used by Autonomous LSTM and Relativity scripts.
Or you can set the period manually from the menu.
For more information about adaptive period:
This script works only for 1 day (1D) and 1 week (1W) time frames.
The most efficient time frame is 1 week (1W) because of countries' different time-zones .
Features
Value changes on a percentage basis (%) .
10-year government bond yields of the countries are given in the information panel.
In the information panel, the percentage values of the 10-year interest rates of the countries according to the adaptive period or the standard adjustable period are given.
INSTRUMENTS
DXY : U.S Dollar Index
BRL : Brazilian Real
CNH : Off-Shore Chineese Yuan (RMB)
INR : Indian Rupee
IDR : Indonesian Rupiah
RUB : Russian Ruble
TRY : Turkish Lira
MXN : Mexican Peso
ZAR : South African Rand
TWD : Taiwan New Dollar
PLN : Polish Zloty
Info Panel
NOTE :
* In Mexico and Russia, 10-year bond yields were not taken into account as there was no correct provision.
If data added to the site, it will be added to the system and updated.
Info Panel List
US10Y : US Government Bonds 10 Year Yield (%) and percentage change over the specified period.
BR10Y : Brazil Government Bonds 10 Year Yield (%) and percentage change over the specified period.
CN10Y : China Government Bonds 10 Year Yield (%) and percentage change over the specified period.
IN10Y : India Government Bonds 10 Year Yield (%) and percentage change over the specified period.
ID10Y : Indonesia Government Bonds 10 Year Yield (%) and percentage change over the specified period.
NZ10Y : New Zealand Government Bonds 10 Year Yield (%) and percentage change over the specified period.
TR10Y : Turkey Government Bonds 10 Year Yield (%) and percentage change over the specified period.
SA10Y : South Africa Government Bonds 10 Year Yield (%) and percentage change over the specified period.
TW10Y :Taiwan Government Bonds 10 Year Yield (%) and percentage change over the specified period.
PL10Y :Poland Government Bonds 10 Year Yield (%) and percentage change over the specified period.
USAGE
The script can be used as an indicator by putting it under the chart as shown above.
It is necessary to enlarge to see clearly.
Since it is not often looked at,such use is the best method for healthy interpretation.
Regards.
Live Mini Terminal 3 : Relative Forex & Futures Change DataThis script displays relative data changes occurring in the adjustable period and/or adaptive automatic period in the rest liquid futures.
It was inspired by the data terminals used by commercial traders.
Period selection can be set in the menu.
This script uses the adaptive period algorithm used by Autonomous LSTM and Relativity scripts.
Or you can set the period manually from the menu.
For more information about adaptive period:
This script works only for 1 day (1D) and 1 week (1W) time frames.
Since COT data is used, the most efficient time frame is 1 week (1W) .
Features
Value changes on a percentage basis (%)
Commitment of Traders position changes on a percentage basis :
Net position percentage is calculated as Short - Long and there is no inverse relationship.
Direct relationship is provided.
Due to the advantage of movement, future data were drawn instead of spot values on the required instruments.
The script provides the opportunity to comment on all major and minor Forex parities with liquid futures.
INSTRUMENTS
Euro Futures (EURUSD)
British Pound Futures (GBPUSD)
Canadian Dollar Futures (CADUSD)
Swiss Franc Futures (CHFUSD)
Australian Dollar Futures (AUDUSD)
New Zealand Dollar Futures (NZDUSD)
Corn Futures
Soybeans Futures
Sugar Futures
Wheat Futures
Copper Futures (XCU)
Platinum Futures (XPT)
Position Change InfoPanel
Position definition for the related instruments and data were taken and the calculations were made.
USAGE
The script can be used as an indicator by putting it under the chart as shown above.
It is necessary to enlarge to see clearly.
Since it is not often looked at, such use under chart is the best method for healthy interpretation.
Regards.
Live Mini Terminal 2 : Relative USD Based Stock Markets Change This script displays relative data changes occurring in the adjustable period and/or adaptive automatic period in various stock markets.
It was inspired by the data terminals used by commercial traders.
Period selection can be set in the menu.
This script uses the adaptive period algorithm used by Autonomous LSTM and Relativity scripts.
Or you can set the period manually from the menu.
For more information about adaptive period this script uses:
This script works only for 1 day (1D) and 1 week (1W) time frames.
The most efficient time frame is 1 week because of different time-zones (1W) .
Features
Value changes on a percentage basis (%)
Stock exchange values are calculated in dollar terms.
Due to the advantage of movement, future data were chosen instead of spot values on the required instruments.
INSTRUMENTS
Usa : S&P 500 Futures
Japan: Nikkei 225 Futures
England: United Kingdom (FTSE) 100
Australia: Australia 200
Canada: S&P / TSX Composite
Switzerland: Swiss Market Index
New Zealand: NZX 50 Index
China: SSE Composite (000001)
Denmark: OMX Copenhagen 25 Index
Hong-Kong: Hang Seng Index Futures
India: Nifty 50
Norway: Oslo Bors All Share Index
Russia: MOEX Russia Index
Sweden: OMX Stockholm Index
Singapore: Singapore 30
Turkey: BIST 100
South Africa: South Africa Top 40 Index
Spain: IBEX 35
France: CAC 40
Italy: FTSE MIB Index
Netherlands: Netherlands 25
Germany : DAX
USAGE
The script can be used as an indicator by putting it under the chart as shown above.
It is necessary to enlarge to see clearly.
Since it is not often looked at,such use is the best method for healthy interpretation.
Live Mini Terminal 1 : Relative General Data ChangeThis script displays relative data changes occurring in the adjustable period and/or adaptive automatic period in various markets.
It was inspired by the data terminals used by commercial traders.
Period selection can be set in the menu.
This script uses the adaptive period algorithm used by Autonomous LSTM and Relativity scripts.
Or you can set the period manually from the menu.
For more information about adaptive period this script uses:
This script works only for 1 day (1D) and 1 week (1W) time frames.
Since COT data is used, the most efficient time frame is 1 week (1W) .
Features
Value changes on a percentage basis (%)
Commitment of Traders position changes on a percentage basis :
Net position percentage is calculated as Short - Long and there is no inverse relationship.
Direct relationship is provided.
Due to the advantage of movement, future data were drawn instead of spot values on the required instruments.
INSTRUMENTS
US10Y : U.S Government Bonds 10 Year Yields
VIX : CBOE Volatility Index (S&P 500 VIX )
GOLD : XAUUSD : Gold
WTI : West Texas Intermediate : USOIL , Crude Oil
BCO : Brent Crude Oil : UKOIL , Light Crude Oil
SP500 : S&P 500 Index
DXY : US Dollar Index
TIO : Iron Ore : Iron Ore %62 Fe CFR China Futures
XAG : SI : Silver
NG : Natural Gas
JPYUSD : Japanese Yen
EURUSD : Euro/Dollar
Position Change InfoPanel
10 US T-Bond positions are used because there is no position equivalent in US10Y.
In other instruments, the corresponding position provisions are written and their changes are calculated.
USAGE
The script can be used as an indicator by putting it under the chart as shown above.
It is necessary to enlarge to see clearly.
Since it is not often looked at,
such use is the best method for healthy interpretation.