1. project name: Custom Code MM_Size; 2. main issue: extension of the money management tab of the eabuilder.com platform with a custom code; 3. the delivered custom code should be insertable (uploadable) into the "custom code" option of the Money Management tab of the eabuilder each time the customer starts a new EA project on eabuilder.com. 4. the delivered custom code should execute (implement) the following rules: a. the trade size for the next trade (MM_Size) is calculated after the last opened trade is closed; b. MM_Size is calculated using the data from 4 adjustable Inputs: 1. "Initial List of Numbers", (example: 1,2,3,4) 2. "Maximum Length of List of Numbers", (example:7); 3. "Initial Volume", (example: 0.05 Lots); 4. "Volume Upper Limit", (example: 0,5 Lots); c. MM_Size is calculated using also the following historical data of the last closed trade: 1. trade direction of the last closed trade (Buy or Sell); 2. trade result of the last closed trade (Win or Loss); d. the trade size for the next trade is calculated using the formula: MM_Size=[(first number from the "List of Numbers")+(last number from the "List of Numbers")]*("Initial Volume"), (example: MM_Size=(1+4)*0.05=0.25; e. if the last closed trade is a loss, it's trade size devided by the "Initial Volume" is added to the end of the "List of numbers", (example: the New "List of Numbers" will be 1,2,3,4,5; f. if the last closed trade is a win, the first and the last number of the "List of Numbers" are eliminated (cut ) from the list; (example: the new "List of Numbers" will be 2,3); g. if the "List of Numbers" has only one number/position that number will be used allone in calculating the formula from rule d.; f. the "List of Numbers" is reset to its initial form "Initial List of Numbers" when one of the following conditions becomes true: 1. the length of the "List of Numbers" is grater than the "Maximum Length of List of Numbers"; 2. the trade size is grater then the "Volume Upper Limit"; 5. demonstration will be done on hand of a simple EA built with eabuilder and delivered by the customer and completed with the custom code by the developer; 6. the developer will indicate the line numbers containing the base code of the Custom Code, so this lines can be copied from the experimental EA by the customer and pasted into any new EA built by the customer with eabuilder; 7. the budget of the project is 30 USD; 8. the deadline is 3 days after acceptance of the Requirements Specification.