Required EA is to be in MQL4 and MQL5. This means I would want the source codes for both MQL4 and MQL5 Parameters _____________________________________ Magic Number: 1234 Comments: Bollinger Bands Trader v1.0 Use_Money_Management: True of False //Option to Use Money Management for Lot Size Calculation or not. Default Lot Size: 0.01 // If Use_Money_Management is set to False Lot Size Settings: (According to account Equity Size; for example: if Equity = $1000, Order Lot Size = 0.01 Risk Settings: 2% Stop_Loss: 100 (Points) Take_Profit: 100 (Points) Break_Even: True of False Break_Even_Start: 66 (Points) Set_Break_Even: 11 (Points) //Set Stop_Loss to 11 points below Order Price in Profit Trail_Stop: True of False Trail_Stop_Start: 123 (Points) Trail_Stop_Stop: 66 (Points) //Set Stop_Loss to 66 points below Order Price in Profit Trail_Stop_Step: 1 (Points) //Set increments and follow Order Price in Profit Hide_Stop_Loss: True of False //Option to conceal Stop Loss Hide_Take_Profit: True of False //Option to conceal Take Profit Hide_Break_Even: True of False //Option to conceal Break Even Hide_Trail_Stop: True of False //Option to conceal Trailing Stop A Buy and Sell line indicator is to be shown when Hide_Stop_Loss & Hide_Take_Profit is set to true. Hidden_Stop_Orders: True of False //Option to conceal Stop Orders entry A BuyStop and SellStop line indicator is to be shown when Hidden_Stop_Orders is set to true. Trade_Start_Time_1: 01:05:00 Trade_End_Time_1: 05:59:30 Trade_Start_Time_2: 06:05:00 Trade_End_Time_2: 11:59:30 Trade_Start_Time_3: 12:05:00 Trade_End_Time_3: 17:59:30 Trade_Start_Time_4: 18:05:00 Trade_End_Time_4: 23:59:30 Series_Stop_Loss: 10 (Percentage of Account Margin) Series_Take_Profit: 2 (Percentage of Account Margin) Trade_TimeFrame: 1440 (in minutes) Order_Entry_Frequency: 60 (in minutes) Maximum_Number_of_Stop_Orders: 14 ________________________Trading Modes________________________ Individual_Order_SLTP_Mode or Series_Mode Individual_Order_SLTP_Mode is based on Stop_Loss & Take_Profit settings Series_Mode is based on all orders created in the series, based on Series_Stop_Loss & Series_Take_Profit. All orders will be closed when losses hits Series_Stop_Loss levels and all orders will be closed when profits hits Series_Take_Profit levels ________________________Trading Operation________________________ When Time is within: Trade_Start_Time_1 & Trade_End_Time_1 & Trade_Start_Time_2 & Trade_End_Time_2 & Trade_Start_Time_3 & Trade_End_Time_3 & Trade_Start_Time_4 & Trade_End_Time_4 & When Trade_TimeFrame & Order_Entry_Frequency is true & BuyStop and SellStop orders will open based on: BuyStop orders will be open on the highest price point of the Trade_TimeFrame SellStop orders will be open on the lowest price point of the Trade_TimeFrame When orders exceed Maximum_Number_of_Stop_Orders, oldest orders will be deleted to make way for newer orders. ________________________End________________________ _______________Indicators to be shown on Chart (Top left)________________________ ================= EA Name & Version ================= Account Balance: Account Equity: Use MM: Lot Size: Account Profit: Equity Percent: ________________________End________________________