Description
Hype AI is a fully automated trading robot that has been created based on high win rate strategies. This EA is different from other products in the market because:
- smart entries based on a combination of top 10 advanced strategies
- the EA contains a “Full Win” function that increases the recovery factor and can make a profit from some win trades almost twice a hypothetical loss
- created by experienced traders
- we have plans for future updates(additional currency pair strategies, …)
What is the “Full Win” function ? in high win rate EAs we see there are open positions that go to loss and then come back to profit, in that case, we see the position goes to for example 400 points drawdown, and then it closes with 100 points profit.
what if the EA opens 2 extra trades with the same SL and TP at 400 points floating loss? let’s say the SL is 500 points.
if(hit SL) ==> we lose 500+(2*100) = 700 points
if(hit TP) ==> we earn 100+(2*500) = 1100 points
so we created an optional function that will open extra trades on special order to increase the recovery factor and the results are great till now; the extra positions have the same SL and TP as the first one. profit of one full win trade is almost twice a hypothetical loss (check the signal or back test). this function is optional and the user can disable it.
monitoring: |
---|
******************* the current version has strategies for AUDCAD ,NZDCAD ,NZDUSD , AUDCHF, EURCAD ,XAUUSD currency pairs ; m15 time frame********************
Settings
- CurrencyPair : the currency pair that user wants to run the EA on it
- Order_Comment
- UniqueMagicNumber
- StopLoss_points
- TakeProfit_points
- MaximumAllowedSpread
- EnableFullWin : if(true) ==> the EA can open extra trades to increase recovery factor
- MoneyManagementType : (fixed lot , auto lot)
- FixedLotSize
- IncreaseLotSizeEach : if user choose auto lot the EA will increases the volume for each trade based on this parameter
** SETTINGS **