Why TradingView Needs EvalItUp
TradingView can send webhook alerts, but it cannot execute trades on Rithmic accounts. EvalItUp bridges this gap.
TradingView Alone
- No native Rithmic integration
- Cannot copy to multiple accounts
- No risk management or P&L guards
- No smart dispatching across accounts
With EvalItUp
- Direct Rithmic execution
- Dispatch to unlimited accounts
- P&L guards and daily loss protection
- 7 dispatching modes for risk control
Setup in 4 Steps
1
Create a TradingView Alert
Set up an alert on your indicator or strategy. In Notifications, enable Webhook URL.
2
Paste Your EvalItUp Webhook URL
Copy your unique webhook URL from EvalItUp and paste it in TradingView.
3
Configure the JSON Message
Use the JSON template below with your pool name and symbol.
4
EvalItUp Dispatches the Trade
When the alert fires, EvalItUp receives the signal and executes on selected accounts.
JSON Alert Template
Paste this in your TradingView alert message. Replace pool name with your actual pool.
TradingView Alert Message
{
"action": "{{strategy.order.action}}",
"symbol": "MESM5",
"quantity": {{strategy.order.contracts}},
"pool": "apex-mes"
}Ultra-Low Latency
Local execution with no cloud round-trip.
Smart Dispatching
Control which accounts receive each signal.
P&L Guards
Auto-disable accounts at loss limits.