| PARAMETER | OPTIONS | DESCRIPTION |
|---|---|---|
| Label | FTT | Unique identifier. All positions carry this prefix. Use different labels for multiple bots. |
| Mode | Auto / Manual | Auto = algorithmic signals. Manual = manual start via UI panel. |
| Auto Trigger | MA4Cross / MACD / EMA | Algorithm generating entry signals in Auto mode. |
| Trading Direction | Both / BuyOnly / SellOnly | Restricts trade direction globally. |
| PARAMETER | OPTIONS | DESCRIPTION |
|---|---|---|
| Trend Filter Mode | Off / PlayWithTrend | PlayWithTrend = bot only enters in the direction of the HTF trend. |
| Trend Filter | None / MA4Cross | Algorithm for trend assessment. MA4Cross = 4 Moving Averages crossover (High/Low bands). |
| Trend TimeFrame | H4 | Timeframe evaluated for the trend (usually higher than bot chart). |
| MA Fast/Slow Period | 50 / 200 | Periods used for the Trend MA calculation. |
| MA4 Trend Min Spread (pips) | 35 | Minimum gap between MA4 bands to consider the trend active and strong. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Fast / Slow Period | 9 / 21 | MA periods for the entry trigger. |
| MA4 Min Spread | 0 | Minimum band gap to generate a signal. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Long / Short / Period | 26 / 12 / 9 | Standard MACD settings. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| EMA Fast / Slow | 20 / 50 | Fast and slow EMA periods. |
| Min EMA Spread (pips) | 2.0 | Minimum gap to validate trend strength before touching. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Positions for First TP | 1 | How many positions in basket before switching to the larger Grid Basket TP. |
| First Position TP ($) | 4.20 | Target profit for a small basket (base position). |
| Grid Basket TP ($) | 5.70 | Target profit when basket grows (averaging active). Usually higher to cover swap/commissions. |
| Global Close All Profit ($) | 78.0 | Global ceiling: if combined profit of ALL positions (Buy + Sell) hits this, everything closes. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Basket Trail Trigger ($) | 65.0 | Minimum basket profit before trailing starts tracking. |
| Basket Trail Step ($) | 10.0 | Fixed dollar amount profit can fall from peak before closing. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| P75 - ATR Period (N) | 5 | How many recent bars to analyze for True Range. |
| P75 - Percentile (%) | 75.0 | Takes the X-th percentile of True Range (ignores extreme spikes). |
| P75 - Multiplier | 2.0 | Multiplier for the True Range value to define the USD Trail Step. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Trailing Hard Cap ($) | 0 | Closes basket IMMEDIATELY when profit reaches this amount, ignoring trailing pullbacks. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Grid Price Step ($) | 0.22 | Base distance between grid levels. |
| Grid Level Martingale Multiplier | 2.0 | Distance multiplier. 2.0 = next level is twice as far as previous. |
| Use ATR Grid Step | False | If TRUE, dynamically increases Grid Step based on ATR. |
| ATR Period / Multiplier | 14 / 0.5 | ATR settings. Final Step = Base Step + (ATR * Multiplier). |
| ATR Min / Max Step ($) | 0.10 / 2.0 | Hard caps for the dynamic ATR grid distance. |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Pyramid Mode | TPSL / ReEntry | TPSL: Divides Entry->TP range into segments. ReEntry: Waits for new trigger signals. |
| Pyramid Levels Count | 3 | Max number of pyramid positions to add. |
| Pyramid Price Step ($) | 0.10 | Distance between levels. |
| Pyramid Volume Type | STEP | Works identical to Grid Volume (Step / Martingale / Fix Lot). |
| PARAMETER | DEFAULT | DESCRIPTION |
|---|---|---|
| Max Lot Size | 10.0 | Hard limit — no bot position will exceed this volume under any circumstances. |
| Soft SL Multiplier | 200 | SL = average entry ± (Grid Price Step × multiplier). Applies to entire basket. |
| Daily Hard Loss ($) | 200 | If daily realized + floating losses reach this amount, ALL bot positions close. Resets at midnight UTC. |
| Emergency Close Margin Level (%) | 0.0 | If account Margin Level drops below this %, bot force-closes all its positions to avoid Stop Out. 0 = disabled. |
| MECHANISM | TRIGGER CONDITION | ACTION |
|---|---|---|
| Soft SL (Basket) | Price hits average ± (Step × Multi) | Closed by broker (hard SL on order) |
| Daily Hard Loss | Daily closed + floating ≤ -limit | Close all bot positions instantly |
| Max Basket Loss | Basket floating P&L ≤ -limit | Close specific basket (Buy or Sell) |
| Emergency Margin | Account Margin Level % < limit | Close all bot positions to save account |
| Recovery Pause | Basket closed at a loss | Blocks grid entries for N candles |
| Shared Hard Cap | Basket profit ≥ Cap limit | Close entire basket immediately |
| Max Duration | Oldest position > N hours | Close entire basket regardless of PnL |