As we mentioned before, configuration inputs are the expert advisor inputs that influence the expert advisor execution and behavior. In order to access to these inputs, in the MetaTrader 4 terminal go to the Navigator pane (if Navigator pane is not visible, you can activate it by going to View > Navigator or by pressing Ctrl + N key combination). If JedeyeFX installation was successful, you should find JedeyeFX expert advisor in there, as shown in the picture below.Page Sections
Then you need to right click on JedeyeFX and select Attach to a chart
option or just simply drag JedeyeFX onto the chart you want to use it in. A new window regarding JedeyeFX configurations like the one depicted below will appear. Just select the Inputs
tab to access to all the configurable sections of JedeyeFX.
JedeyeFX Configurable Inputs
Quick JedeyeFX Inputs Reference Table
The following table provides a quick-access reference guide to all the configurable inputs.
Name | Default Value | Description |
---|---|---|
| Maximum allowed slippage in pips. | |
| Automatic random magic number generation. | |
| Fixed magic number value. | |
| Maximum simultaneous opened buy orders allowed. | |
| Maximum simultaneous opened sell orders allowed. | |
| Maximum different orders symbols allowed at a time. | |
| Tells the EA to control manually opened orders (by trader’s intervention). | |
| Orders must be closed only when they are on profit (valid for each one of them). | |
| Orders must be closed only when the total profit of opened orders all together is positive. | |
| Defines the expert working schedule. | |
| Defines the maximum allowed loss in order to close all orders whenever the execution time ends. The defined loss must be a positive value. If loss is greater than the defined value, then all orders remain active. Setting this option to 0 disables it. | |
| Defines the current trading mode: None, Buy Only, Sell Only, Buy And Sell. | |
| Defines the initial trading lot size and calculation method. | |
| Sets the initial take profit for all orders which will be automatically open. | |
| Sets the initial stop loss for all orders which will be automatically open. | |
| Initializes all the indicators than may be used in other configurable inputs (specially conditions inputs) with their individual timeframe and settings. | |
| Sets all the conditions that must be verified in order to open a new buy order. In case indicators are used, the Indicators Setup input must have them properly initialized. | |
| Sets all the conditions that must be verified in order to close a new buy order. In case indicators are used, the Indicators Setup input must have them properly initialized. | |
| Sets all the conditions that must be verified in order to open a new sell order. In case indicators are used, the Indicators Setup input must have them properly initialized. | |
| Sets all the conditions that must be verified in order to close a new sell order. In case indicators are used, the Indicators Setup input must have them properly initialized. | |
| Sets all the conditions that must be verified in order to open a buy pending order that was set by the set_pending_order command. If empty, the order is automatically open without any restrictions. | |
| Sets all the conditions that must be verified in order to open a sell pending order that was set by the set_pending_order command. If empty, the order is automatically open without any restrictions. | |
| Number of pips the pending order will move (in a virtual sense, without opening) if its pending order open conditions are not verified true. | |
| Sets the pips margin which will be considered in order to move a pending order affected by a fallback action (Pending Orders Fallback Pips) back to its previous level. | |
| Defines the maximum number of pending orders which can be simultaneously set. Setting this option to 0 disables it. | |
| If set to true, when a pending order opens, it will set another pending order if set_pending_order command is found in any the matching open buy/sell orders conditions. | |
| Sets the actions which will take place whenever a pending order is opened. Actions such as risk change and TP/SL removal from opened orders are some examples of those. | |
| Sets the actions which will take place whenever a pending order is opened. Actions such as risk change and TP/SL removal from opened orders are some examples of those. | |
| Inverts trading allowance (e.g. change buy only to sell only) on a consecutive stop loss number. For example, if you want to invert trading allowance on the second consecutive stop loss, set this value to 2. Setting this option to 0 disables it. | |
| Stops the expert advisor execution whenever the value set in this input of total consecutive stop losses is reached. Setting this option to 0 disables it. | |
| If set to true, all the signals for opening and closing orders will be considered as alerts only (which may be sent to your mobile device), instead of really opening the orders as it happens in a normal environment. | |
| If set to true, alerts will be presented to you as popups right in MetaTrader terminal. | |
| If set to true, alerts will be sent to your mobile device which has to be previously configured in MetaTrader settings. | |
| If set to true, alerts will be sent to you as emails. Requires email configuration first in your MetaTrader terminal settings. | |
| If set to true, sends an alert each time an order is closed with stop loss. | |
| If set to true, sends an alert each time an order is closed with take profit. | |
| Allows sending custom condition-based alerts by setting all the conditions that must be verified in order to trigger an alert. | |
| Sets the market prices values which you want to receive alerts whenever they are reached. | |
| If set to true, an alert will be sent whenever a symbol price has an oscillation of a certain value in pips (defined by Pips Oscillation Value) during a certain period of time (defined by Pips Oscillation Value). | |
| Number of oscillation pips for Pips Oscillation Alert. | |
| Timeframe used for oscillation pips evaluation considered by Pips Oscillation Alert. | |
| Defines which chart bar will be considered for evaluating trigger conditions. Using the default value is recommended in order to avoid false signals. | |
| Defines which chart bar will be considered for evaluating confirmation conditions. Using the default value is recommended. | |
| If set to true, conditions evaluations and other events will be triggered only at new bars, resulting in better performance. Using the default value is recommended. | |
| Forces auto risk balance algorithm to ceil the lot size value instead of rounding it to the closest value (default behavior). | |
| If set to true, pending orders lines will be drawn on the chart. | |
| Sets the appearance of the Information Box in the top right corner. You may set it to be opaque, transparent or hidden. |