Can I make Nested IF Statements in Make? How?
is there any guide/help available to read?
Can I make Nested IF Statements in Make? How?
is there any guide/help available to read?
End with this one - I wish I can make it shorter
{{if(((192.Side-1
= "BUY " & (271.Close <= 271.Real Open
)) | (192.Side-1
= “SELL” & (271.Real Open
<= 271.Close))); 1.1; if(((192.Side-1
= "BUY " & (1.High <= 270.h)) | (192.Side-1
= “SELL” & (1.High >= 270.h))); 1.2; if(((192.Side-1
= "BUY " & (1.High <= 270.h)) | (192.Side-1
= “SELL” & (1.High >= 270.h))); 1.3; if(((192.Side-1
= "BUY " & (1.Low <= 270.l)) | (192.Side-1
= “SELL” & (1.Low >= 270.l))); 1.4; )))1)}}
Hello there @Sam_Krausz
Congrats on solving your issue with help from @samliew! Thank you very much for keeping us notified about the progress of your solution brainstorm.
FYI I marked your last comment as a solution to keep the community organized.