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…
Trending discussions
AskI’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 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…
I already have a strategy running in MT5. What I want is that whenever a Buy or Sell signal comes from my MT5 strategy, the order should be executed through AlgoDelta using the JSON Bridge…
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…
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…
Recently, I noticed that the JSON Bridge Syntax Generator has multiple options such as Limit Order, SL Order, Square Off Position, and others. I mostly use Strategy Orders, so I’m a little…
Hi everyone, While configuring the Option JSON Bridge, I came across the Premium Based Selection Type. I’m not sure how it works. How does the platform choose an option contract based on…
I recently tried placing an order, but it got rejected with an error saying something like: IP Not Whitelisted I’m not sure what this means. Why is this happening and how can I fix it?
Recently I started using Order Manager in AlgoDelta and noticed the Trailing option while adding a position. I understand the basic concept of trailing stop loss, but I want to know exactly…
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 created my custom bridge and already configured the upside/downside execution. Now I want to connect this bridge with my TradingView strategy, but I’m getting confused about the webhook…
I usually draw trendlines or horizontal lines in TradingView and want to place trades through AlgoDelta whenever the price crosses those lines. Is it possible to automate this using alerts…
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…
How do I add an AC Agarwal account? Please give me step-by-step guidance.
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…
While creating a position in Order Manager, I noticed there are multiple Target and Stop Loss types available such as LTP, Candle, Percentage, and Points. I’m a little confused about when…
I am using the groups now I see the option multiplier and I want to know about it more that what is the use of that so can anyone have idea about it ?
I have a strategy on the Nifty chart in TradingView. My logic is simple: When BUY signal comes → Buy Call Option When SELL signal comes → Buy Put Option Can AlgoDelta have a kind of feature…
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…