RedtailKneeloop
The strategy is based on reversal models. The algorithm of the trading adviser captures reversal patterns and enters the market. StopLoss and TakeProfit are set automatically based on the volatility calculation and are taken from several model variants. The EA does not use averaging, grid and martingale, does not use scalping strategies, and is not sensitive to spread and slippage.
Monitoring : https://www.mql5.com/ru/signals/859874
After analyzing other tools and identifying the best patterns, several more pairs will be added for trading. Watch for updates.
10 copies at the price of $ 150, the next price is $ 250.
Minimum Deposit: $500
Currency pair: EURUSD
Timeframe: Any (the EA tracks all TF's)
LOT SETTING
MinLot ---> Minimum Lot in trade | MinLot = 0.01-100
MaxLot ---> Maximum lot in trade | MaxLot = 0.01-100
Fixlot ---> Fixed Lot for the entire trading time | Fixlot > =0.01 and Fixlot <= 100 | MinLot and MaxLot are ignored
AutoLot ---> Automatically calculated Lot | if the next profit is negative, the Lot increases by the value Martin | FixLot = false
Risk ---> The percentage of risk of the calculated Lot, taking into account the risk from the size of the current Balance | Need FixLot = false
Risk start ---> Starting Lot value | Fix Lot =(true/false) / Recommend Fixlet = false | start risk >= 0
Martin-Multiplier for calculating the Autolot | we recommend Martin > 1 and Martin< 3
MartinOpenPrice ---> if MartinOpenPrice = true, the Lot size of the last open order with a negative profit increases
If MartinOpenPrice = false-the Lot size of the last closed order with a negative profit increases | AutoLot = true and FixLot = false are Required
TRADE SETTING
PercentEquity ---> when a positive profit is reached in % of the Balance, all positions are closed | PercentEquity = ( 0-100) | Need FixLot = false
Auto Equity ---> when enabled, it will constantly increase the next lot Until the balance returns to the previous level or is higher | AutoEquity = (true/false) | FixLot – false
Slippage ---> slippage Parameters
One Position ---> Trade only one trade | One Position =(true/false) / Recommend One Position = false
StopLoss ---> StopLoss Level | Auto_SL_TP = false required
TakeProfit ---> Take Profit Level / Required Auto_SL_TP = false
Levelvolativity ---> the level of automatically calculated stop Loss and take Profit in % | Levelvolativity = (0-100) | I Recommend Levelvolativity = 10
Auto_SL_TP ---> Enable automatic calculation of Stop Loss and take profit| Auto_SL_TP =(true/false) / Recommend Auto_SL_TP = true
Magic ---> unique number of the expert Advisor | For Example Magic = 123456789
Trall ---> value of the trawl in points | Troll < TakeProfit
TrallStep ---> the Minimum value of the positive profit at which the trall starts working | we Recommend TrallStep = 0 |
Shift Stop Loss ---> when the price changes towards a positive profit, the Stop Loss is tightened | Shift Stop Loss =(true/false)
MaxSpread ---> the Maximum spread at which the EA does not open an order