-
- Serial Key: A unique key required to activate the bot on your account. Once activated, the key is tied to your computer and cannot be reused on another machine.
-
- Open New Orders: Controls whether the bot is allowed to open new trades. If set to false, the bot will not open any new orders but will continue managing existing ones.
-
- Enable Grid: Determines whether the grid trading feature is active. If false, the bot will only open one buy and one sell order at a time instead of placing multiple grid orders.
-
- Trading Times Filter: Enables time-based restrictions for trading. When set to true, the bot will only trade during specified times, such as from 6 PM to midnight on Sunday, Monday, and Tuesday.
-
- Magic Number: A unique identifier for each trade made by the bot, ensuring trades do not conflict with other Expert Advisors running on the same account.
-
- Initial Lot Size: The starting lot size for all orders.
-
- Max Lot Size: The maximum allowable lot size for the bot, preventing excessive risk.
-
- Take Profit (Pips): The profit target for each trade, expressed in pips.
-
- Stop Loss (Pips): The loss limit for each trade, expressed in pips. Set to 0 to disable.
-
- Max Slippage: The maximum allowable slippage in points when opening or closing orders.
-
- Step Size (Pips): The minimum distance between grid orders, expressed in pips.
-
- Grid Increment Factor: The multiplier applied to the lot size for each subsequent grid order.
-
- Moving Average Timeframe: The timeframe used for moving average calculations (e.g., M1, H1). Set to Current to match the chart timeframe.
-
- Moving Average Period: The number of periods used to calculate the moving average. For example, a value of 34 means the last 34 periods are used.
-
- Moving Average Method: Defines the type of moving average (e.g., Simple, Exponential, Smoothed, or Linear Weighted).
-
- Moving Average Price: The price type used in the moving average calculation (e.g., Open, Close, High, Low).
-
- Moving Average Shift: The number of bars to shift the moving average calculation forward or backward.
-
- HILO Invert: If true, reverses the High/Low signal logic, flipping buy and sell signals.
-
- HILO Timeframe: The timeframe used for High/Low signal calculations (e.g., M1, H1).
-
- HILO Period: The number of periods considered for High/Low calculations.
-
- HILO Method: Specifies the calculation method for the HILO (e.g., Simple, Exponential, etc.).
-
- HILO Shift: The number of bars to shift the High/Low calculations forward or backward.
-
- Bollinger Bands Activate: Enables filtering of trades based on Bollinger Bands signals. If false, the bot ignores Bollinger Bands.
-
- Bollinger Bands Invert: If true, reverses the Bollinger Bands signal logic, flipping buy and sell signals.
-
- Bollinger Bands Timeframe: The timeframe used for Bollinger Bands calculations (e.g., M1, H1).
-
- Bollinger Bands Period: The number of periods used for calculating the Bollinger Bands.
-
- Bollinger Bands Deviation: Defines how far the upper and lower bands are from the moving average in terms of standard deviations.
-
- Bollinger Bands Price: The price type used in Bollinger Bands calculations (e.g., Open, Close, High, Low).
-
- Bollinger Bands Shift: The number of bars to shift the Bollinger Bands calculations forward or backward.
-
- ATR Timeframe: The timeframe used for the Average True Range (ATR) calculation (e.g., M1, H1).
-
- ATR Period: The number of periods used for the ATR calculation.
-
- ATR Shift: The number of bars to shift the ATR calculation forward or backward.
-
- Max Spread: The maximum allowable spread (in pips) for the bot to execute trades.
-
- Turn Off Auto Trade: Stops all automated trading when enabled, and one of the Targets or Drawdown limits hit.
-
- Max Daily Drawdown: The maximum allowable drawdown before stops trading, based on FTMO rules.
-
- Max Floating Drawdown: The maximum allowable floating orders loss before the bot stops trading.
-
- Daily Target: Sets the daily profit target. When reached, the bot will stop trading.
-
- Chart Settings: Customizes the appearance of the chart, including equity and spread display options.
Home > Docs