TradingView
allanster
12 feb 2022 00:32

How To Identify Argument Type Of Number Using Overloads 

Bitcoin / United States DollarCoinbase

Beskrivning

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.

Versionsinformation

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!

Versionsinformation

Revision 2

Refactored the functions used for identifying int and float.
Mer