Multiple Take-Profit Levels From One TradingView Alert
Key Takeaways• TradingView alerts fire once per condition; they don’t natively support multi-leg exits from a single message.• PickMyTrade’s documented workaround uses an advance_tp_sl array inside the alert JSON to split one position into up to three exit blocks.• Quantity per target must be hardcoded at alert-generation time; strategy.position_size is not pulled dynamically.• The workaround










