Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Cross_Line_Trader - MetaTrader 5 için Uzman Danışman
- Görüntülemeler:
- 7026
- Derecelendirme:
- Yayınlandı:
- 2018.04.18 17:14
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
It is a semiautomatic Expert Advisor. It opens a position at the intersection of the lines drawn on the symbol chart.
Four types of lines are supported
- Trendline
- Trendline by Angle
- Vertical Line
- Horizontal Line
Three types of interaction with the lines are possible
- Opening a position in the direction indicated in the line description;
- Only buying
- Only selling
Once the price crosses the line and an appropriate position is opened, the line becomes inactive (its type changes). The type of the inactive line is set in the settings to avoid reopening after the price crosses this line.
One type of intersection is implemented: at the opening of a new bar, i.e. if the Open price of the previous bar and the Open price of the current bar are on opposite sides of the crossed line.
Intersection of trendlines
The "Ray to the right" parameter of trendlines is checked:
- If it is enabled, then any intersection of this line at any current bar is counted;
- If the ray is disabled, the intersection is only possible when the right edge of the line is on the current bar or to the right of it. If the price does not cross the line before its right edge becomes to the left of the last bar, then the line becomes inactive.
Intersection of the horizontal line
If the open price of the past bar and the open price of the current bar cross the line, a position corresponding to the settings opens and the line becomes inactive.
Intersection of the vertical line
As soon as the current bar opens behind the bar, on which the line is set, a position corresponding to the settings opens and the line becomes inactive.
The volume of positions opened by the Expert Advisor is configured in the settings. You can also set stop loss and take profit in points. If invalid Stop Loss and Take Profit values are specified, the EA will adjust the values to the minimum StopLevel allowed for the symbol.
The Expert Advisor will adjust the lot in case an incorrect value is specified. If the lot is too large, the EA will adjust it in order to be able to open a position. If there is no money for opening even the minimum lot, no position will be opened.
The EA has 13 input parameters:
- Direction of opening positions - the list of modes for opening of positions:
- As per line description
- Always Buy
- Always Sell
- Description for Buy position - the line description for opening Buy positions (default is Buy);
- Description for Sell position - the line description for opening Sell positions (default is Sell);
- Inactive Line Style - the style of the inactive line;
- Experts magic number - the unique identifier of positions, which will be opened upon intersection;
- Lots - the volume of positions to open;
- Stop loss in points - the Stop Loss of a position in points;
- Take profit in points - the Take Profit of a position in points;
- Slippage of price - maximum allowable slippage when opening a position;
- Multiplier spread for stops - spread multiplier applied in the calculation of a proper distance for stop orders (*).
- Waiting for environment update (in seconds) - time in seconds to wait for the update of the trading environment (**);
- Number of attempts to get the state of the environment - the number of attempts to obtain an accurate trading environment (***);
- Log messages - write messages about the intersection of lines to log (Yes/No).
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/20178
Simultaneous opening of two opposite positions. Trailing Stop.
SignalMAAboveBelow 3A module of trading signals based on the Moving Average indicator signal module.
An Expert Advisor based on two iMAs (Moving Average, MA) and one iSAR (Parabolic SAR). Position trailing.
Days of the weekA histogram of the days of the week.