Hypercon Pro MT5
- Experts
- Aliaksandr Chupryna
- Version: 1.1
- Updated: 8 September 2023
- Activations: 15
"Hypercon Pro MT5" is a multi-currency Expert Advisor based on classic trading strategies. Market entry points are determined automatically, taking into account the characteristics of volatility and the current dynamics of the traded currency pair.
To reduce risks, it is recommended to use cent accounts.
Input data:
1. OPENING A POSITION
- "Period" : The timeframe of the chart determines the intensity of opening positions. The shorter the period, the more aggressive the trade.
- "Choosing_a_strategy" :
"Strategy_№1: Lot_from_Take-Profit" - set the data for "Take-Profit", and the position volume ("Lot") is calculated automatically."Strategy_№2: Take-Profit_from_Lot" - set data for "Lot", and "Take-Profit" (if "Take-Profit_closing") or "Stop-Loss" (if "Trailing_SL_closing") is calculated automatically.
- "Always_open_a_position" : If "true" - the position is always opened if there are no buy or sell orders. If "false" - the position is opened only by the signals of the algorithm.
- "Size_step_coefficient" : Coefficient for increasing the step size between positions. The step is not set in the parameters and is calculated automatically, taking into account the features of the currency pair. If "Size_step_coefficient"=0, then the step is not taken into account.
- "Max_Spread" : If the spread exceeds "Max_Spread", then the position is not opened.
- "Magic" : Individual advisor number. With different "Magic" it is possible to trade with several Expert Advisors on one account (provided that another Expert Advisor takes into account its "Magic").
- "Deviation" : The maximum possible deviation from the price when opening a position.
2. CALCULATION "TAKE-PROFIT"
- "TakeProfit" : Only used to close the first position in a series.
- "Take-Profit_calculation" (if "Strategy_#1") :
"Take-Profit_auto" - "Take-Profit" is calculated automatically and depends on the distance between the first and last positions, on the number of positions in the series and on "Take-Profit_reduction_coefficient"."Take-Profit_by_Level" - "Take-Profit" depends on the number of points between the first and last positions.
- "Take-Profit_reduction_coefficient" (if "Take-Profit_auto") : The larger the coefficient, the smaller the "Take-Profit" (closer to the opening price of the last position).
- "Percent_level_for_TP %" ( if "Take-Profit_by_Level") : Percentage of pips between the first and last positions to calculate "Take-Profit".
3. CALCULATION OF VOLUME
- "Lot_:_fixed_or_dynamic" : "Fixed" - fixed lot size ( Fixed_Lot = MinLot). "Dynamic" - lot size depends on the balance (Dynamic_Lot = ( Balance_/_Multiplicity_for_Lot )* 0.01 ).
- "Multiplicity_for_Lot" (if "Lot_ = Dynamic_Lot" ) : Lot increase by 0.01 every "Multiplicity_for_Lot" deposit units.
- "MinLot" (if "Lot = Fixed_Lot") : Minimum lot.
- "Maximum_Lot" : The maximum lot.
- "Lot_Calculation" (if "Strategy_#2") :
"Lot_Geom" - The volume is calculated through a geometric progression."Lot_Level" - The volume depends on the distance to the opening price of the first position in the series.
- "Lot_Geom_Exponent" (if "Lot_Geom") : The exponent to increase the lot exponentially.
- "Step_Level_Lot" (if "Lot_Level") : Lot increase step. The number of points required to increase the lot by 0.01.
4. CLOSING POSITIONS
- "Take-Profit_closing" : Closing a series of positions is done by "Take-Profit".
- "Trailing_SL_closing" : Closing a series of positions is done by trailing the total "Stop-Loss".
- "Add_Points" (if "Take-Profit_closing") : Additional points that increase the already calculated "Take-Profit" and increase the profit.
- "Start_Trailing_SL" (if "Trailing_SL closing") : Start trailing. Distance from breakeven in points.
- "Size_Trailing_SL" (if "Trailing_SL_closing") : Trailing size. In points.
- "Number_of_positions_to_start_closing" (Max_Num_Positions) : From which position to start closing the first and last when the required total profit is reached. If "Max_Num_Positions"=0, the parameter is not taken into account and the positions of the series are closed all together.
- "%_of_DD_to_close_two_positions" (if "Max_Num_Positions > 0") : The profit required to close two positions is equal (modulo) to the percentage of the maximum drawdown reached by the first position.