Specification
What I need:
Part Version 1.1
(1/4) 1.1) I need the EA work on any price Ex: 199.750; 219.21; 0.4721; 1.66076 (Work with any decimal cases prices); and can work Forex, Metal, And can work MQ4, open code; Time, 1st week open orders code; 2nd week; close orders code; 3rd week, Panel information code. Total 3 weeks
(1/4) 1.2) Simple robot place one first order and place Buy Limits orders or sell Limit orders with an increment set pips by user. The user defines the value for the first order value and the limit value for the last limit orders.The User also place direction (buy or Sell or both) are introduced on the main configuration. And the number of limit orders that will derive from that first order that user define. The TP also introduced by user on base configuration(Set Pips). The TP placed on the pendent orders will be always the same for that Symbol if the user change it on the main configuration the robot only have to place it on the new orders open, the user define the number of orders that we will have on the limit area can be different from the number introducer on the first order. After same order close the EA generate a new order on Buy or Sell Limit to replace that ordar that was closed. The User on the base conditions also define a total de margin requirements for the EA operate, if we get on limit Margin Requirements,the EA did not open any more trades till EA fulfill the open orders conditions again(1/4) 1.3)Enter conditions (3 enter condition introduction by user on main configuration, can be same indicator, like MACD>0, RSI>0, MA50>close or other, the user can write indicator condition on the main configuration board of the EA. If the conditions are meet the AE execute the predetermination order. If there are no pre configurated conditions the EA can work in a continuous way and open one limit order after he close one with the TP. I want the code open to be able to change the condition if I need appropriate. We have to activate or not activate the conditions on the main configuration, you can use that 3 exemples I gave to set the 3 exemples. Use for exemple MACD(H1)<0 RSI(H1)<60 MA(13)>Close
(1/4) 1.4) The EA will work on a Time frame defined by user on the main conditions independent the user can change the time frame on chat the EA will work always on the pre configurated time frame. Time frame of operation defined on the main configuration.
(1/4) 1.6) For each symbol (3 Total) the user can define the total open orders that can be open and if that number are reach the EA will not open more orders till same are closed.
(1/4) 1.7) The orders cannot be duplicated imagine it you have same 3 pendent orders already open for EURUSD and you get the conditions to open 5 limit orders, the Robot only must create the 2 missing limit orders because the other already exist.
Version 1.2
(2/4) Closed conditions the Limit orders that are open will close with the TP configurated by the user (always the same) or also user configure on the main data a total value for the positive orders and the robot close all positive orders, or also other condition close all orders that are above same pre-defined value or after same sum of value are reach the robot close the orders till fulfill that value. The close condition always net value, consider always NET minus the swap and commission etc.
Version 1.3
(3/4) Same last condition, the robot will operate with 3 modes, each mode uses same enter condition. that will be defined by user on the main condition, it’s like same indicator or condition like “close >quote or close <MA50 or same indicator signal”, 1, 2 and 3 on the first condition the EA open (x) orders incremented by the set pips defined by the user on the main configurations ex:( 5 orders, you already have 2 orders open with TP 1,2025 and 1.2020 on sell side and the robot fulfill the condition to open 5 orders the price are at 1.2030 so the robot have to open more 3 sell orders immediately an place a TP price of 1.2015 1.2010 and 1.2005; Option 2 the robot open (x) pendent orders Ex:10, and 3. the robot open (x) pendent orders ex:15.,
Version 1.4
(4/4) Information Panel with simple information about: orders open; margin; More or Less similar to image in annex.
I believe it is all