DMT Full Control Pro V2 [DearmasTrader] — Strategy by DearmasTrader
By DearmasTrader
Performance Metrics
- Author: DearmasTrader
- Symbol: COINBASE:BTCUSD
- Timeframe: 1 minute
- Net P&L: −46.81 USD (−4.68%)
- Win Rate: 17.5%
- Profit Factor: 0.339
- Max Drawdown: 48.45 USD (4.84%)
- Total Trades: 440
Description
This is the official documentation for integrating the TradingView Strategy V2 with your DearmasTrader platform (V1.8.5+).Our TradingView Strategy V2 has been optimized to send ultra-low latency signals, specifically designed to communicate with the internal engine of our DCA (Dollar Cost Averaging) system. When using this strategy, the analytical "brain" is in TradingView, but capital execution is protected by DearmasTrader.Below, we detail all the possibilities and commands you can use to maximize your returns without risking your budget.🛠️ How Does the Connection Work?DearmasTrader operates under a "Directional Lock" system and strict capital management. This means that:TradingView tells you WHEN and IN WHICH DIRECTION to enter. (Sends the Signal).DearmasTrader decides HOW to execute that capital and at what price to average down. (Ignoring erroneous or excessive TV volumes).Connect Strategy V2 to your Bot by pasting your unique URL and Webhook Token in the Alerts section of TradingView.📡 Webhook Message Options (Payloads)When you configure the Strategy V2 alert, the JSON message you send to the Webhook will determine how the bot reacts. You have two ways to operate: Strict Commands (Our recommendation) and Neutral Commands.1️⃣ Strict Directional Commands (Safest / Recommended)These commands force DearmasTrader to check if the Bot is pre-configured for that same direction. If there is human error (e.g., you send SHORT to a Long bot), the system will reject the order to protect you."action": "LONG"Ideal for: Strategy V2 configured only to buy on dips.Bot Response: If the bot in your panel is in LONG, it will execute its base order (BaseOrder) and display its DCA grid downwards. If your bot was in SHORT, it will ignore it as a security vulnerability."action": "SHORT"Ideal for: V2 strategies trading bearish bounces.Bot Response: Identical to Long, but exclusively for short selling. It will display the DCA grid upwards.2️⃣ Neutral (Flexible) CommandsThese commands tell DearmasTrader to initiate a cycle regardless of the situation, adapting to the bot's current native configuration."action": "ENTRY" or "action": "OPEN"Ideal for: Strategy creators who use a single webhook to activate a bot, regardless of its configuration in the panel.Bot Response: It will read the configuration in the DearmasTrader panel and open a Long position if the bot indicates Long, or a Short position if the bot indicates Short.3️⃣ Panic Button or Take Profit (Close) CommandTradingView can close a position regardless of the PnL (Profit-to-Low) signal from DearmasTrader (e.g., a trailing stop detected in TradingView by a moving average crossover)."action": "CLOSE" (or EXIT, FLAT)Bot Response: DearmasTrader will execute an immediate market order, closing 100% of the current position, canceling all pending Safety Orders, and returning to inactive status (WaitForSignal: true). It will be clean and ready to hunt for a new entry.⚙️ Golden Rules on Financial Capital and DCAIf you see parameters like "contracts": 1000 in your TradingView message from strategy V2, DON'T WORRY. In the overall architecture, DearmasTrader V1.8.5+ implements "Anti-Volume Overwrite".📝 What does this mean? Even if TradingView sends a message saying "Buy 1000 BTC", your internal bot will ignore it on initial entries (OPEN/ENTRY). DearmasTrader will always use the margin budget from your BaseOrderVolume and will progressively increase it using your SafetyOrders table configured in the web panel. DCA always takes precedence over risk.🎯 Best Practice V2: Bidirectional Accounts (Hedging)With Strategy V2, we often want to trade both long and short positions on the same pair (e.g., BTC/USDT). To avoid conflicts of cross-positions, the professional method supported by our team is:Create two different bots in DearmasTrader. One bot (BTC-LONG-V2) pre-set to long, and another bot (BTC-SHORT-V2) pre-set to short. Both bots will generate two different webhook links in your admin panel.In TradingView V2: Create two separate alerts. In the "Long Condition" alert, paste the webhook of your long bot. In the "Short Condition" alert, paste the webhook of your short bot.This way, you isolate risk and allow opposing strategies to perform their DCA (Dollar-Cost Analyzed) by averaging without canceling each other out or causing sudden closures on the Binance/Bybit exchange.Developed and maintained by the Quantitative Engineering team at [DearmasTrader]