As I wrote already many times, bar-by-bar conditional Plot() is not done by not calling Plot() but by passing NULL in places when you don't want plot
So
Plot( IIF( C < Lo_D, Lo_D, Null ), "Title", colorRed );
This is so because you generally WANT to PLOT() but only skip some bars.
Last but not least:
When posting the formula, please make sure that you use Code Tags (using </>
code button) as explained here: How to use this site.
Code tags are required so formulas can be properly displayed and copied without errors.