 (3).png)





🤖 LiveSignalTrinityAuto V28
━━━━━━━━━━━━━━━━━━
LiveSignalTrinityAuto V28 is an advanced cTrader cBot designed to automate trading decisions by combining multiple strategic elements: COT bias, gamma walls, market regime, auto-generated dynamic trendlines, technical filters, and advanced risk management.
This system is built for traders who want a more structured and professional approach, because it does not simply open trades based on a single signal. Instead, it looks for a real operational confluence between external data and the technical structure of the chart. 📊
━━━━━━━━━━━━━━━━━━
🧠 How the bot works
━━━━━━━━━━━━━━━━━━
The cBot downloads external data from dedicated APIs to obtain:
- Walls / Gamma levels
- Market bias
- Market regime
- COT signal
From this information, it builds an operational market reading, which is then filtered according to the logic selected by the user.
In practice, the bot:
✅ analyzes the directional bias
✅ evaluates the market regime
✅ checks for technical trendlines
✅ applies optional RSI / EMA / spread filters
✅ verifies daily and overall risk limits
✅ automatically manages break-even, trailing stop, and pyramiding
━━━━━━━━━━━━━━━━━━
🎯 Core trading logic
━━━━━━━━━━━━━━━━━━
The core of the system is the combination of:
- COT Bias → useful for the broader directional view
- Wall Bias / Gamma Wall → useful to identify sensitive price levels
- Automatic trendlines → useful for technical entries
- Action Mode → determines whether the context is aggressive, cautious, or neutral
The bot can operate in two strategic modes:
🔹 Standard Smart Money
Enters when price confirms a technical cross of the trendline in line with the operational bias.
🔹 Intraday Breakout
Works with fast breakout logic: first it identifies a setup near the trendline, then it waits for confirmation within a maximum number of candles.
━━━━━━━━━━━━━━━━━━
📈 Automatic trendlines
━━━━━━━━━━━━━━━━━━
Trendlines are generated automatically using:
- pivot highs / pivot lows
- ATR
- slope multiplier
- maximum allowed distance from current price
This allows the cBot to adapt better to the real market structure, instead of relying on fixed static levels. 📉📈
━━━━━━━━━━━━━━━━━━
🛡️ Risk management
━━━━━━━━━━━━━━━━━━
One of the strongest aspects of this cBot is its risk management, which includes:
- fixed or percentage-based sizing
- volume calculation based on equity or balance
- stop loss and take profit
- maximum daily trades limit
- trading block when prop-style limits are hit
- automatic break-even
- dynamic trailing stop
- pyramiding with customizable rules
This makes it particularly interesting for traders who want to respect prop firm-style rules. 💼
━━━━━━━━━━━━━━━━━━
⚙️ Trading filters
━━━━━━━━━━━━━━━━━━
To improve entry quality, the bot can use optional filters such as:
- RSI Filter
- EMA Filter
- Spread Filter
- Session Filter
- Wall Proximity Filter
This lets you choose between a more permissive or a more selective trading logic.
━━━━━━━━━━━━━━━━━━
📊 Built-in dashboard
━━━━━━━━━━━━━━━━━━
The cBot also includes an on-chart dashboard showing:
- current bias
- market regime
- current action
- equity
- daily profit/loss
- number of trades for the day
- session status
- prop guard status
- number of detected trendlines
This gives you a constant real-time overview of how the bot is behaving. 👀
━━━━━━━━━━━━━━━━━━
✅ Key strengths
━━━━━━━━━━━━━━━━━━
✨ Integration of external and technical analysis
✨ Automatic trendlines
✨ Professional risk management
✨ Intraday and smart money modes
✨ Configurable filters
✨ Break-even, trailing stop, and pyramiding support
✨ Clear and complete dashboard
✨ Ability to trade even without mandatory wall proximity
━━━━━━━━━━━━━━━━━━
⚠️ Important technical note
━━━━━━━━━━━━━━━━━━
This version also includes functions dedicated to Basket Mode, but in the code shown, some basket options appear to be only prepared or partially used, rather than fully implemented for complete autonomous multi-symbol entry logic.
So it is correct to present it as a cBot with advanced structure and basket-ready foundations, but not as a fully complete basket trader yet.
📘 Parameter-by-parameter guide
━━━━━━━━━━━━━━━━━━
🧩 GENERAL
━━━━━━━━━━━━━━━━━━
Strategy Mode
Selects the main trading mode.
- Standard_SmartMoney → enters on technical trendline confirmation
- Intraday_Breakout → looks for breakout setups with confirmation within a certain number of candles
Bias Source (Logic)
Defines how the final operational bias is built.
- Strict_Confluence → trades only when COT and Walls agree
- Follow_COT_Ignore_Wall → follows only the COT signal
- Follow_Wall_Ignore_COT → follows only the wall bias
- Follow_GammaWall → prioritizes gamma/regime, supported by walls
- Follow_GammaWall_Plus_COT → combines gamma and COT with more advanced logic
Instance Name
The identifying label of the bot.
It is used to recognize and manage only the positions opened by this specific instance.
━━━━━━━━━━━━━━━━━━
💰 MONEY MANAGEMENT
━━━━━━━━━━━━━━━━━━
Sizing Mode
Volume calculation mode.
- FixedLots → uses the fixed lot size
- RiskPercent → calculates volume based on risk percentage
Volume (Lots)
Fixed lot size used when FixedLots mode is selected.
Risk % per Trade
The percentage of risk per trade, used in RiskPercent mode.
Risk Base
Base used for percentage risk calculation.
- Equity → uses current equity
- Balance → uses account balance
Apply Action Multiplier
If enabled, the bot adjusts position size based on signal quality:
- aggressive / trend-follow signals → increased size
- cautious / light signals → reduced size
- high-volatility signals → reduced size
Stop Loss (Pips)
Fixed stop loss in pips.
Take Profit (Pips)
Fixed take profit in pips.
If the API provides a valid external take profit, the bot may use that instead of this value.
━━━━━━━━━━━━━━━━━━
🎯 STRATEGY
━━━━━━━━━━━━━━━━━━
Max Confirmation Candles
Maximum number of candles allowed for breakout confirmation in Intraday_Breakout mode.
Require Wall Proximity
If enabled, price must be close to a compatible wall before opening a trade.
- for buy trades → near a put wall
- for sell trades → near a call wall
If disabled, the bot can operate using only trendlines and bias.
Max Wall Distance (Pips)
Maximum price distance allowed to consider a wall valid.
Max Trades Per Day
Maximum number of trades per day.
If set to 0, there is no daily limit.
━━━━━━━━━━━━━━━━━━
🕒 SESSION
━━━━━━━━━━━━━━━━━━
Session Filter ON
Enables or disables the trading session filter.
Session Start Hour (UTC)
Trading session start time in UTC.
Session End Hour (UTC)
Trading session end time in UTC.
The bot opens new trades only inside this time window.
━━━━━━━━━━━━━━━━━━
🌐 DATA
━━━━━━━━━━━━━━━━━━
Data Refresh Every N Bars
How often the bot reloads data from external APIs.
If set to 0, periodic automatic refresh is disabled.
━━━━━━━━━━━━━━━━━━
🛡️ PROP RISK
━━━━━━━━━━━━━━━━━━
Prop Guard ON
Enables prop-style risk protection.
Daily Loss Mode
Determines how daily loss is calculated.
- FromStartOfDay → from the equity value at the start of the day
- FromIntradayPeak → from the intraday equity peak
Max Daily Loss (%)
Maximum daily loss expressed as a percentage.
Max Daily Loss (Currency)
Maximum daily loss expressed in currency.
Overall Loss Mode
Determines how total drawdown is calculated.
- FromStart → from the initial equity
- FromPeak → from the maximum equity reached
Max Overall DD (%)
Maximum overall drawdown in percentage.
Max Overall DD (Currency)
Maximum overall drawdown in currency.
Daily Reset Hour (UTC)
UTC hour at which the bot considers a new control day to begin.
Block New Trades When Hit
If enabled, once a prop risk limit is hit, the bot blocks new entries.
━━━━━━━━━━━━━━━━━━
👁️ VISUALS
━━━━━━━━━━━━━━━━━━
Show Dashboard
Shows or hides the on-chart dashboard.
Show Walls
Shows the wall horizontal lines.
Show Trendlines
Shows the automatic trendlines on the chart.
Max Visible Trendlines
Maximum number of visible trendlines per side.
Dashboard Side
Dashboard position:
- Right
- Left
━━━━━━━━━━━━━━━━━━
📐 TRENDLINE LOGIC
━━━━━━━━━━━━━━━━━━
Trendline Swing Period
Period used to identify pivots and to calculate the ATR linked to trendlines.
Trendline Slope Multiplier
Multiplier applied to trendline slope.
Higher values create steeper trendlines.
TL: Trade Mode
Defines whether the strategy should use or ignore trendlines.
- UseTrendlines
- IgnoreTrendlines
TL: Max Pivot Distance (pips)
Maximum allowed distance between current price and pivot to consider a trendline valid.
TL: Filter Remote TLs
If enabled, hides trendlines that are too far from the current price.
TL: Max Draw Distance (pips)
Maximum allowed price distance for continuing to draw a remote trendline.
TL: Projection Bars
Number of future bars used to visually extend trendlines.
━━━━━━━━━━━━━━━━━━
🔎 FILTERS
━━━━━━━━━━━━━━━━━━
RSI Filter ON
Enables the RSI filter.
RSI TimeFrame
Timeframe used to calculate RSI.
RSI Period
RSI period.
RSI Long Max
For buy trades: if RSI is above this value, the buy is blocked.
Useful to avoid long entries in overextended conditions.
RSI Short Min
For sell trades: if RSI is below this value, the sell is blocked.
Useful to avoid short entries in already exhausted conditions.
EMA Filter ON
Enables the EMA filter.
EMA TimeFrame
Timeframe used for the EMA.
EMA Period
EMA period.
Spread Filter ON
Enables the spread filter.
Max Spread (pips)
The bot avoids new entries if the spread is above this value.
━━━━━━━━━━━━━━━━━━
📈 PYRAMIDING
━━━━━━━━━━━━━━━━━━
Pyramiding ON
Enables progressive additions to profitable positions.
Max Positions
Maximum total number of positions opened in pyramiding for the symbol/instance.
Add-on Trigger (pips)
Minimum profit in pips required before allowing an additional position.
Add-on Step (pips)
Required additional profit step between one add-on and the next.
Add-on Size Factor
Base multiplier applied to the size of additional positions.
Add-on Vol Mult
Progressive multiplier for volume on successive add-ons.
Add-on Cooldown (sec)
Minimum time required between one add-on trade and the next.
Require Bias Match
If enabled, the current bias must remain aligned with the direction of the existing positions.
Require Action OK
If enabled, the current action must also remain compatible with the pyramiding direction.
Stop on Opposite Bias
If enabled, pyramiding stops when an opposite bias appears.
━━━━━━━━━━━━━━━━━━
🔧 TRADE MANAGEMENT
━━━━━━━━━━━━━━━━━━
BreakEven ON
Enables automatic break-even.
BE Trigger (pips)
Minimum profit in pips needed to activate break-even.
BE Extra (pips)
Extra margin added beyond entry price when break-even is applied.
TrailingStop ON
Enables trailing stop.
Trail Start (pips)
Minimum profit needed to start trailing.
Trail Distance (pips)
Distance between price and stop while trailing.
Trail Step (pips)
Minimum step required before updating the trailing stop again.
━━━━━━━━━━━━━━━━━━
🧪 DEBUG
━━━━━━━━━━━━━━━━━━
Force Bias
If enabled, the bot ignores the calculated bias and uses the manually forced one.
Forced Bias
Manually forced bias, such as LONG, SHORT, or NEUTRAL.
Verbose Log
If enabled, prints more details in the log.
━━━━━━━━━━━━━━━━━━
🧺 BASKET
━━━━━━━━━━━━━━━━━━
Basket Mode
Basket mode.
- Off
- WallsOnly
⚠️ In the code shown, this section appears to be partially implemented.
Basket Symbols (CSV)
List of symbols separated by commas.
Basket Include Chart
If enabled, the chart symbol is also included in the basket list.
Basket One Per Symbol
Prepared parameter.
In the code shown, it does not appear to be directly used in entry logic.
Basket Max Orders/Bar
Prepared parameter.
In the code shown, it does not appear to be directly used.
Basket Max Symbols
Prepared parameter.
In the code shown, it does not appear to be directly used.
Basket Use Filters
Prepared parameter.
In the code shown, it does not appear to be directly used.
Basket Manage BE/TS
If enabled, break-even and trailing stop can also manage already-open basket positions.
Basket Split Risk
Prepared parameter.
In the code shown, it does not appear to be directly used directly in order sizing.
Basket Refresh (sec)
Basket refresh interval in seconds.
If greater than 0, the bot refreshes basket data periodically.
📝 Important final note
This cBot, as written, is not just a simple entry/exit robot, but rather a hybrid system that combines:
- external analysis
- technical structure
- context control
- advanced risk management
- operational protection tools
So it is well suited to be presented as a professional multi-logic cBot with strong risk-control and contextual filtering capabilities. 🔥
.png)
.png)
.png)
.png)
.png)
.png)
.jpg)
.png)
.png)
 (2).png)
.png)
 (1).png)
 (6).png)






