How code 1 more exit condition


< Short = Cond SELL ;

if( SelectedValue( Short ) )
{
R1= C + ( H - L );
SLR= C > R1;
}

Cover = CondBUY OR SLR ; >


FOR SHORTING: I want to put stop loss if the present candle closes over the value of shorting candle by 10 points.OR (High - Low) of shorting candle

HERE ERROR is coming as it is not able to recognise SLR value as not entering the loop.

What did you change or try after this:

I do not see the difference.... Not sure what you tried allready but it looks very simular.

If it is the same, you are better off sticking to only 1 thread instead of asking the same question again.

I would start with what I suggest in the other thread. Look at what you are doing with SLR... that does not appear to be correct.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.