22 Feb 2025, 16:54 UTC≈6,880 views15 reactionsread 12 August 2026 //@version=6
indicator("Crypto Pair Selector", overlay=true)
// Define a list of crypto pairs
cryptoPairs = input.string("BINANCE:BTCUSDT", title="Choose Crypto Pair", options=["BINANCE:BTCUSDT", "BINANCE:ETHUSDT", "BINANCE:XRPUSDT", "BINANCE:LTCUSDT", "BINANCE:NOTUSDT", "BINANCE:TRXUSDT", "BINANCE:SHIBUSDT", "BINANCE:TONUSDT", "BINANCE:SOLUSDT", "BINANCE:DOGEUSDT"])
// Add input for price type selection
priceType …
👍13🥴2
22 Feb 2025, 16:54 UTC≈6,100 views4 reactionsread 12 August 2026 Photo
Crypto Pair Selector
#For_Future_Developments
#MyCode
@pinescripter
👍3🥴1
14 Feb 2025, 16:28 UTC≈7,350 views7 reactionsread 12 August 2026 File
@pinescripter
👍7
14 Feb 2025, 16:28 UTC≈7,050 views70 reactionsread 12 August 2026 Photo
Momentum Cloud Bollinger Bands
Main credits goes to Waldo
Updated and modified for better functioning
@pinescripter
👍35🤩19🔥13👌2❤🔥1
14 Feb 2025, 12:40 UTC≈6,370 views28 reactionsread 12 August 2026 //@version=6
indicator("Fear and Greed Indicator", overlay=true)
// Parameters
volumeLength = input.int(20, title="Volume SMA Length")
rsiLength = input.int(14, title="RSI Length")
rsiOverbought = input.int(70, title="RSI Overbought Level")
rsiOversold = input.int(30, title="RSI Oversold Level")
rsiSensitivity = input.float(1.0, title="RSI Sensitivity", minval=0.1, step=0.1) // Added RSI Sensitivity
volumeSensitivi…
🤩13👍10🔥4👌1
14 Feb 2025, 12:39 UTC≈5,160 views4 reactionsread 12 August 2026 Photo
Fear and Greed Indicator
#MyCode
@pinescripter
👍4
10 Feb 2025, 07:35 UTC≈6,850 views64 reactionsread 12 August 2026 New Revision to Show/Hide Signals and Arrows in settings:
//@version=6
strategy(title="AL Brooks Price Action with MACD Signals", shorttitle="AL Brooks PA + MACD", overlay=true)
// Inputs
length = input.int(52, title="Moving Average Length", minval=1)
riskRewardRatio = input.float(2.0, title="Risk/Reward Ratio", minval=1.0)
stopLossBuffer = input.float(0.01, title="Stop Loss Buffer (in %)", minval=0.001)
candleType…
👍26🤩17🔥16👎2🥴2👌1
9 Feb 2025, 15:00 UTC≈6,220 views16 reactions6 Starsread 12 August 2026 //@version=6
strategy(title="Al Brooks Price Action with MACD Signals", shorttitle="Al Brooks PA + MACD", overlay=true)
// Inputs
length = input.int(52, title="Moving Average Length", minval=1)
riskRewardRatio = input.float(2.0, title="Risk/Reward Ratio", minval=1.0)
stopLossBuffer = input.float(0.01, title="Stop Loss Buffer (in %)", minval=0.001)
candleType = input.string("Close", title="Candle Type", options=["Clo…
👍14👎2
9 Feb 2025, 15:00 UTC≈6,200 views6 reactionsread 12 August 2026 Photo
Strategy - Al Brooks Price Action with MACD Signals
#MyCode
@pinescripter
🔥6
7 Feb 2025, 17:50 UTC≈6,670 views13 reactionsread 12 August 2026 ICT Price Action - based on Equilibrium Point (EP)
This Pine Script code defines an indicator named "ICT Price Action - based on Equilibrium Point (EP)" which aims to identify key price levels using Fibonacci retracement levels and an equilibrium point. The script takes input parameters for two Fibonacci retracement levels (0.618 and 0.382) and calculates the highest high and lowest low over a specified lookback peri…
👍11🤩2
7 Feb 2025, 17:50 UTC≈6,060 viewsread 12 August 2026 Photo
ICT Price Action - based on Equilibrium Point (EP)
#MyCode
@pinescripter
6 Feb 2025, 16:13 UTC≈5,560 views17 reactionsread 12 August 2026 Al Brooks Price Action with MACD Signals
#MyCode
@pinescripter
The provided Pine Script code implements an Al Brooks price action trading strategy that allows users to choose between using the closing or opening price of candles for generating buy and sell signals. The script calculates a simple moving average (SMA) to determine the trend direction and uses the MACD indicator to assess momentum. A buy signal is trig…
👍14🔥3
Showing the 12 most recent of 20 posts we hold for @pinescripter. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.