Hi All Coders,
I am looking for someone to help me code a risk management EA with two functionality:
Time Based Stop Loss (most important):
I am looking for someone to help me code a risk management EA with two functionality:
Time Based Stop Loss (most important):
- EA will cancel all open orders which are in Loss after specified seconds. If trade is not in Loss then don't close the trade.
- User can input: seconds (for example: 75424 seconds)
- User can input to close order for: current chart order OR all open orders in all charts (as the user can choose to apply different seconds for different symbols).
Partial Stop Loss Levels (secondary):
- For all existing open order which has a stop loss (SL) order attached. If price is between 50% of SL and Entry, then close 50% of the position size.
- There should be 3 levels of 25%, 50%, 75% (these levels are % distance between SL and entry order). The user can manually select how much position size % to close at each level.
- Please note that user can manually change/drag the stop loss order in MT4 this should also automatically change the levels (25%/50%/75%) above.
- User can choose the above settings to: current chart OR all open orders in all charts.
Any help from anyone would be extremely as I think this EA would be very popular and immensely help traders to manage risk.
Many thanks.