The part of the custom code that I am using and believe is relevant is this:
//enter the market when the date changes
if (ToDay(Time[0]) != ToDay(Time[1]))
{
EnterLong();
}
I think it's probably not possible, but I can't rest without being sure.
Thanks

Comment