Comment on Programming language: algoZ
i need help with a script for Selling
if (bidqty < 100000 && time is < 3:29 pm)
{
execute sell .
}
also script for buying
if (askqty< 100000 && time is < 3:29 pm)
{
execute buy.
}
can someone help me with this?