Hamster Scalping is a fully automatic trading advisor that uses two modes for scalping and martingale lovers. The RSI indicator and the ATR filter are used as inputs. Monitoring of real work, as well as my other developments can be viewed here: https://www.mql5.com/en/users/mechanic/seller
General recommendations A broker with good execution and a spread of 2-5 pips, you need a very fast VPS server, preferably with a ping of no more than 3.
OPTIMIZED SETTINGS HERE Input parameters The EA works on both four- and five-digit quotes. In the input parameters, we specify the valuesin points as for 5 characters, it will automatically recalculate everything by 4 characters. - Choise strategy - you can add a grid algorithm to the user's choice;
- New Cycle - on/off when New Cycle is off, after the series is closed, the advisor will not open a new one;
- Trade buy - the EA is allowed to trade only Buy;
- Trade sell - the advisor is allowed to trade only Sell;
- Period indicator1 - period of the first indicator;
- Up level - the upper level of the first indicator, above which the EA will open sell;
- Down Level - the lower level of the first indicator, below which the EA will open buy;
- Period indicator2 - period of the second indicator;
- From - the lower limit of the range of values of the second indicator, in which the EA is allowed to open positions;
- To - upper limit of the range of values of the second indicator, in which the EA is allowed to open positions;
- Initial lot - initial lot;
- Autolot - enable/disable automatic lot calculation;
- Autolot size - the amount of the deposit, for which the EA will use Lot when Auto lot is enabled;
- Max Lot - maximum lot for the EA to work with;
- Take Profit, points - physical take profit in points;
- Stop Loss, points - physical stop loss;
- Virtual Take Profit - virtual take profit;
- Option Take Profit - selection of take profit operation only on bar opening / at the current price;
- Level of Take Profit - selection of take profit calculation from breakeven/from the last order;
- Virtual Stop Loss - virtual stop loss;
- Option Stop Loss - selection of stop-loss operation at the bar opening/at the current price;
- Max Orders - the maximum number of orders in the market;
- Star Hour - Expert Advisor start time;
- End Hour - Expert Advisor's work end time;
- Use Wednesday Logics - if true, the EA does not work on Wednesday night, if false, it works normally;
- End Time Friday - end time on Friday;
- Max spread - the maximum spread at which the EA is allowed to open and close positions;
- Show Statistics - enable/disable the demonstration of statistics;
- Show Button Close - enable/disable the button for closing orders;
- Magic EA - magic number by which the EA distinguishes its positions from other orders;
- Take Profit, points - physical take profit;
- Stop Loss, points - physical stop loss;
- FontSize - setting the font size in the panel;
- Close all orders at take or stop - on/off. closing both directions at the same time;
- Imp1DRAW, Imp2DRAW, Imp3DRAW - drawing news on the chart (on/off);
- Pause before (after) a high importance news - news settings
For the News Stop Trading function to work, you need to check the box “Allow WebRequest” and add "ec.forexprostools.com", "worldtimeserver.com" to the URL list for WebRequest. To do this, open "Tools" > "Settings" > "Experts". Check the box "Allow WebRequest for the following URLs:". Add the following: "ec.forexprostools.com","worldtimeserver.com" and click OK. From there, the news calendar will be loaded.
|