I would like your guidance on the following points related to positional and algo trading by using the webhook and Tradingview
- How to retrieve the previous-day position or data for positional orders.
- How the algo handles re-entry.
- If a buy/sell signal is generated on the last candle of the day but the market is closed, what is the solution? Should any automation be triggered in the next trading session?
- How to develop a bidirectional and positional strategy for futures and options.
- How to use the Expression Builder and declare variables.
- How to create a short-only or long-only strategy.
- TradingView sends the number of lots as an integer, but Fyers expects a string. How can this issue be resolved?