cBot
Grid
NAS100
NZDUSD
Breakout
XAUUSD
Commodities
Martingale
Forex
Signal
EURUSD
GBPUSD
BTCUSD
AI
SMC
Indices
Prop
Stocks
Crypto
USDJPY
Scalping
Quick Trading Panel

29/09/2025
Desktop, Mobile, Web




This is a cTrader cBot (Robot) that creates a small QUICK TRADING PANEL directly on your chart. This includes Trailing Trigger and Locked to avoid losses once your trade is positive.
It allows you to quickly open and manage trades without typing commands or manually setting orders.
Sold first 10 copies at 50 USD will revert back to it's Original price at 199.
1. Trade Execution (BUY / SELL)
- You have two big buttons:
- ✅ BUY (green) → opens a buy position on the current symbol.
- ❌ SELL (red) → opens a sell position.
- When you click one of these, the robot:
- Reads the values from the input boxes (Volume, SL, TP, etc.)
- Converts the volume into units (
Symbol.QuantityToVolumeInUnits()
) - Places a market order with your chosen Stop Loss (SL) and Take Profit (TP).
2. Trade Management
- 🟦 CLOSE ALL button → closes all open positions created by this panel.
- 🟧 Trailing: Yes/No button → toggles the trailing stop system.
- "Yes" = trailing stop is active
- "No" = trailing stop is disabled
3. Input Boxes with Labels
You now have input fields with labels so you know exactly what each number means.
- Volume:
- The trade size (in lots).
- Example:
0.01
= 1 micro lot (1,000 units).
- SL (Stop Loss):
- The maximum loss (in pips) you’re willing to risk.
- Example:
60
= trade closes if price moves 20 pips against you.
- TP (Take Profit):
- The target profit (in pips).
- Example:
1
20= trade closes once it makes 120 pips profit.
- Trailing T (Trigger):
- The profit threshold (in pips) where trailing stop starts working.
- Example:
60
= trailing stop activates when trade has at least 60 pips profit.
- Trailing L (Lock):
- How many pips of profit to lock in after trailing starts.
- Example:
25
= once the trade hits +25 pips, stop-loss moves up to secure +5 pips profit.
4. Trailing Stop Logic (Auto-Adjustment)
Every tick, the bot checks open trades:
- If trailing is enabled and profit ≥ Trailing Trigger →
- For BUY trades: Stop Loss moves up to
Bid - Trailing Lock
. - For SELL trades: Stop Loss moves down to
Ask + Trailing Lock
.
- For BUY trades: Stop Loss moves up to
This way, the bot locks in profit automatically while still letting the trade run further if the trend continues.
✅ In short:
- This bot gives you a fast manual trading interface.
- You can set risk (SL), reward (TP), position size (Volume), and trailing stop logic in real-time.
- The panel is always visible in your chart, bottom-left corner.
- Labels make sure you don’t confuse your numbers.
More from this author
Indicator
Forex
SpreadCalculator - BossFXTrader
Spread Calculator to calculate the difference between two prices or values.
You may also like