could someone check this for me using Euro Futures 6E #F, 30 minute chart.
using a simple efs study
v1 = getValue("rawtime",0);
v2 = getPreviousTradingDay(v1);
debugPrintln(v1,v2);
for Nov 28th, it gives the previous trading day as Nov 28th.
Nov 28th contains only 2 bars - 23:00 and 23:30.
using a simple efs study
v1 = getValue("rawtime",0);
v2 = getPreviousTradingDay(v1);
debugPrintln(v1,v2);
for Nov 28th, it gives the previous trading day as Nov 28th.
Nov 28th contains only 2 bars - 23:00 and 23:30.
Comment