Name of EA: "TH Box" Please program an EA based on you trader dream indicator. The trader dream indicator shall be build in the EA "TH Box". The EA shall work on each curreny pair and timeframe I put it on. The EA shall treat all open trades on one pair as one basket. If I use the same magic number on many pairs then the EA shall treat all open trades of pairs with the same magic number as one basket. How the EA shall work: Initial positions: Immediately open a buy position when the indicator is bullish. Immediately open a sell position when the indicator is bearish. Take profit, when TP is hit. Immediately open a new position in direction of the trend, etc. Hedge 1: If TP is not hit but a counter signal appears (trader dream gives opposite signal), then open a position in the new direction according to trader dream signal. This is a hedge. This new position shall multiply the first position by the multiplier. Take profit, when TP is hit. Hedge 2: If TP is not hit but another counter signal appears (trader dream gives opposite signal), then open another position in the new direction according to trader dream signal. This is another hedge. This new position shall multiply the second position by the multiplier. Take profit, when TP is hit. continue with hedge 3, 4, 5, 6, etc. - as many hedges as are necessary to hit TP and make basket profitable. When TP is hit, then start with initial position immediately again and open first order in favor of the trend. Input parameters/settings: (some ideas are from Black star, some from Brazil system premium, some from me) All settings of indicator Trader Dream shall be adjustable in the EA. The product shall work both on 4 and 5-digit quotes. Specify values in points like for 5 decimal places in the input parameters, and it shall automatically recalculate everything for 4 decimal places. Start Lots - initial lot; Lot multiplier - lot multiplier for the second and subsequent orders; (should work with any value, but also work with 1.0 if I input that - like a cost averaging system) Max Lot - maximum acceptable lot; Take Profit, points - take profit in points; Take Profit 2, profit - take profit in currency; (example: 1.00 USD, 5.00 USD, etc. - whatever I want; this applies if initial order goes into TP directly OR if hedge(s) appear, then applies for the whole basket) Stop Loss - Stop Loss om deposit currency; Stop Loss 2, points - stop loss in points; Integrate news filter; (1. do not open initial trade x minutes before and x minutes after news; 2. close all open positions (basket) x minutes before and x minutes after news) --> differentiate between high, medium, low importance news Imp1DRAW, Imp2DRAW, Imp3DRAW - display news on the chart (enable/disable; Imp1, imp2, imp3 individually); Hedge safety features: (adjustable by user) After x hedge make TP y; (enable/disable; values choice of user) After z hedge make basket breakeven (+-0); Trail Start, points - profit in points to activate trailing stop; (if no TP is set; works for initial trade or whole basket, whenever trailing is able to kick in) Trail Distance, points - trailing stop distance; Signal Bar - work on the current bar / work on closed bars. (like in EA Black star) Start Time/Stop Time - the beginning and end of the time period for the EA to open the first order; Magic - magic number for the Expert Advisor to identify its positions. If any value is set "0", then it is not active. Chart feature: Build in Close buy, close sell, close all buttons on chart; (enable/disable) Make TraderDream visible on the chart; (enable/disable)