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…
All Discussions
AskI’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…
I’m creating my own TradingView indicator in Pine Script, but currently all the values like EMA length, RSI period, colors, and other settings are hardcoded. I want users to be able to…
I’m creating my own indicator in TradingView using Pine Script. The indicator is already generating Buy and Sell signals on the chart, but now I want TradingView to create alerts…
I’m using the Strategy Order syntax in the JSON Bridge with TradingView, and I understand how it works. However, I also noticed there are other syntax generators available such as Limit…
I’m developing an Expert Advisor (EA) in MT5 and I need to know why my previous trade was closed. For example, if a Buy position gets closed, I want my EA to detect whether it was closed…
I’m currently using a Custom Bridge/JSON Bridge in AlgoDelta, but for a few days I don’t want any orders to be placed. I also don’t want to delete the bridge because it’s already connected…
I’m developing my own TradingView strategy and I’ve noticed that sometimes it keeps generating Buy or Sell entries repeatedly, even though I’m already in an open position. I only want my…
I’m using a TradingView strategy with AlgoDelta, but sometimes multiple alerts are triggered within a short period of time. Because of this, I’m worried that duplicate orders might get…
Since the new 2026 rules, my bot keeps getting “Order Rejected: Market Orders not allowed for Algos.” I switched to Limit orders, but they just sit in the order book while the price flies…
I’m using Camarilla pivot in my algo and calculating it from 1-minute candles. I’m already checking HLC properly, but still the pivot levels are not matching chart values. Am I missing…
I’m building an algo trading system and need to fetch historical data (like 1-minute candles) from Zerodha.I saw the historical\_data function but not sure what’s the correct way to use it…
Can I use the same static IP for all my accounts? How does it work? Please explain.
I am receiving live tick data from Zerodha WebSocket, but indicators like Supertrend and others require candle data.How can I correctly convert live ticks into 1-minute candles in…
SOLVED PNL is not showing
I have 37 accounts, but the PNL is not showing in my Groww and Kotak accounts.
SOLVED “failed – Invalid IP”
I am using the Dhan broker. It has been successfully added, but when I place an order in the master account, it gives me a warning like this in the Order Details tab. What should I do?