is it possible to specify a day of the week like in the following, and if so how would i go about it.
if (dayoftheweek == friday && open()<close()&& !Strategy.isLong())
Strategy.doLong("Crossing Up", Strategy.CLOSE, Strategy.THISBAR);
if (dayoftheweek == friday && open()<close()&& !Strategy.isLong())
Strategy.doLong("Crossing Up", Strategy.CLOSE, Strategy.THISBAR);
Comment