Hi, 
 I am looking for an indicator which does the following: 
 An indicator which works on a chart in MT4 and display pips and profit/loss in deposit currency next to the current bar in a chart. Attached a sample indicator settings of a candle timer.  For my indicator, I want below options: 
 Text Color: Color Font Size: Number Font Name : Font Text AbovePriceLine : True/False  (If true display above price line, if not below. The text should move as the price line moves up/down) Profit/LossOnly: True/False (If true display both + or - Pips and + or - Profit in deposit currency as per attached sample) PipsOnly: True/False (If true display only + or - Pips value as per attached sample) ProfitOnly: True/False (If true display only + or - Profit in deposit currency as per attached sample) 
 Sample formats of text display: PIPS: +20 PROFIT: +200 (if Profit/LossOnly is True and trade is in profit) PIPS: -20 PROFIT: -200 (if Profit/LossOnly is True and trade is in loss) PIPS: +20 (if PipsOnly is True and trade is in profit) PROFIT: +200 (if ProfitOnly is True and trade is in profit) PIPS: -20 (if PipsOnly is True and trade is in loss) PROFIT: -200 (if ProfitOnly is True and trade is in loss) 
 Note:  If there are more than 1 trade running in a chart the indicator should add up the total profit or loss to find the grand total before displaying it.  For example: Trade 1: 0.1 EURUSD = 10 PIPS 100$
Trade 2: 0.2 EURUSD = -20 PIPS -200$ So the display should be = PIPS: -10 PROFIT: 100 Thanks, Bipin