if (CrossAbove(KPA900(), KPAutoStop(), 1))
{
Print (" Time & Date " + Time[0].ToString() + "- Buy Time -");
}
I have observed that CrossAbove/Below do not work all the time, or they activate all along. They are nmot activating in all cross events! It´s something wrong with this command? or need others conditions that I do not know?.

Comment