Expert Advisor is based on the classic indicator - Relative Strength Index (RSI). This RSI trading system can trade in two RSI trading styles. If you set the Trading Style parameter to 'Center Mode', EA will trade over one center level the one you will enter. E.g. if you set value 50, EA will enter Buy when the RSI indicator is more than 50 and SELL when under 50 level line. Also you can reverse the system using parameter called Entry Mode (Normal, Reverse). If you set Trading Style to 'High-Low
You can slice your existing pending orders or you can create new orders (many pieces) with this script. If you want to slice an existing pending order you need only specify the number of pieces and the order's ticket number. Input Parameters Pieces (default: 1) – how much will be dismemberment the order. New Order (default: No) – New or existing pending order. Ticket Number (default: 0) – The number of the existing pending order. Order Type (default: none) – Trade operation type. ECN Broker
You can get notifications to your phone from time to time. You do not have to worry about server being out of order or about MetaTrader not working. Input Parameters Heartbeat (default: Disabled) – how often a message should be sent to your phone. Notification (default: "MT5 is working on @A") – message content. Wildcards: "@A": Account Number (e.g: "MT5 is working on @A") "@B": Account Balance (e.g: "Balance: @B on @A") "@E": Account Equity (e.g: "Balance: @E on @A") "@S": Symbol (e.g: "Expert
You can get notifications to your phone from time to time. You do not have to worry about server being out of order or about MetaTrader not working. Input Parameters Heartbeat (default: Disabled) – how often a message should be sent to your phone. Notification (default: "MT4 is working on @A") – message content. Wildcards: "@A": Account Number (e.g: "MT4 is working on @A") "@B": Account Balance (e.g: "Balance: @B on @A") "@E": Account Equity (e.g: "Balance: @E on @A") "@S": Symbol (e.g: "Expert
Description The CLogger class provides a simple but sophisticated logging utility that you can use to output messages. The messages have associated levels, such as INFO or ERROR that indicate their importance. You can then give the CLogger a level, and only messages at this level or higher will be saved. The levels are: DEBUG: Low-level information for developers. INFO: Generic (useful) information about system operation. WARNING: A warning. ERROR: A handleable error condition. Public methods
Description The CLogger class provides a simple but sophisticated logging utility that you can use to output messages. The messages have associated levels, such as INFO or ERROR that indicate their importance. You can then give the CLogger a level, and only messages at this level or higher will be saved. The levels are: DEBUG: Low-level information for developers. INFO: Generic (useful) information about system operation. WARNING: A warning. ERROR: A handleable error condition. Public methods
Description Trade Designer is a script for opening positions at the points marked by the indicator of the same name. The script automatically determines the direction of the position, type, and size based on the signals of the indicator. The order type is defined by the stop loss location relative to the open price. If the indicator does not run on the chart where the script is running, then no position will be opened. Please note that the value of the Unique Number must be in parallel with the
Description Trade Designer is an indicator that calculates the number of lots you have to trade if you want to risk a set percentage of your account per entry. It comes along with a free script that can be downloaded here https://www.mql5.com/en/market/product/6540. Two or three price lines will appear on your chart. The green one represents the price to place the Take Profit, the red one represents the price to place the Stop Loss and the blue one represents the point where you want to enter