An example and overview of the syminfo and tickerid functions to be able to access different tools. Here is an example of accessing the Bitfinex exchange (and requesting "instrument name") when another exchange is open (BINANCE:BTCUSDT) There is a difference in name between BINANCE:BTCUSDT and BITFINEX:BTCUSD exchanges
Try swapping // T = "BITFINEX:"+str.tostring(syminfo.basecurrency)+"USDT" //T = "BITFINEX:"+str.tostring(syminfo.basecurrency)+"USD" The script will show that this instrument does not exist "Error in the value of the instrument. There is no such currency!" Implemented Resolve error handling with the ignore_invalid_symbol=true parameter, this gives further processing of the script without errors. ---------------------------------------------------------- Пример и обзор функций syminfo и tickerid для возможности доступа к разным инструментам. Здесь реализован пример доступа к бирже Bitfinex(и запрос "названия инструмента"), когда открыта другая биржа (BINANCE:BTCUSDT) Существует разница в названии между биржами BINANCE:BTCUSDT и BITFINEX:BTCUSD
Попробуйте поменять // местами T = "BITFINEX:"+str.tostring(syminfo.basecurrency)+"USDT" //T = "BITFINEX:"+str.tostring(syminfo.basecurrency)+"USD" Скрипт выдаст, что данного инструмента нет "Ошибка в значении инструмента. Такой валюты нет!" Реализована Обработка ошибки Resolve error с помощью параметра ignore_invalid_symbol=true это дает дальнейшую обработку скрипта без ошибок.
In pieno spirito TradingView, l'autore di questo script lo ha pubblicato open-source, in modo che i trader possano comprenderlo e verificarlo. Un saluto all'autore! È possibile utilizzarlo gratuitamente, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.