Blue Marlin Breakout
- Эксперты
- Andre Tavares
- Версия: 1.0
- Активации: 5
The default input values are already optimized for EURUSD at time frame M1, spread at 14 and hedged account mode with leverage 1:100 and initial deposit of US$ 10,000, if you don't have this balance, I suggest you to use a CENT account. Always use the strategy tester optimization to set the best values for your assets, time frame, spread and account mode. It is very important and strongly recommended for successful trading. Optimize the input values as your needs.The EA's Strategy
The Strategy
- This Expert Advisor uses a simple built-in Breakout indicator where you can set the number of bars by which it will generate signals;
- Once you have profitable pending positions it will be pending for the time you define by input in minutes for long and short trades if you decide to use this functionality;
- It is also provided by Trailing Stop Loss technology;
- You may define the time you do not want the EA to trade on each day of the week. This way, you may avoid the impact news release time and avoid false signals;
- You may avoid high spread values by defining by input the maximum spread value allowed for trading operations.
General Inputs
- Closes orders with any profit of value in currency: this parameter works like the traditional Take Profit, but the difference is that you define its value in deposit currency, usually USD. If you do not want to use it, fill it out with 0 (zero);
- Take profit (order profit ceiling): traditional take profit. Orders will automatically be opened with this take profit value.
- Stop loss (loss limit): traditional stop loss. Orders will automatically be opened with this stop loss value.
- Lots volume to trade: defines the volume of the orders of this currency pair;
- Trailing stop loss: this parameter is the traditional trailing stop loss. If you do not want to use it, fill it out with 0 (zero);
- Maximum number of simultaneous orders: the maximum number of simultaneous open orders of the current symbol. If you do not want to use it, fill it out with 0;
- Minimum equity percentage to allow opening new orders: used to define the minimum equity required to open new orders in order to protect your equity;
- Maximum Spread allowed for operations: defines the maximum SPREAD value allowed to your trading operations. Set it to ZERO if you won't use it;
- Magic Number: this parameter identifies the orders the EA is working with;
- Close profitable long orders after N minutes: defines time in mininutes to close all profitalble long orders after N minutes;
- Close profitable long orders after N minutes: Closes all profitalble long orders after N minutes;
Bad time to trade (MARKET WATCH TIME)
- The Starting hour the EA will not trade on Mondays (0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;
- The Ending hour the EA will not trade on Mondays (0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;
- The Starting hour the EA will not trade on Tuesdays (0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;
- The Ending hour the EA will not trade on Tuesdays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;
- The Starting hour the EA will not trade on Wednesdays (0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;
- The Ending hour the EA will not trade on Wednesdays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;
- The Starting hour the EA will not trade on Thursdays(0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;
- The Ending hour the EA will not trade on Thursdays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;
- The Starting hour the EA will not trade on Fridays(0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;
- The Ending hour the EA will not trade on Fridays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;
Indicator's Inputs
Number of Bars to verify the highest and lowest asset quotation (Shift): defines the number of bars the indicator will checks for the limits breakout.