Write your own strategy and use Hodl to Sodl to send Alerts for when to buy & sell, and automatically plot your anticipated buys/sells to the chart. A must have for AutoView users. Requires Pine Script coding. Not compatible with "Strategy Tester" tab and "Paper Trading" tab in TradingView. Hodl-Sodl itself is not a strategy. It is a framework for building...
This is a simple rate converter that can convert almost anything into almost anything else. It supports cryptocurrencies, currencies and most commodities. On the chart we see the following: USD (US Dollar) into EUR (Euro) as a candle stick chart WTICO (West Texas Intermediate Crude Oil) into ISK (Icelandic Krona) as a bar chart ADA (Cardano) into JMD...
IGNORE PREVIOUS SCRIPT/POST (titled: "yuan normiz") If you like to look add symbols that are valued in China's Yuan and want to convert them to USD accurately then this is the perfect script for you. "I'm not sure if this script is for me. Does my setup apply here?" If either of these resemble your chart setup then this is for you: Example...
I wrote this script to display WAVAX equivalents as USDT.e while trading on the Avalanche network (The USDT.e value is taken from the Pangolin exchange).
Library "into" convert literals by type, Same-types left in for bulk reasons. TODO: Expand Types b(string) Convert string to bool. Parameters: string : val A string value. Returns: Bool. b(bool) Pass Bool/bool Parameters: bool : Returns: Bool. b(float) Convert Float (True if exists and not 0) Parameters: float : val A...
Library "Hex" Hex String Utility intToHex(_n) helper Binary half octet to hex character Parameters: _n : Digits to convert fromDigits(_input, _buffer) Digits to Hex String output Parameters: _input : Integer Input _buffer : Number of 0's to pad Hex with Returns: string output hex character value buffered to desired length (00-ff default)
Library "ConverterTF" I have found a bug Regarding the timeframe display, on the chart I have found that the display is numeric, for example 4Hr timeframe instead of '4H', but it turns out to be '240', which I want it to be displayed in abbreviated form. And in all other timeframes it's the same. So this library was created to solve those problems. It converts...
This library is used to convert Text type numbers are numbers. Library "StringtoNumber" str1 = '12340' , vv = numstrToNum(str1) numstrToNum() Example // This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org // © hapharmonic //@version=5 indicator("My Script") import hapharmonic/StringtoNumber/1 as CV TF =...
Library "TimeframeToMinutes" The timeframeToMinutes() function returns the number of minutes in an arbitrary timeframe string. timeframeToMinutes() Returns the number of minutes in the supplied timeframe string, which is arbitrary, i.e. it doesn't have to be the timeframe of the current chart but can be taken from an input. The sole advantage over the short...
This script shows USD equivalent price which converted from BTCJPY and BTCKRW by fetching latest rate of those local currencies. By using this script, you can easy to compare the difference of BTC price in USD, JPY and KRW. Fetching price from BitFlyer for BTCJPY, Bithumb for BTCKRW. Enjoy!
apply to symbols expressed/valued in Chinese Yuan to automatically divide the symbol by FX:USDCNH. For example, I like to apply OKCOIN:BTCCNY to my main BTCUSD chart to compare, but I'd like to have the value for BTCCNY converted to USD for each tick---whether USDCNY was 6.30 or 6.80. This is a very narrow use script designed to be applied on top of of symbols...