@jstap said in Delete Stop Loss:
Pink blocks will select a trade SL, then modify it to 0
Thank you! The modify to 0 was what I didn't think of before. I appreciate your insight.
@jstap said in Delete Stop Loss:
Pink blocks will select a trade SL, then modify it to 0
Thank you! The modify to 0 was what I didn't think of before. I appreciate your insight.
It seems to me that you would need to have multiple inputs for each of the constants that you want to have all parameters available in the EA. This link might help www.mql5.com/en/docs/constants/indicatorconstants/lines
I want to use a stop loss to calculate lot size as a %, but then delete it. I can't find a way to configure this in the blocks. Has anyone been successful with this type of action?
Interesting. I was many blocks into a project but luckily had just saved a copy of the source so that I could revert. It took me a while to isolate the problem; what an annoyance!
After I have a working EA, when I:
add a constant
click update
drag the newly added constant up to another position amongst the prior constants
click update again
then, the EA no longer functions properly.
I have made no changes to any blocks and I haven't started using the new constant for any inputs.