Nested IF Statements

Can I make Nested IF Statements in Make? How?

is there any guide/help available to read?

Sure, why not?

3 Likes

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)}}

4 Likes

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. :brain:

FYI I marked your last comment as a solution to keep the community organized.

2 Likes