• Products
  • Community
  • Markets
  • News
  • Brokers
  • More
Get started
Community Scripts

artificial_intelligence

Trading Ideas 380 Educational Ideas 12
Scripts 16

Indicators, Strategies and Libraries

All Types
All Types
Indicators
Strategies
Libraries
Open Sources Only
Machine Learning Support and Resistance [AlgoAlpha]
EURUSD: Machine Learning Support and Resistance [AlgoAlpha]
AlgoAlpha AlgoAlpha Updated 

🚀 Elevate Your Trading with Machine Learning Dynamic Support and Resistance! The Machine Learning Dynamic Support and Resistance by AlgoAlpha leverages advanced machine learning techniques to identify dynamic support and resistance levels on your chart. This tool is designed to help traders spot key price levels where the market might reverse or stall, enhancing...

568
12
Correlation Clusters [LuxAlgo]
SPX: Correlation Clusters [LuxAlgo]
LuxAlgo LuxAlgo Wizard

The Correlation Clusters is a machine learning tool that allows traders to group sets of tickers with a similar correlation coefficient to a user-set reference ticker. The tool calculates the correlation coefficients between 10 user-set tickers and a user-set reference ticker, with the possibility of forming up to 10 clusters. 🔶 USAGE Applying...

500
1
Machine Learning Adaptive SuperTrend [AlgoAlpha]
BTCUSDT: Machine Learning Adaptive SuperTrend [AlgoAlpha]
AlgoAlpha AlgoAlpha Updated 

📈🤖 Machine Learning Adaptive SuperTrend - Take Your Trading to the Next Level! 🚀✨ Introducing the Machine Learning Adaptive SuperTrend , an advanced trading indicator designed to adapt to market volatility dynamically using machine learning techniques. This indicator employs k-means clustering to categorize market volatility into high, medium, and low levels,...

8042
96
AI SuperTrend x Pivot Percentile - Strategy [PresentTrading]
BTCUSD: AI SuperTrend x Pivot Percentile - Strategy [PresentTrading]
PresentTrading PresentTrading

█ Introduction and How it is Different The AI SuperTrend x Pivot Percentile strategy is a sophisticated trading approach that integrates AI-driven analysis with traditional technical indicators. Combining the AI SuperTrend with the Pivot Percentile strategy highlights several key advantages: 1. Enhanced Accuracy in Trend Prediction: The AI SuperTrend utilizes...

2282
14
Multi-TF AI SuperTrend with ADX - Strategy [PresentTrading]
BTCUSD: Multi-TF AI SuperTrend with ADX - Strategy [PresentTrading]
PresentTrading PresentTrading

## █ Introduction and How it is Different The trading strategy in question is an enhanced version of the SuperTrend indicator, combined with AI elements and an ADX filter. It's a multi-timeframe strategy that incorporates two SuperTrends from different timeframes and utilizes a k-nearest neighbors (KNN) algorithm for trend prediction. It's different from...

592
4
Machine Learning: Gaussian Process Regression [LuxAlgo]
SPX: Machine Learning: Gaussian Process Regression [LuxAlgo]
LuxAlgo LuxAlgo Wizard Updated 

We provide an implementation of the Gaussian Process Regression (GPR), a popular machine-learning method capable of estimating underlying trends in prices as well as forecasting them. While this implementation is adapted to real-time usage, do remember that forecasting trends in the market is challenging, do not use this tool as a standalone for your trading...

3468
28
Double AI Super Trend Trading - Strategy [PresentTrading]
BTCUSD: Double AI Super Trend Trading - Strategy [PresentTrading]
PresentTrading PresentTrading

█ Introduction and How It is Different The Double AI Super Trend Trading Strategy is a cutting-edge approach that leverages the power of not one, but two AI algorithms, in tandem with the SuperTrend technical indicator. The strategy aims to provide traders with enhanced precision in market entry and exit points. It is designed to adapt to market conditions...

1240
2
AI SuperTrend - Strategy [presentTrading]
BTCUSD: AI SuperTrend - Strategy [presentTrading]
PresentTrading PresentTrading

█ Introduction and How it is Different The AI Supertrend Strategy is a unique hybrid approach that employs both traditional technical indicators and machine learning techniques. Unlike standard strategies that rely solely on traditional indicators or mathematical models, this strategy integrates the power of k-Nearest Neighbors (KNN), a machine learning...

1800
14
FunctionNNLayer
BTCUSD: FunctionNNLayer
RicardoSantos RicardoSantos Wizard Updated 

Library "FunctionNNLayer" Generalized Neural Network Layer method. function(inputs, weights, n_nodes, activation_function, bias, alpha, scale) Generalized Layer.   Parameters:      inputs : float array, input values.      weights : float array, weight values.      n_nodes : int, number of nodes in layer.      activation_function : string, default='sigmoid',...

50
0
FunctionNNPerceptron
BTCUSD: FunctionNNPerceptron
RicardoSantos RicardoSantos Wizard

Library "FunctionNNPerceptron" Perceptron Function for Neural networks. function(inputs, weights, bias, activation_function, alpha, scale) generalized perceptron node for Neural Networks.   Parameters:      inputs : float array, the inputs of the perceptron.      weights : float array, the weights for inputs.      bias : float, default=1.0, the default bias...

35
1
MLActivationFunctions
BTCUSD: MLActivationFunctions
RicardoSantos RicardoSantos Wizard Updated 

Library "MLActivationFunctions" Activation functions for Neural networks. binary_step(value) Basic threshold output classifier to activate/deactivate neuron.   Parameters:      value : float, value to process.   Returns: float linear(value) Input is the same as output.   Parameters:      value : float, value to process.   Returns: float sigmoid(value) ...

33
2
MLLossFunctions
BTCUSD: MLLossFunctions
RicardoSantos RicardoSantos Wizard

Library "MLLossFunctions" Methods for Loss functions. mse(expects, predicts) Mean Squared Error (MSE) " MSE = 1/N * sum ((y - y')^2) ".   Parameters:      expects : float array, expected values.      predicts : float array, prediction values.   Returns: float binary_cross_entropy(expects, predicts) Binary Cross-Entropy Loss (log).   Parameters:     ...

26
0
Machine Learning / Longs [Experimental]
BTCUSDT: Machine Learning / Longs [Experimental]
LonesomeTheBlue LonesomeTheBlue Wizard Updated 

Hello Traders/Programmers, For long time I thought that if it's possible to make a script that has own memory and criterias in Pine. it would learn and find patterns as images according to given criterias. after we have arrays of strings, lines, labels I tried and made this experimental script. The script works only for Long positions. Now lets look at how it...

3389
83
ANN MACD WTI (West Texas Intermediate)
WTICOUSD: ANN MACD WTI (West Texas Intermediate)
Noldo Noldo

This script created by training WTI 4 hour data , 7 indicators and 12 Guppy Exponential Moving Averages. Details : Learning cycles: 1 AutoSave cycles: 100 Training error: 0.007593 ( Smaller than average target ! ) Input columns: 19 Output columns: 1 Excluded columns: 0 Training example rows: 300 Validating example rows: 0 Querying example rows: 0 Excluded...

232
1
ANN MACD S&P 500
SPX500USD: ANN MACD  S&P 500
Noldo Noldo

This script is formed by training the S & P 500 Index with various indicators. Details : Learning cycles: 78089 AutoSave cycles: 100 Training error: 0.011650 (Far less than the target, but acceptable.) Input columns: 19 Output columns: 1 Excluded columns: 0 Training example rows: 300 Validating example rows: 0 Querying example rows: 0 Excluded...

96
0
ANN MACD BTC v2.0
BTCUSD: ANN MACD BTC v2.0
Noldo Noldo

This script is the 2nd version of the BTC Deep Learning (ANN) system. Created with the following indicators and tools: RSI MACD MOM Bollinger Bands Guppy Exponential Moving Averages: (3,5,8,10,12,15,30,35,40,45,50,60) Note: I was inspired by the CM Guppy Ema script. Thank you very much to dear wroclai for his great help. He has been a big help in the deep...

237
13
Love in every #TradingView
60M+

Traders and investors use our platform.

#1

Top website in the world when it comes to all things investing.

1.5M+

Mobile reviews with 4.9 average rating. No other fintech apps are more loved.

10M+

Custom scripts and ideas shared by our users.

TradingView Chart on Instagram @Arcanebear.eth

@Arcanebear.eth

TradingView Chart on Instagram @arakerbabian

@arakerbabian

TradingView Chart on Instagram @cenobar

@cenobar

TradingView Chart on Instagram @christianrodriguezcdr

@christianrodriguezcdr

TradingView Chart on Instagram @stvmcg

@stvmcg

TradingView Chart on Instagram @kornevs

@kornevs

TradingView Chart on Instagram @marco_costanza_94

@marco_costanza_94

TradingView Chart on Instagram @trade.features

@trade.features

TradingView Chart on Instagram @horibuful

@horibuful

TradingView Chart on Instagram @johndollery

@johndollery

TradingView Chart on Instagram @tradeonwheels

@tradeonwheels

TradingView Chart on Instagram @notfundamental

@notfundamental

TradingView Chart on Instagram @tombaines_tts

@tombaines_tts

TradingView Chart on Instagram @tradingirls

@tradingirls

TradingView Chart on Instagram @voyager_far_and_wide

@voyager_far_and_wide

TradingView Chart on Instagram @TradingView

@TradingView

TradingView Chart on Instagram @neo_inversion

@neo_inversion

TradingView Chart on Instagram @carrrros

@carrrros

Alex Honnold on the rock

Whatever the trade

Here's whyHere's why
Products
  • Supercharts
  • Pine Script™
  • Stock Screener
  • ETF Screener
  • Forex Screener
  • Crypto Coins Screener
  • Crypto Pairs Screener
  • DEX Pairs Screener
  • Stock Heatmap
  • ETF Heatmap
  • Crypto Heatmap
  • Economic Calendar
  • Earnings Calendar
  • Sparks
  • News
  • TradingView Desktop
  • Mobile app
  • CME Group futures
  • Eurex futures
  • US stocks bundle
Company
  • About
  • Features
  • Pricing
  • Social network
  • Wall of Love
  • Athletes
  • Manifesto
  • Careers
  • Blog
  • Security vulnerability
  • Status page
  • Terms of use
  • Disclaimer
  • Privacy policy
  • Cookies policy
  • Media kit
  • Accessibility statement
  • Tarot cards for traders
Community
  • Refer a friend
  • Ideas
  • Scripts
  • House rules
  • Moderators
  • Pine Script™ Wizards
  • Chat
For business
  • Widgets
  • Advertising
  • Charting libraries
  • Lightweight Charts™
  • Advanced Charts
  • Trading Platform
  • Brokerage integration
  • Partner program
  • Education program
Download on the App Store Download on the App Store Get it on Google Play Get it on Google Play
Download Desktop app Download Desktop app Trade on TradingView Trade on TradingView
Select market data provided by ICE Data Services Select reference data provided by FactSet. Copyright © 2024 FactSet Research Systems Inc. © 2024 TradingView, Inc.