I have Ea with instruction that when we open a position in one chart assigns profit/loss limit, defined in pips. There is also partial take profit and trail defined in pips. When we open more than one position in one chart Break even is calculated and visible on the chart (for the sum of trades). And it assigns to the sum of trades, profit limits, defined in pips vs break even and break even and trailer levels calculated in money. I would like to change it in a way that also when there is more than one position (sum of trades): 1) break even and trailer levels are defined in pips and not in money for the sum of trades- in current ea there is already BE and Trailer for the "sum of all trades" but the problem is that it is regulated in money $ and not in pips. I want it in pips . 2) I would like to insert partial take profit in pips (vs break even) for the sum of trades (see example below). (Today partial take profit is only when there is only one position open). 3) New take profit and stop loss level generated by the trailer (for the sum of trades) should be visible with red dot line when more than one position. 4) Past positions should be visible in the chart as opening point, red if sell and blue if buy, closing point, and dot line between opening and closing in red if loss and green if profit. 5) in the part that regulates multiple positions (sum of trades) I would add a break even level and a trailer to be applied to each new single position (after the first one) in pips in addition to the total (sum of trade) break even level and trailer": these levels can be different levels of BE and trailer from what is regulated in the section when only one position is open. 6) the value of sum of all trades is displayed on the top left of screen today but overlapped from other writtens. We need to move on top right of the screen checking that it doesn't overlap the label of the ea So the integration is only concerning the part in which ea regulates when more than one position is opened (sum of trades) Additional comments and examples: 1a) please do not prepare a new ea, but just integrate the existing one ("trailbeea update version 6"). 2b) the integration is also relevant to the part of ea that regulates when more than one position is open (sum of trades). When only one position is open the ea is already perfect and not need to modify. 3c) for when more than one position is open (sum of trades): - for partial profit we can , as it is for the part when only position is open, close in % all open positions. Example: when "sum of all trades" is above break even by 10 pips, close 20% of all trades (ORIGINAL LOT), both profit and loss trades, (% to be input in input window); when above breakeven by 20 pips close 30% of all trades... we can put 4 different levels as it is for when there is only one position. You can see this example: 20 PIPS = 20% (ORIGINAL LOT) 40 PIPS = 30% (ORIGINAL LOT) 60 PIPS = 50% (ORIGINAL LOT) 100 PIPS = 70% (OROGINAL LOT) - we need also to have for any single position (open after the first one) a BE and trailer in pips. Example when profit higher than 20 pips BE = 0 and trailer start = 10 pips, trailer level= 10 pips. These levels can be different levels of BE and trailer from what is regulated in the section when only one position is open. I RECOMMEND NOT TO PREPARE A NEW EA BUT INTEGRATE THE EXISTING ONE ONLY IN THE PART THAT REGULATES WHEN MORE THAN ONE POSITION IS OPEN.