Constructor MT4
- Experts
- Aliaksandr Chupryna
- Version: 1.0
Martingale. ConstructorMT4 consists of 4 separate Expert Advisors:
- Bar Trading
- Trading with iEnvelopes and iSAR indicators
- Trading with the iMA indicator
- Trading with the iIchimoku indicator
The strategies are independent of each other. In each, you can separately choose:
- Lot calculation ( 7 options )
- Closing positions (5 main options and additional ones)
- Up to 10 any currency pairs
- and other advanced options
ConstructorMT4 is a good opportunity to test different variants of trading strategies working simultaneously in the tester.
MT5 version - ConstructorMT5.
Input data for some strategies (Broker: "Roboforex"):
Information for beginners (answer to a frequently asked question):
The "file.set" contains the values of the input parameters. To install them in the adviser's menu, select "load" and select the desired "file.set". You can see the visual description "here".
Important when trading:
When installing the adviser on different charts on the same account, keep in mind that each next "_Magic_" must be 4 more or less than the existing ones.
You can see the visual description of the parameters here.
Advisor options:
- EA-1, EA-2, EA-3, EA-4 : Enable (disable) trading strategy
- Total_Bars_to_Open : The minimum number of consecutive bullish or bearish bars to open a position
- Size_Bars_to_Open : Minimum total volume of bars to open a position
- Use_when_opening_iSAR : Don't buy if iSAR < Bid_. Prohibition to sell if iSAR > Bid_
- Step_when_opening : Consider step (Step_Size) when opening positions
- Step_Size : Minimum distance (in points) between open positions
- Step_increase_ratio : Step reduction ratio (Step_Size). If Step_increase_ratio = 1 : Step_Size = constant
- Open_only_1_position : Open only one position in each direction
- Lot_selection : Selection of trade volume calculation (lot):
- Lot_Const : Constant Lot = Min_Lot *Exponent_EA
- Lot_from_TP : Lot required to close positions in profit at TP_for_Lot distance from the last order price
- Lot_from_Step : Lot depends on the distance of the current price from the first order price ( +1 Step_Change_Lot = + Min_Lot )
- Lot_Alg : Each lot is increased by Min_Lot
- Lot_Geom : Each lot is increased by Lot_Exponent_Geom times
- Lot_Fibo : Each lot increases in the Fibonacci sequence
- TP_for_Lot : Required number of points (from the price of the last order) to close positions in profit. (if Lot_from_TP = true)
- Step_Change_Lot : The number of pips needed to increase the lot by MinLot. (if Lot_from_Step = true)
- Lot_Exponent_Geom : Lot exponent. (if Lot_Geom = true)
Full list of input parameters here
I really liked this robot. Thank you.