Somente usuários que compraram ou alugaram o produto podem deixar comentários
Burak Baltaci  

Hello everyone. Thank you for your interest in XGen AI Scalper. I wish you all the best of luck.

XGen AI Scalper has been loaded with the lowest settings when uploaded to the Mql5 marketplace. Please be careful!! Do not connect to a real account with the default settings.

Here is a brief guide on how to configure the settings below! 

# XGen AI Scalper - Input Parameters Guide


## MONEY MANAGEMENT

**LotsSize** (0.01)
- Fixed lot size per trade
- Set to 0 to enable automatic money management

**LotsPer1000** (0.1)
- Risk per $1000 balance when auto-MM is enabled
- Higher = more risk, more profit/loss

**MinLots / MaxLots** (0.01 / 1.0)
- Safety limits for lot size calculation

---

## ENTRY FILTERS

**MaxSpreadInput** (30-50)
- Maximum allowed spread in points (10 points = 1 pip)
- Lower = safer, fewer trades during high spread

**Filter** (100-200)
- Minimum candle height in points to generate signal
- Higher = more selective, fewer trades

---

## INDICATORS

**Formul_A** (23-24)
- Bollinger Bands period
- Higher = smoother, less sensitive

**Formul_B** (18-20)
- RSI period
- Higher = less noise, more reliable

**RSIBuyLevel** (30-35)
- RSI must be BELOW this for BUY signal
- Lower = stronger oversold condition

**RSISellLevel** (65-70)
- RSI must be ABOVE this for SELL signal
- Higher = stronger overbought condition

---

## RISK MANAGEMENT

**def_SL** (15-40)
- Stop Loss in pips
- **CRITICAL**: Never use less than 15 pips!
- M15: 15-20 | M30: 25-30 | H1: 40-50

**Distance_trailing** (8-15)
- Trailing stop distance in pips
- How far SL follows price

**Start_trailing** (12-25)
- Profit in pips needed to activate trailing
- Should be greater than def_SL

---

## EXECUTION

**Slippage** (7-10)
- Acceptable price deviation in points
- Higher = more flexible execution

**MagicNumber** (250401)
- Unique ID for EA's trades
- Change if running multiple EAs

---

## QUICK PRESETS


### M15 - Balanced
```
MaxSpreadInput=30 | Filter=100 | RSI=35/65
def_SL=15 | Start_trailing=12 | Distance_trailing=8
```

### M30 - Conservative
```
MaxSpreadInput=30 | Filter=150 | RSI=30/70
def_SL=25 | Start_trailing=18 | Distance_trailing=12
```

### H1 - Ultra Safe
```
MaxSpreadInput=30 | Filter=200 | RSI=30/70
def_SL=40 | Start_trailing=25 | Distance_trailing=15
```

---

## WARNINGS
 **Never use def_SL below 10 pips** - Account will blow up!
 **Don't trade with spread > 3 pips** - Too expensive
 **Match timeframe with preset** - M15 preset on M15 chart only
 **Start with demo account** - Test settings first
 **Use ECN broker** - Lower spreads = better results
Arquivos anexados:
aizik1969  
Hi,
I purchased the XGen Scalper MT4 , and I am facing a persistent technical issue. Every time the EA tries to open a trade, I get the following error: "Order Error: 130 - Invalid stops" .
I have tried everything to fix it:
  1. Increasing SL to very high values (over 1000 points).
  2. Disabling the Trailing Stop completely (setting it to 0).
  3. Using a minimum lot size (0.01) and increasing MaxSpread.
  4. Changing Magic Numbers and using different symbols (GOLD, EURUSD).
Despite these changes, the error persists. It seems like the EA is having trouble calculating stops for my broker's digits or execution type (ECN). Please provide a working set file or a version update that fixes this. If the EA is not compatible with standard MT4 brokers.
Burak Baltaci  
aizik1969 #:
Hi,
I purchased the XGen Scalper MT4 , and I am facing a persistent technical issue. Every time the EA tries to open a trade, I get the following error: "Order Error: 130 - Invalid stops" .
I have tried everything to fix it:
  1. Increasing SL to very high values (over 1000 points).
  2. Disabling the Trailing Stop completely (setting it to 0).
  3. Using a minimum lot size (0.01) and increasing MaxSpread.
  4. Changing Magic Numbers and using different symbols (GOLD, EURUSD).
Despite these changes, the error persists. It seems like the EA is having trouble calculating stops for my broker's digits or execution type (ECN). Please provide a working set file or a version update that fixes this. If the EA is not compatible with standard MT4 brokers.
Hello. Thank you for your feedback. I will get back to you as soon as possible. Thank you for your understanding.