GTREND SPOT SETINGS CUSTOM TRADING PAGE

SPOT CUSTOM
CRITICAL NOTE:
When GTREND_RIDER_STOPLOSS is true, then MICROSCALPING_PERIOD becomes the TAKE PROFIT TIMEFRAME.
🎯

Complete Control

Manually configure every parameter for maximum flexibility.

⚙️

Advanced Settings

Fine-tune timeframes, stop-loss, and trend filters.

📊

Expert Level

For experienced traders who understand market dynamics.


⚙️ CUSTOM MODE - FULL PARAMETER CONTROL

⚠️
ADVANCED USERS ONLY:
Custom mode (BULLETS = 0) gives you complete control over all strategy parameters. The system will NOT automatically adjust any values. You must understand each parameter before using custom mode.
📌
IMPORTANT:
When using custom mode, all parameters below must be manually configured. Incorrect settings can lead to poor performance or excessive risk. If you're unsure, use the Automated Setup Guide instead.

🚀 Quick Reference Guide

BULLETS Setting
0
Must be 0 for custom mode.
Trading Limits
Match
TRADING_LIMIT = INITIAL_TRADING_LIMIT.

📋 CUSTOM PARAMETERS CONFIGURATION TABLE

Parameter Default Value Description
MAX_INVESTMENT_FOR_THIS_PAIR 1000 Set the total amount allocated to this specific pair. This is the maximum capital the system will use for this trading pair. In custom mode, you must manually ensure this aligns with your risk management.
BULLETS 0 Must be set to 0 for custom mode. Setting BULLETS to 0 disables automated algorithm adjustments and enables full manual control. If BULLETS > 0, automated setup is used and the system will automatically configure all parameters.
Parameter Default Value Description
💰 TRADING LIMITS
TRADING_LIMIT_MULTIPLIER 1 Multiplier to increase buying power. If your trading limit is 50 and you set this to 2, the system will purchase 100 worth.
INITIAL_TRADING_LIMIT 1000 The initial trading limit for your first buy order. This sets the base order size before any DCA orders. Should always match TRADING_LIMIT.
TRADING_LIMIT 1000 Current trading limit for orders. Determines order size for each buy. Should always match INITIAL_TRADING_LIMIT - both values must be identical.
Parameter Default Value Description
GTREND_REST_PERIOD_RIDER 1440 Main higher trend filter - This is the 1st Trend (Primary) we follow as the main higher timeframe trend.
MICROSCALPING_PERIOD 1440 Sub timeframe / secondary timeframe filter trend - This is the 2nd Trend to follow.

⚠️ IMPORTANT: If GTREND_RIDER_STOPLOSS = true, this period becomes the TAKE PROFIT TIMEFRAME.
PERIOD 1440 Main timeframe/period in minutes (Local Timeframe). This is the 3rd Trend to follow for candle analysis.
Parameter Default Value Description
⚠️ PUMP/DUMP MODULES
GTREND_ACTIVE_PERIOD 1440 Pump/Dump detection module - Timeframe for active trend detection. To DISABLE pump/dump module: Set the same timeframe on all 3 pump/dump parameters (ACTIVE, GAIN, REST). Any different values will ENABLE the module.
GTREND_GAIN_PERIOD 1440 Pump/Dump detection module - Timeframe for gain analysis. Works with GTREND_ACTIVE_PERIOD to detect rapid price movements. To DISABLE: Set same as ACTIVE and REST periods.
GTREND_REST_PERIOD 1440 Pump/Dump detection module - Timeframe for rest/consolidation detection. Identifies when trends are resting or consolidating. To DISABLE: Set same as ACTIVE and GAIN periods.
Parameter Default Value Description
📏 SETTINGS BASED ON % (use chart ruler to measure)
BEP_TAKE_PROFIT 0.5 Percentage above break-even price to close full position. Value in percentage (0.5 = 0.5%). If TREND_TAKEPROFIT = true: Takes profit on trend reversal/red candle confirmation. If TREND_TAKEPROFIT = false: Takes profit instantly as market crosses the set %.
GAIN_PARTIAL 0.5 Profit percentage to take on partial orders below break-even. Value in percentage. If TREND_TAKEPROFIT = true: Closes on trend reversal/red candle confirmation. If TREND_TAKEPROFIT = false: Takes profit instantly as market crosses the set %.
MAX_INVESTMENT_ONE_TIME_DROP 0.5 Percentage the market needs to drop in order to re-enter (minimum drop required). Value in percentage (0.5 = 0.5%). If TREND_TAKEPROFIT = true: Requires candle reversal confirmation. If TREND_TAKEPROFIT = false: Re-enters instantly as it crosses the set %.
Parameter Default Value Description
🛡️ STOPLOSS FILTERS
GTREND_ONETIME_RIDER false Enable/disable one-time rider feature. When true, allows special one-time position adjustments during extreme market conditions.
GTREND_RIDER_STOPLOSS true Enable/disable rider stop-loss protection. When true, activates trailing stop-loss on profitable positions to protect gains.
GTREND_RIDER_STOPLOSS_SWING true Enable/disable swing-based stop-loss. When true, adjusts stop-loss based on price swing highs/lows for better protection.
GTREND_RIDER_STOPLOSS_PERIOD 1440 Timeframe/period for stop-loss calculations in minutes. Determines lookback period for stop-loss level calculations.
📉 Bollinger Bands Stoploss Filter
BB_TREND_SCALPS false Enable/disable Bollinger Bands (BB) filter. When true, uses BB signals for entry/exit timing within the main trend. When false, BB filter is disabled.
SMAPERIOD 5 Simple Moving Average period for Bollinger Bands calculations. Only used when BB_TREND_SCALPS = true. Shorter periods = more responsive, longer = smoother.
STDV 1 Standard deviation multiplier for Bollinger Bands. Only used when BB_TREND_SCALPS = true. Higher values = wider bands, lower values = tighter bands.
TREND_TAKEPROFIT true Critical setting that affects BEP_TAKE_PROFIT, GAIN_PARTIAL, and MAX_INVESTMENT_ONE_TIME_DROP behavior. When true: Takes profit based on trend reversal/red candle confirmation signals. When false: Takes profit instantly as price crosses the set percentage targets.
CONSOL_ORDER_LOGS false TO TURN THEM ON IF WANTED. Enables detailed order logs in the console.
BUY_ENABLED true Master buy switch. Set to false to disable all buying (sell-only mode). Set to true to enable buy orders.

⏱️ TIMEFRAME/PERIOD REFERENCE

Minutes Time Period Use Case Trading Style
1 1 minute Ultra-fast scalping Scalping
5 5 minutes Fast scalping Scalping
15 15 minutes Quick trades Scalping
30 30 minutes Short-term trading Intraday
60 1 hour Hourly analysis Intraday
240 4 hours Short swing Swing
360 6 hours Mid-term swing Swing
720 12 hours Daily swing Swing
1440 1 day Daily analysis Position
4320 3 days Multi-day trends Position
10080 1 week Weekly trends Position

📊 TREND_TAKEPROFIT MODE COMPARISON

Feature TREND_TAKEPROFIT = true TREND_TAKEPROFIT = false
BEP_TAKE_PROFIT Waits for red candle confirmation Exits instantly at target %
GAIN_PARTIAL Closes on trend reversal signal Takes profit immediately

💡 KEY CONFIGURATION TIPS

📊
TREND_TAKEPROFIT Modes:
  • TREND_TAKEPROFIT = true (Recommended): Waits for trend reversal/red candle confirmation before taking profits or re-entering. More conservative, reduces false signals.
  • TREND_TAKEPROFIT = false: Takes action immediately when price crosses percentage thresholds. More aggressive, faster execution but more false signals.
⚠️
Pump/Dump Module Control:
  • To DISABLE: Set GTREND_ACTIVE_PERIOD, GTREND_GAIN_PERIOD, and GTREND_REST_PERIOD to the SAME value (e.g., all = 1440).
  • To ENABLE: Set different values for these three parameters to activate pump/dump detection.
🔧
Critical Rules:
  • TRADING_LIMIT and INITIAL_TRADING_LIMIT must ALWAYS be identical
  • BULLETS = 0 for custom mode, BULLETS > 0 for automated mode
  • GTREND_REST_PERIOD_RIDER is your main higher trend - this is the primary trend you follow
  • MICROSCALPING_PERIOD is your secondary/sub timeframe trend filter

🎯 LIVE DEMO 2 – Stoploss Protection

See how GTREND's advanced stop-loss mechanisms protect your capital during market volatility.

🛡️ DEMO 2

🔹 LIVE DEMO 2 – Stoploss Protection

Advanced Stop-Loss Configuration
See how GTREND's advanced stop-loss mechanisms protect your capital during market volatility. This demo showcases custom settings with rider stop-loss features enabled.

🚀 Open Live Demo in New Tab

🎯 LIVE DEMO 3 – Custom Setups

Explore advanced custom GTREND configurations with manual parameter control.

⚙️ DEMO 3

🔹 LIVE DEMO 3 – Custom Setups

Advanced Custom Configuration
Explore advanced custom configurations with manual parameter control. This demo shows custom timeframe settings, trend filters, and manual DCA management.

🚀 Open Live Demo in New Tab
ℹ️

Real-Time Trading Data: Both demos show actual trading performance updated in real-time. Results may vary based on market conditions and your specific custom settings.

💚
Need Help?
Custom mode is complex. If you're unsure about any parameter, please contact support or switch to Automated Mode for safer, easier trading.
✈️ Contact Developer on Telegram