perroveloz
New member
Hi, does any body know how to creat a label with a P/L Day? I already have one with a P/L Open
thanks in advance
this is what I got for open PL
def PL = GetOpenPL();
AddLabel (yes, "P/L: $" + Round(PL, 2), if PL > 0 then Color.UPTICK else if PL == 0 then Color.WHITE else Color.DOWNTICK);
and yes I am talking about a simple midnight to midnight
thanks in advance
this is what I got for open PL
def PL = GetOpenPL();
AddLabel (yes, "P/L: $" + Round(PL, 2), if PL > 0 then Color.UPTICK else if PL == 0 then Color.WHITE else Color.DOWNTICK);
and yes I am talking about a simple midnight to midnight
Last edited by a moderator: