DEFPARAM drawonlastbaronly=True
TODAYTEST1 = TODAY[1]
TODAYTEST2 = TODAY[2]
drawtext("TODAY[1]: #TODAYTEST1#",barindex-100,+0.4,monospaced,standard,14) coloured(255,0,0)
drawtext("TODAY[2]: #TODAYTEST2#",barindex-100,+0.3,monospaced,standard,14) coloured(255,0,0)
DAYTEST1 = DAY[1]
DAYTEST2 = DAY[2]
drawtext("DAY[1]: #DAYTEST1#",barindex-100,0.0,monospaced,standard,14) coloured(255,0,0)
drawtext("DAY[2]: #DAYTEST2#",barindex-100,-0.1,monospaced,standard,14) coloured(255,0,0)
YESTERDAYTEST1 = YESTERDAY[1]
YESTERDAYTEST2 = YESTERDAY[2]
drawtext("YESTERDAY[1]: #YESTERDAYTEST1#",barindex-100,-0.4,monospaced,standard,14) coloured(255,0,0)
drawtext("YESTERDAY[2]: #YESTERDAYTEST2#",barindex-100,-0.5,monospaced,standard,14) coloured(255,0,0)
RETURN