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…
Solved discussions
AskHi everyone, I’m learning Pine Script and I want to create alerts whenever my trading conditions are met, such as a buy or sell signal. Can someone explain how to create alerts in Pine…
Hi everyone, I’m new to MetaTrader 5 and often hear people talking about Indicators and Expert Advisors (EAs). I’m a bit confused because both seem to be related to trading. Can someone…
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…
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 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 am a developer and have built my own strategy in Python that monitors NIFTY. I have already generated the JSON syntax from the AlgoDelta’s JSON Bridge. Now what I want is that whenever my…
Hi everyone, While configuring the Options in JSON Bridge, I noticed that one of the Selection Type options is Symbol Based. Can someone explain what Symbol Based means, when it should be…
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…
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…
Hi everyone, I have multiple broker accounts connected to AlgoDelta, and sometimes the session expires or the token needs to be refreshed. What is the correct way to re-login or refresh the…
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 am currently in the learning phase and don’t want to risk real money while understanding the markets. I would like to practice trading in the Forex market using paper trading in…
I’m calculating MACD in my algo using my 1-minute candles. I implemented EMA (12, 26) and signal line (9), but when I compare with chart values, they don’t match exactly. Candle data looks…
I already have an open position in my broker account, for example a NIFTY Future trade. Now I want AlgoDelta to manage that position and handle the Target and Stop Loss for me. Is it…
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…
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 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 have a strategy running in an MT5 EA. What I want is: -When a Buy signal comes, buy a Call Option. -If any Put Option position is already open, it should be squared off first. -When a…