I have created a ChartInk Group where the default transaction type is Buy. But suppose I manually configure one particular stock as Sell inside that group. In that case, what will happen…
Top discussions
AskI want to use the Custom Bridge in AlgoDelta because I know it can be connected with platforms like TradingView and MT5. But I’m not sure about the proper process to create it. Can someone…
At present, I am running and executing my strategy in MT5. Now what I want is that whenever a Buy or Sell signal comes from MT5, the order should be executed in the Futures contracts…
I’m developing an Expert Advisor in MT5 and I currently use the Print() function to check values like Trend, Entry Price, Stop Loss, Target, Current Profit, ATR, EMA, RSI, and other…
I’m creating an Expert Advisor in MT5 and I only want my strategy logic to run once whenever a new candle is formed. I know OnTick() executes on every incoming tick, but I don’t want my…
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 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 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 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 have been using your software for the last 9 days. How can I view all my trading account positions on a single screen? Please guide me through the steps.
When sending webhook payloads, my alerts fail on nested quotes and special characters. How can I validate the JSON before sending? { "symbol": "{{ticker}}", "action"…
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…
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 select the master account as the zerodha’s account now its necessary that I select the master as zerodha so I must have to select the zerodha as child ?
What happens if I (or my client) manually closes a trade directly in the Zerodha app instead of through the AlgoDelta panel? Will the system get confused and try to close it again, or will…
SOLVED PNL is not showing
I have 37 accounts, but the PNL is not showing in my Groww and Kotak accounts.
I have a strategy running on TradingView and it already generated a BUY signal. But I connected the Custom Bridge a few seconds later, so the signal was missed. Now I want to enter the…
I have created a group in AlgoDelta and added both a Master account and multiple Child accounts. Now I’m using features like JSON Bridge and Order Manager with that group. I’m a little…
I want to use the ChartInk feature in AlgoDelta, but I’m not sure how to create a ChartInk Group and what settings I need to configure while creating it. Can someone guide me through the…
I’m currently using the JSON Bridge and Custom Bridge in AlgoDelta. But I noticed there is also a ChartInk feature available. I’m a little curious about how it works. Is it similar to…