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…
Solved discussions
AskI’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 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…
Can I use the same static IP for all my accounts? How does it work? Please explain.
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…
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?
I am using a Fyers account, and when I check the Order Details tab, it shows the following warning: “Failed – Request rejected. Order placement restricted. Algo orders are not allowed from…
I know that the JSON Bridge is used to execute trades through JSON-based signals from platforms like TradingView. But I’m not sure about the proper process to create it and get started. Can…
I am a developer and have built my own strategy in Python that monitors NIFTY. What I want is that whenever my Python code generates a Buy signal, AlgoDelta should execute whatever is…
I want to understand the standard way of configuring TradingView alerts while using AlgoDelta’s Custom Bridge with strategy. What is the ideal setup for creating alerts with a TradingView…
I understand how to connect a TradingView strategy with AlgoDelta’s Custom Bridge. But if I am using an indicator instead of a strategy, then I believe I need to create two separate alerts…
Hi everyone, I’m creating a custom indicator in Pine Script, and I want most of the indicator to appear in a separate pane below the chart. However, I also want to plot a few things, such…
Hi everyone, I’m learning Pine Script and I want to create a Supertrend indicator from scratch instead of using the built-in function. Can someone explain how the Supertrend indicator works…