Basket Manager EA v1.0 This is a simple EA which will manage a basket of numerous orders within the same account which orders are opened by other EAs by way of their Magic Numbers. Please note that each individual magic number will have numerous opened orders within that same magic number. The EA will have the following adjustable parameters (please code the given values as default): Magic Numbers to Manage - 801,802,803,804,805,806,807,808,809,810 Universal Take Profit (in $$$) - 100 Universal Stop Loss - 0 Close All Orders Now - Yes/No (default set at No) Please note that when the user sets either the Universal TP or SL at 0 (zero), then it is disabled such as the zero value given above to the Universal SL, that means the SL is disabled and not in use. The same applies to the TP – if I want to disable it, I will assign a zero value to it. When the Universal TP or SL is hit, the EA must close up all the opened orders of all the magic numbers managed and thereafter, delete all pending orders under all the magic numbers managed. The opened orders must be all closed up first before deleting the pending orders (if there is any). The EA must close up all the orders in lightning speed – it must be done very fast. When the ‘Close All Orders Now’ parameter is turned to Yes, the EA must close up all the orders under all the magic numbers managed and then delete all the pending orders (if there is any). There must be a display panel on the left side of the screen with Aqua colour medium size fonts & thickness displaying all the magic numbers managed and their individual positions as well as the overall position of all the magic numbers managed as follows: Magic Numbers Managed 801 - -123.00 802 - -456.00 803 - 122.00 804 - -56.00 805 - -78.00 806 - 90.00 807 - 128.00 808 - -234.00 809 - 778.00 810 - -1,178.00 Overall Position - -1,007.00 Universal TP - 100.00 Universal SL - 0.00