本帖最后由 外汇金融圈 于 2021-3-30 07:59 编辑
BreakthroughStrategy适用环境:mql5市场乾坤和佳达环境的的外汇ea
BreakthroughStrategy的介绍:Breakthrough Strategy这个mql5的外汇ea 属夜间头皮,支持多货币,此EA一周只交易1天,且在周五,比较稳的EA 这个是我们精选mql5市场的精品外汇ea的其中之一
BreakthroughStrategy适用的周期:m5
BreakthroughStrategy适用的品种:EURCHF AUDCAD CHFJPY EURAUD AUDNZD GBPUSD USDJPY EURNZD GBPCHF GBPJPYEURCAD GBPAUD CADCHF USDCHF EURGBP GBPCADEURUSD USDCAD AUDUSD
BreakthroughStrategy参数
- ==== GMT and DST ====
- GMT_Offset_Manual - the value of the difference between your broker's server time and GMT (during testing establish value for the winter period);
- GMT_Offset_AUTO - enable/disable automatic detection GMT Offset, based on the local computer time (in the Strategy Tester does not define);
- Adjust_DST_select - enable/disable Daylight Saving Time correction (for the Strategy Tester);
- ==== Lot and MM ====
- Use_Fix_Lots - enable/disable fixed trading lot;
- Value_fixed_Lot - the value of the fixed lot;
- Use_MM_1 - enable/disable the lot value based on balance;
- Funds_for_001_Lot - amount of funds for 0.01 lot;
- Use_MM_2 - enable/disable the lot value as a percent of deposit based on StopLoss;
- Risk_Percentage - percent of deposit for lot value calculation;
- Use_MM_Reg_1 - enable/disable recovery money management 1 (trading lot will not decrease in case of drawdowns);
- Funds_for_001_Lot_Reg - amount of funds for 0.01 lot;
- Use_MM_Reg_2 - enable/disable recovery money management 2 (trading lot will not decrease in case of drawdowns);
- Risk_Percentage_Reg - percent of deposit for lot value calculation;
- On/Off_Lot_Min_for_MM_Reg - enable/disable setting the minimum trading lot for the recovery MM_1 or MM_2;
- Value_Lot_Min_for_MM_Reg - minimum trading lot for the recovery MM_1 or MM_2;
- ==== Days without Trade ====
- Use_Holidays_Pass - not to trade in the period of holidays which is set by means of parameters: Month_start_Holidays, Day_start_Holidays, Month_end_Holidays, Day_end_Holidays;
- use_Date_Holidays - not to trade in days of holidays which are set in line Date_Holidays;
- Number_Start_Month - not to trade the number of days at the beginning of a month;
- Number_End_Month - not to trade the number of days at the end of the month;
- ==== Record of deals in the file ====
- Record_Deals - enable/disable recording of Expert Advisor operation details to a file;
- Name_File - file name for record;
- ==== News Filter ====
- Use_NewsFilter - to use the filter of news;
- Pass_of_News_else_Trade_at_News - if "true" then not to open the transaction in the set time intervals with news; if "false" then to open transactions only in the set time intervals with news;
- News_All_countries - take into account the news of all countries;
- News_USA - take into account the news of the USA;
- News_Europe - take into account the news of the Eurozone and the UK;
- News_currency_pairs - take into account the news for the current charts currency pair;
- News_currency_string - take into account the news for the currencies which are registered in a line News_currency_str;
- IncludeHigh - consider news of high importance;
- MinsBeforeHigh - number of minutes before the release of high-priority news to disable opening of transactions;
- MinsAfterHigh - number of minutes after the release of high-priority news to disable opening of transactions;
- IncludeMedium - consider news of moderate importance;
- MinsBeforeMedium - number of minutes before the release of medium-priority news to disable opening of transactions;
- MinsAfterMedium - number of minutes after the release of medium-priority news to disable opening of transactions;
- IncludeLow - consider news of low importance;
- MinsBeforeLow - number of minutes before the release of low-priority news to disable opening of transactions;
- MinsAfterLow - number of minutes after the release of low-priority news to disable opening of transactions;
- IncludeSpeaks - take into account news-speeches;
- SpeaksHigh - take into account news-speeches of high importance;
- SpeaksMedium - take into account news-speeches of medium importance;
- SpeaksLow - take into account news-speeches of low importance;
- MinsBeforeSpeaks - number of minutes before the release of news speeches of any importance, to disable opening of transactions;
- MinsAfterSpeaks - number of minutes after the release of news speeches of any importance, to disable opening of transactions;
- ==== Basic Strategy choice ====
- Breach_else_Channel - if "true", then is used the strategy of "Breach"; if "false", then is used the strategy of "Channel";
- ==== block A and block B ====
- Use_Block_A - enable/disable block A;
- comment_block_A - a comment to the EA's trades of block A;
- magic_block_A - a unique magic number for the EA's trades of block A;
- Parametr_A_1 - parametr A1 for optimization of the block B (range of values: from 1 to 25);
- Parametr_A_2 - parametr A2 for optimization of the block B (range of values: from 1 to 25);
- Use_Block_B - enable/disable block B;
- comment_block_B - a comment to the EA's trades of block B;
- magic_block_B - a unique magic number for the EA's trades of block B;
- Parametr_B_1 - parametr B1 for optimization of the block B (range of values: from 1 to 25);
- Parametr_B_2 - parametr B2 for optimization of the block B (range of values: from 1 to 25);
- ==== Common parameters ====
- BUY_orders - to open a buy orders;
- SELL_orders - to open a sell orders;
- Slippage - allowable slippage in points (on Market Execution is not affected);
- Max_Spread_Open_for_BUY - maximum spread when opening a buy trade in points;
- Max_Spread_Open_for_SELL - maximum spread when opening a sell trade in points;
- Max_Spread_Close_for_BUY - maximum spread for closing a buy trade in points;
- Max_Spread_Close_for_SELL - maximum spread for closing a sell trade in points;
- Close_for_Any_Spread_at_Pips_Profit - the number of points in the profit (taking into account the current spread), at which the order is closed (at the close signal) for any spread, is valid for a value greater than 0;
- TakeProfit_Hide - virtual Take Profit hidden from a broker in points;
- StopLoss_Hide - virtual Stop Loss hidden from a broker in points;
- Duration_Pause_Minut_at_SL_Hide - pause duration in minutes when StopLoss_Hide is triggered;
- Use_safety_SL_and_TP - enable/disable the use of safety Stop Loss and Take Profit in order to limit losses should the terminal be off for a long time;
- TakeProfit_Safety - Safety (real) Take Profit in points (TakeProfit_Safety has to be more TakeProfit_Hide);
- StopLoss_Safety - Safety (real) Stop Loss in points (StopLoss_Safety has to be more StopLoss_Hide);
- Minimum_Duration_of_deal_in_seconds - minimum time of life of an open position in seconds, works at value more than 0;
- Minimum_Pips_at_Profit - the minimum number of profit points for closing a positive transaction;
- Close_Loss_only_by_SL - closing of negative trades only by StopLoss (virtual or real);
- Total_open_transactions - the maximum number of simultaneously open positions with magic numbers "magic_block" for a chart symbol;
- Total_deals_of_line_magics_for_one_symbol - the maximum number of simultaneously open positions with magic numbers from "Line_Magics" by the chart symbol; valid for values greater than 0;
- Total_deals_of_line_magics_for_all_symbols - the maximum number of simultaneously open positions with magic numbers from "Line_Magics" for all symbols; valid for values greater than 0;
- Line_Magics - line of magic numbers of positions; if empty, then the number of open positions is calculated for all (any) magic numbers.
- Number_Minutes_and_Closing_Max_Bar - the number of minutes from the opening of trading on Monday, after which the position will be closed if the price is maximum (0 - disabled);
- Number_Minutes_and_Closing_Medium_Bar - the number of minutes from the opening of trading on Monday, after which the position will be closed if the price is not lower than the average value (0 - disabled);
- ==== TIMING ====
- GMT_Open_Trade_Hour - hour to start opening of transactions, GMT;
- GMT_Open_Trade_Minute - minute to start opening of transactions, GMT;
- Period_Open_in_minute - time duration for opening of transactions in minutes;
- GMT_Open_Pause_Hour - hour to start a pause in opening of transactions, GMT;
- GMT_Open_Pause_Minute - minute to start a pause in opening of transactions, GMT;
- Period_Pause_in_minute - pause duration in minutes
- Sunday_Trade - to allow trade on Sunday;
- Monday_Trade - to allow trade on Monday;
- Tuesday_Trade - to allow trade on Tuesday;
- Wednesday_Trade - to allow trade on Wednesday;
- Thursday_Trade - to allow trade on Thursday;
- Friday_Trade - to allow trade on Friday;
- Saturday_Trade - to allow trade on Saturday;
- Reconfiguration_Time - to shift "GMT_Open_Trade_Hour" and "GMT_Open_Pause_Hour" on a number of hours ("Offset_Hours") in the period of time determined by parameters ("Month_start_RCT", "Day_start_RCT", "Month_end_RCT", "Day_end_RCT");
- Offset_Hours - time shift of work of the expert in hours;
- Month_start_RCT - month of the beginning of shift of work of the expert;
- Day_start_RCT - day of the beginning of shift of work of the expert;
- Month_end_RCT - month of the end of shift of work of the expert;
- Day_end_RCT - day of the end of shift of work of the expert;
BreakthroughStrategy复盘介绍https://www.mql5.com/zh/market/product/23001
BreakthroughStrategy信号展示 https://www.mql5.com/zh/signals/395124
|