TradingView
allanster
2022년 2월 12일 오전 12시 32분

How To Identify Argument Type Of Number Using Overloads 

Bitcoin / United States DollarCoinbase

설명

Example overload functions accept loading of _value for types float, int, or string, then positively identifies the actual argument type of that specific loaded _value.

릴리즈 노트

Revision 1

Declaration for mutability of 'identify' variable was not needed, removed initial declaration and changed 'identify' variable to non mutable.

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 2

Refactored the functions used for identifying int and float.
더보기