if (BarsInProgress == 1)
{
if (close[0] <CONDITION A)
&&{
if (BarsInProgress == 2)
{
if (close[0] >CONDITION B)
{
EnterShort(0, "Short");
}}}}
I would like to have two different condition for my input order but they have two different bars in progress. Exist an alternative??
thanks in advance

Comment