if one had rules to mean revert long or short...then separate rules for trends....then yet another for range trades and wanted them to all be in the same code...
would it be best to use:
if...
if...
if...
To separate the code out OR
if...
else if...
else if...
and why?
Lastly, any other consideration/tips when working with such a approach?

Comment