- Overview
- Reviews
- Comments
- What's new
My Super Hero MT5
Professional strategy
BIG UPGRADE : New system
This EA clearly controls the market and and performs a statistical price analysis.
What should be remembered. Some advice:
- Don't buy at the top and sell at the bottom.
- Play with the main trend.
- Calculate your entry risk.
- If possible, it is better to choose the market, which is the most suitable for this trading strategy.
If you do not have a proven expert, you can purchase my product.
Expert has a statistical approach to trading. Analyzes stories and provides the most important information. It also determines the percentage of risk (historical analysis does not work in the strategy tester).
The system is based on the idea that you should finally get the correction or trend reversal. From this point of view, this should work according to the theory of probability.
Example:
The last record trend was 300 pips.
If you open a position at the top, the risk will be high but if you do it halfway the risk is % 50.
Statistics will keep you from making rash decisions.
For ACCOUNT TYPE: Hedging
Input Parameters:
input start_enum start=2;//Start input ENUM_TIMEFRAMES tf=PERIOD_H1;//TimeFrame input string c_omment="My Super Hero";//Comment input int spread=5;//Max Spread input int slippage=1;//Slippage input long MagicNumber=1;//Magic Number input ushort period_trend=230;//Trend in pips. 0=Off input ushort n_pips=10;//Enter in pips input ushort SL=400;//Stop Loss input ushort max_tp=15;//Take Profit (first position) input ushort max_grid_tp=150;//Max Grid Profit (0=off) input double tp_chart=7;//Take Profit input ushort max_next_tp=45;//Max Take Profit (next positions) input bool swap_true=true;//TP+Swap input double Lots=0.01;//Lots input double MaxLots=2;//Max Lots input double power=13.0;//Power input ushort PipsStep=21;//PipsStep for grid input int MaxTrades=16;//MaxTrades

























































































Minor modification of opening the next positions.
Minor code changes.
Simplification of input parameters. The detector of opening the next position.