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.
詳細