TradingView
allanster
Feb 12, 2022 12:32 AM

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.
更多