Not sure I understand but nothing was toggled!
I (like 1ka) changed it so any new trade will have a
SL 
when a new trade is placed. Nothing was changed as to how the EA determines when to trade.
The trade logic of this EA is detailed in this post.
I also added a field so you could set your own magic number. Just in case you were running this with other EAs.
Although I did spot an error in my code. It was setting the
SL 
to 70 or 80 (whatever you set) rather than the price +/- the
SL 
value you set.
Here's the corrected code.