Question:
My strategy places limit orders, but my bot is triggering market orders. Why is that?
Answer:
The software currently only supports market orders. This is because limit orders aren’t always guaranteed to be filled. That can result in TradingView thinking you’re in a trade when no actual order was executed. When TradingView later tries to close the trade, things get out of sync. Market orders ensure consistency between what TradingView signals and what actually happens in your trading account.