This PowerShell script retrieves the most used TradingView.com indicators list (that have over 10000 follower/linker).
- Clone this repository.
- Open PowerShell.
- . Source this file
- Run the
Get-TradingViewIndicatorsList
function to get the filtered list of indicators. - Export the results to a CSV file using the following command:
Get-TradingViewIndicatorsList | Export-Csv -Path MostUseTradingViewIndicatorsList.csv -NoTypeInformation -Encoding utf8