This will be a indicator. this is not live trading dashboard but just an artificial TRADE Notification indicator. On chart it will create 4 buttons and 2 input tab. BUY button CLOSE BUY button SHORT button CLOSE SHORT button Input Tap:::: Stop loss pips= Take profit pips= Per Pip Value= How it works:::: BUY TRADE: When we click BUY button it will place 3 lines on chart . ask price as entry, stop loss line will be {ask-stop loss pips}, take profit will be {ask prise+ take profit pips} When we click BUY Button it will create artificial notification message which will display like " Buy (Symbol) @ "ask price" , STOPLOSS @ (ask price - stop loss pips) , TAKE PROFIT @ (ask price + take profit pips) When we click close buy button then it will create artificial notification message which will display like "CLOSE BUY @ "ask price" ,{ profit or loss amount}/RS Profit={if current ask price is above entry then ASK price - ENTRY} * PER PIP VALUE. LOSS ={if current ask price is below entry then ASK price - ENTRY} * PER PIP VALUE. When STOP LOSS line OR TAKE PROFIT line is hit by ASK PRICE then it will create artificial notification message which will display like If STOPLOSS line is hit then "STOP LOSS HIT @ "STOP LOSS line price", LOSS {PIPS * Per Pip Value}/RS If TAKE PROFIT line is hit then "TAKE PROFIT HIT @ "TAKE PROFIT line price", PROFIT {PIPS * Per Pip Value}/RS SHORT TRADE: When we click SHORT button it will place 3 lines on chart . bid price as entry, stop loss line will be {bid+ stop loss pips}, take profit will be {bid prise- take profit pips} When we click SELL Button it will create artificial notification message which will display like " Sell (Symbol) @ "bid price" , STOPLOSS @ (bid price +stop loss pips) , TAKE PROFIT @ (bid prise- take profit pips) When we click CLOSE SHORT button then it will create artificial notification message which will display like "CLOSE SHORT @ "bid price" ,{ profit or loss amount}/RS Profit={if current BID price is BELOW entry then ENTRY - BID PRICE} * PER PIP VALUE. LOSS ={if current BID price is ABOVE entry then ENTRY + BID PRICE} * PER PIP VALUE. When STOP LOSS line OR TAKE PROFIT line is hit by BID PRICE then it will create artificial notification message which will display like If STOPLOSS line is hit then "STOP LOSS HIT @ "STOP LOSS line price", LOSS {PIPS * Per Pip Value}/RS If TAKE PROFIT line is hit then "TAKE PROFIT HIT @ "TAKE PROFIT line price", PROFIT {PIPS * Per Pip Value}/RS Send all this notification to telegram