Hi
Just wondering if someone could clarify the following Easylanguage code snippet from a EOD system.
Sell Next Bar from entry("buy_signal_name") At$ lowest(low,<value>) stop;
Buy to Cover Next Bar from entry("sell_signal_name") At$ highest(high,<value>) stop;
What I am wondering...