Could someone help

SetOption(“RunItSpec”,"
{mon, every 1439 minutes between 00:00 and 23:59 },
{tue, every 1439 minutes between 00:00 and 23:59 },
{wed, every 1439 minutes between 00:00 and 23:59 },
{thu, every 1439 minutes between 00:00 and 23:59 },
{fri, every 960 minutes between 00:00 and 16:00 },
{sun, every 559 minutes between 14:00 and 23:59 }
");

how do i make this turn on from 2 pm sunday to 4pm friday?

How frequently should it be run?

the whole time every minute of every day from 2pm sunday to 4pm friday

also if you know how to put in an order to close all orders on friday that would be cool i cant seem to find it on the seetu language guide

Settings:

SetOption(“RunItSpec”,"
{mon, every 1 minutes between 00:01 and 23:59 },
{tue, every 1 minutes between 00:01 and 23:59 },
{wed, every 1 minutes between 00:01 and 23:59 },
{thu, every 1 minutes between 00:01 and 23:59 },
{fri, every 1 minutes between 00:01 and 16:00 },
{sun, every 1 minutes between 14:00 and 23:59 }
");

You should use the smallest possible data for your strategy.
It means no more than a few days of 1 minutes bars and a couple of symbols.
Calculations could take more than one minute otherwise.
It depends on the complexity of your code of course.

We do not have any automation for that.

my strategy is actually quit simple it seems to work at 1440min i will try the other way 1 min intervals thanks for the help

id broke it writing 1400min is the way to go easy fix. jsut thought i would let you know.