![]()
StrategyMaven is a sophisticated trading solution designed to help traders achieve their goals with ease. It is based on the highly advanced Position Pending strategy and a unique stealth trading algorithm. Our strategy is a combination of a custom indicator, trend lines, support and resistance levels (Price Action, Order block and liquidity concepts), and the powerful stealth trading algorithm mentioned above. With its never-before-seen risk management and trade management technology, you can automate a wide range of complex trading strategies from swing trading to M1 scalping.
We suggest that you prioritize testing StrategyMaven EA for swing trading. You can try it out on any currency pair on the daily chart (D1) . In addition to the tutorial, we will send you the specific configuration files for other trading styles.
Our expert advisor is equipped with an advanced algorithm that includes special techniques that professional fund managers usually keep to themselves. Finding such strategies in search engines or classical trading trainings is quite difficult. Therefore, after a long period of research and development, we created StrategyMaven, which is designed with a future-oriented perspective and does not rely on past data.
It is important to note that some dishonest traders sell counterfeit versions of our product. We strongly advise against using these fake versions as they will not perform like the original and may harm your trading. To ensure that you receive a legitimate product, please only use the licensed and legal version that we have offered for sale on MQL5 .
With StrategyMaven, you will have access to a comprehensive trading strategy tailored to your specific needs. Whether you're a scalper, day trader or news trader, StrategyMaven has got you covered. Our advanced optimization settings allow you to fine-tune the EA to meet your trading goals and preferences, giving you a truly customized trading experience. We have also implemented algorithmic measures to prevent broker cheats, and you have the option to hide your TP/SL levels. Our broker quality check algorithm ensures the quality of execution before placing an order, and our product has successfully passed the rigorous criteria of Monte Carlo simulations. Additionally, we have included an algorithm to detect all counterfeit versions like msimg32.dll and more.
- Trade Mode : Choose the mode that suits best you strategy. With the Time Mode you'll need to fill additional inputs in the Time Settings each session.
- Hidden SL & TP : This allows the option use a hidden SL & TP. Be aware that there is a bigger chance of slippage when trading with a Hidden SL on live conditions.
- Maximum number of trades total : This is the number of trades you want the EA to open in total. It count limit orders & open trades.
- Maximum Trades with Open Risk : This is the number of trades without a secured SL that the EA can open at a time. It counts open trades without SL at Breakeven and limit orders as these are seen as a possible risk of loss when they eventually open.
- Maximum Allowed Lost Trades per Session : This is the number of losses at which the EA should stop taking more trades. It counts closed losses and possible losses.
- Breakeven Risk/Reward : This is the number of Risk Reward(formula is: amount of
- SL x amount of floating profit) at which you want the SLs to be moved at Breakeven.
Trade Type : There are three options here.
Buy and Sell: This option will take into account both sides of the Range. If the High of the Range is broken first then the EA will choose Sells. If the Low of the Range is broken first then the EA will choose Buys.- Sell Only : This option will only take into account the Sell opportunities. Doesn't matter if the Low of the Range is borken first, the EA will only look for the break of the High to start Selling.
- Buy Only: This option will only take into account the Buy opportunities. Doesn't matter if the High of the Range is broken first, the EA will only look for the break of the Low to start Buying.
- Candle Trade Filter : This is the number of candlesticks you want to be closed after the creation of an Orderblock for the Orderblock to be valid for a Trade.
Below, I have provided a code example for operating the adjustments. This will allow you to see at least a portion of the non-hidden parts of the EA you will have. I want to show my respect for your needs.
- Risk percent for TP 1 (50% of the Range) : This option will open a trade with the set risk percentage with a TP at 50% of the Range. (0.0 means No Trade.)
- Risk percent for TP 2 (100% of the Range) : This option will open a trade with the set risk percentage with a TP at 100% of the Range.
- Risk percent for TP 3 (200% of the Range) : This option will open a trade with the set risk percentage with a TP at 200% of the Range.
input string BS="---------BASIC SETTING---------"; input EnumTradeMode TradeMode=NoTimeMode;//Trade Mode input bool HidenSLTP=false;//Hidden SL & TP input int NumTrade=100;//Maximum number of trade input int MaxTradeOpenRisk=10;//Maximum Trades with Open Risk input int MaxLossTradeSession=15;//Maximum Allowed Lost Trades per Session input double BeRate=2;//Breakeven Risk/Reward input EnumTradeType TradeType=BUY_SELL;//Trade Type input int CandelIndex=0;//Candle Trade Filter input double RiskPercent1=0.2;//Risk Percent 1 input double RiskPercent2=0.2;//Risk Percent 2 input double RiskPercent3=0.2;//Risk Percent 3 input int Slippage=30; input int MagicNumber=20230912;//Magic Number input string CLSPART="---------PARTIAL CLOSE SETTING---------"; input bool UsePartial=true;//Use Partial Close input double PartialRR=4;//Partial Close Risk/Reward input double ClsPercent=30;//Partial Close Percent input string SLTP="---------EQUITY SL/TP SETTING---------"; input double PercentTP=10;//Take Profit Percent input double PercentSL=-1.2;//Stop Loss Percent input string TRAIL="---------EQUITY TRAILING SETTING---------"; input double PercentTrigger=3.0;//Percent Trigger input double PercentReduce=50;//PercentReduce input string TM="---------TIME SETTING---------"; input datetime TimeStart=D'2023.01.10 00:00:00';//Time Range Start input datetime TimeStop=D'2023.01.10 15:00:00';//Time Range Stop input datetime TimeStart1=D'2023.01.10 15:30:00';//Time Trade Start input datetime TimeStop1=D'2023.01.10 22:00:00';//Time Trade Stop input string CLS="---------END SETTING---------"; input bool UseClsTime=false;//Use Close Time input datetime TimeClose=D'2023.01.10 23:30:00';//Time Close input EnumCloseMode CloseMode=ClsLimitNotBE;//Close Mode input bool MoveBeEndTime=true;//Move BE one minute before the end timeNo Time Mode Strategies
No Time Mode means the EA won’t use ranges as a reference for its internal calculations. This has some advantages when designing certain trading strategies like News Scalping, when there is no structural reference, or some Major Timeframe Swing Trading strategies.
This Trailing Stop is based on overall floating profits.
- Percent Trigger: The percent of profit needed for the EA to Trail the Equity Stop
- Percent Reduce: The percentage from the profit at which the EA will set the Trailing
- Stop. (Ex: if set at 75%, a 25% decline of profit will activate the stop)
StrategyMaven is also an excellent choice for use in fund accounts. With its user-friendly interface and detailed user guide, even beginners can confidently use StrategyMaven. As any experienced trader knows, the market is always risky. However, with StrategyMaven's latest strategy and advanced algorithm, you can rest assured that you are using a tool based on industry best practices and strategies.
Remember you can message me via MQL5 chat anytime to clear any questions regarding the EA.