TradingView
allanster
Jun 1, 2021 11:06 AM

To Integer Function 

Bitcoin / United States DollarCoinbase

描述

Custom toInteger() function accepts and truncates the following forms: const, input, simple, and series of the following types: float, integer, and string.

Special thanks and credit to BeeHolder for idea on using ‎str.format("{0}", string) as workaround for accepting and handling string types!

NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!

版本注释

Revision 1

Added behavior in function for the removal of commas which are present as thousands separators in numbers of type string.

版本注释

Updated for Pine Script v5.
评论
Duyck
Very useful function!
Gr, JD.
allanster
@Duyck, thanks Neo! : p
dgtrd
thanks wise man
allanster
@dgtrd, those words coming from you are much appreciated!
Pratik_4Clover
Thank you for presenting the idea ^^
allanster
@Pratik_4Clover, thanks for your interest and comment.
更多