Hi guys, here is what I would like to do: I have an EA where only one trade at a time can be open. Once the trade reaches 100% of stop loss distance, I want a permanent (on tick) condition which closes the trade if price crosses the 50 MA. So the trade doesn't have a fix take profit. I have tried various things but can't really solve the issue. The thing is, I don't only want the trade to close when price crosses the MA while it is still 100% in profit (of SL). It should just activate that rule no matter what happens with the price later. Kind of like a trailing stop, where the stop is the crossing of the 50 MA.
Is there anyone who can help with this?
do you see the Problem? I have these 4 lines with the specific time of the setup, but since I use the EA on 28 pairs, I don’t know which currency pair the alert is for. I want these lines to contain the market symbol as well, so I don’t always have to double click it.
In short, I want each alert line to show the currency pair in question. Any ideas?