MblynkAlgo setup
1. Generate an access key
Sign in to the private admin dashboard, create a labeled key, and copy the raw value into the desktop client. The raw key is shown only once.
2. Configure TradingView
Copy the webhook URL belonging to that key into your TradingView alert. Send JSON with at least symbol and action. The existing client supports up to ten account1 through account10 fields, plus quantity, previousclose, limit_price, stop_price, oco_id, strategy, and strategy_id.
{
"account1": "Sim101",
"action": "{{strategy.order.action}}",
"quantity": "{{strategy.position_size}}",
"symbol": "ES SEP25",
"previousclose": true
}
3. Run the desktop app
Enable NinjaTrader 8 ATI, launch the Windows client, paste the access key, and select Connect. The client connects outbound over HTTPS/WSS and writes OIF files to the NinjaTrader incoming directory.
Key security
Access keys are hashed in the database. Revoke a key immediately if it is exposed. Rotating a webhook URL invalidates the old URL.