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…
Radhesh Joshi
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…
SOLVED How can I draw Buy/Sell arrows or symbols on the MT5 chart when my strategy generates a signal?
I’m developing an MT5 strategy, and whenever my Buy or Sell condition is satisfied, I’d like to display an arrow or some symbol on the chart exactly at that candle. For example, if a…
I’m currently using the JSON Bridge for my combined Stop Loss and Target. But now I want something more advanced. I already have one group in AlgoDelta. What I want is to create multiple…
I trade only intraday. Right now, I have to manually square off my positions every day before the broker’s auto square-off time. Sometimes I forget or I’m away from the screen. Is there any…
I want to create a group in AlgoDelta, but I’m getting confused about the Master and Child account setup. Which account should I select as Master? Which one should be Child? And how do I…
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 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 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 have noticed something strange while trading in MT5. Whenever I open a Sell position, sometimes the Stop Loss or Target gets hit even though the Bid price on the chart hasn’t reached that…
Hi everyone, While configuring the Option JSON Bridge, I noticed the ATM Based Selection Type. I understand that it uses an ATM Gap, but I’m not sure how the values like 0, +1, and -1 work…
I have a strategy running in AmiBroker. What I want is that whenever a Buy signal comes from my strategy, the Future contract that I configured in the Up Side Execution should be traded…
I have a strategy running on the Bank Nifty chart in TradingView. What I want is when a BUY signal comes -> Buy a Call Option when a SELL signal comes -> Buy a Put Option I know this is…
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…
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…
Hi everyone, I’m learning Pine Script and recently came across the request.security() function. I understand that it’s used to get data from another timeframe or symbol, but I’m not sure…
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…
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…
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…
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…