what is the correct syntax for DrawTextFixed with regards to Font. I have tried,
DrawTextFixed("PnL " + Bars.Session, "Daily PnL: "+ dailyTicks * tickValue, TextPosition.BottomRight,pnlColor,Font("Arial", 12.0F),Color.White,Color.White,10);
DrawTextFixed("PnL " + Bars.Session, "Daily PnL: "+ dailyTicks * tickValue, TextPosition.BottomRight,pnlColor,Font.Arial,Color.White,Color.White,10);

Comment