Market Score Functions
The Market Score function library uses a single main function to find the best market: fnGetBestMarket
The function fnGetBestMarket uses any of the available Market Functions to calculate the market score for all markets.
The built-in Market Functions are:
- fnGetVolatility
- fnGetVolume
- fnGetTrendUp
- fnGetTrendDown
- fnGetBreakOut
Note: Any number of Market Functions can be added.