NeoNew
- Experts
- Salavat Yulamanov
- Version: 5.3
- Activations: 5
- A unique trading strategy for searching for patterns of price movement using proprietary indicators to filter entry! The profit accumulation function is used!
- The set file is configured for trading 3 order!
- https://www.mql5.com/en/signals/2266170?source=Site+Signals+Page
- Currency pairs: Set file in the discussion column
- you can set up any currency pair
- Timeframe: M15
- Settings
- Comments = "Expert"; // Order comments
- SymTrade = 1; // Number of simultaneously trading symbols
- UseOTF = false; // Opening positions when a new candle opens
- TIMEFRAMES PeriodOTF = PERIOD_CURRENT; // Position opening period
- ENUM_ORDER_TYPE_FILLING Filling = ORDER_FILLING_FOK; // Trade execution type
- Revers = false; // Signal reverse
- OneWay = true; // Trade in one direction
- Timing = false; // Enable trading timing
- TimesTrade = "05:00-21:00"; // Trading time ranges
- UseIndTF = true; // Reading indicator data by timeframe/tick
- ENUM_TIMEFRAMES IndTF = PERIOD_CURRENT; // Signal update timeframe
- CountBars = 100;
- ENUM_TIMEFRAMES TimeFrame = PERIOD_CURRENT; // Timeframe for calculating the indicator
- PeriodBase = 1; // Base period
- DeltaShift = 200; // Input delta
- StepPeriods = 25; // Sensitivity step
- ENUM_MA_METHOD Mode = MODE_EMA; // MA method
- ENUM_APPLIED_PRICE MAPrice = PRICE_CLOSE;// Price MA
- BarShift = 1; // Bar number
- LotBase = 0.01; // Lot
- AutoLot = 0.01; // Lot as a percentage of margin (Lot = 0)
- LotInc = 0.0; // Lot addition coefficient
- LotExp = 1; // Lot multiplication coefficient
- MaxOrders = 1; // Maximum number of unidirectional orders
- Steps = 540; // Knee opening step
- UseTFT = false; // Trawl when the candle opens
- ENUM_TIMEFRAMES PeriodTFT = PERIOD_CURRENT; // Trawl period
- TrlBack = 20; // Trailing rollback level
- UseBTF = false; // Breakeven when the candle opens
- ENUM_TIMEFRAMES PeriodBFT = PERIOD_CURRENT; // Breakeven period
- AutoBreakevenTime=1500; // Breakeven after minutes (0 - disabled)
- AutoBreakevenLevel=0; // Breakeven by the number of knees (0 - disabled)
- Breakeven=30; // Breakeven in points (0 - disabled)
- BrStepBack=15; // Breakeven rollback
- TakeProfit = 390; // Virtual take profit in points (0 - disabled)
- StopLoss = 0; // Virtual stop loss in points (0 - disabled)
- CloseRev = false; // Closing with the opposite signal
- CloseTiming = false; // Close after minutes
- Expiration = 60; // Number of minutes until closing
- SummProfit = 0; // Total profit in account units (0 - disabled)
- SummLoss = 0; // Maximum drawdown in account units (0 - disabled)
- MarginCut = 30; // Maximum drawdown as a percentage of the balance (0 - disabled)
- TargetPercent = true; // Target profit as a percentage of balance (true) / in account units (false)
- TargetEquity = 0; // Target profit (0 - disabled)
- MagicBuy = 1; // Magic buy
- MagicSell = 2; // Magic cell
- Spread = 35; // Maximum spread
- Alerts = false; // Print warnings
- ShowInfo = true; // Show info panel
User didn't leave any comment to the rating