I’m trying to create a Keltner Channel indicator in Pine Script, but I’m not sure how to build it from scratch. I want to create the indicator and plot it properly on the chart. Can anyone…
Solved discussions
AskI’m trying to create a Stochastic Oscillator in Pine Script to understand how the %K and %D lines are calculated instead of simply using the built-in indicator. I want to plot both lines…
I’m creating my own technical indicators in Pine Script and want to build an ATR indicator from scratch instead of using the built-in ATR. I want to understand how ATR measures market…
I’m trying to create a Fibonacci indicator in Pine Script where I can select a specific candle by entering its hour and minute. For example, if I enter 09:20 on a 5-minute chart, I want the…
I’m creating my own technical indicators in Pine Script and want to build a Donchian Channel from scratch instead of using a built-in indicator. I want to understand how the upper and lower…
Can we connect multiple tradingview strategies on same account ushing webhook?
I’m creating my own technical indicators in Pine Script and want to build an RSI indicator from scratch instead of using the built-in RSI. I want to understand how to calculate the RSI…
I’m creating my own technical indicators in Pine Script and want to build a MACD indicator from scratch instead of using a built-in indicator. I want to understand how the MACD Line, Signal…
I have an Expert Advisor (EA) installed in my MT5 and I want to send it to someone else so they can use it on their MT5. What is the correct way to find the EA file, send it, and install it…
So , if I have 6 different brokers and I’m into stock option trading so how will orders get executed at same rate at different broker and also how can I place stop loss in different broker…
Suppose i have a master account and i have connected multiple client account to it of different brokers. Some of broker require daily login by OTP. Is there any provision that client may…
I’m creating a trading strategy in Pine Script and I want to display the entry price, stop-loss, and target levels directly on the chart. What is the best way to plot these levels so that I…
I’m creating a trading strategy in Pine Script and I want to add a trailing stop-loss to it. How can I create a trailing stop that automatically moves in the direction of the trade as the…
I have created a position in the AlgoDelta Order Manager and configured both a Stop Loss and an End Time for that position. I’m a little confused about which one will exit the position if…
I’m creating alerts for my TradingView indicator and I noticed that Pine Script provides both alert() and alertcondition() . I’m a little confused about why there are two different…
I’m creating a TradingView indicator and currently I have to manually identify and draw support and resistance levels on the chart. I want my Pine Script to detect important price levels…
I’m creating a TradingView indicator and I have some logic that should execute only on the first candle of a new trading day. I don’t want to run that logic on every candle. I want to…
I’m creating a custom TradingView indicator and want to mark important levels and signals directly on the chart using Pine Script. I want to draw things like trend lines, rectangular zones…
I’m developing a trading strategy in Pine Script and want to highlight candles whenever my buy or sell conditions are met. Instead of only plotting signals, I’d like the candle colors to…
I’m developing my own TradingView indicator and I’ve seen many indicators display a dashboard on the chart showing values like Trend, EMA, RSI, ATR, Buy/Sell signals, and other useful…