İş Gereklilikleri
Expert advisor with 1 indicator for entry and exit. Time filter for entry of trades in GMT
A loss recovery funtion that trades as follows.
Example of loss recovery:
Original loss recovery:
Price is 1,550
RecoveryZone = 50 and ExitZone = 150
1. I set Market Buy = 1.550 with SL = 1.500 and TP = 1.700 (1 lot, as in Excel Sheet)
2. I set a Pending Sell = 1.500 with SL = 1.550 and TP = 1.350 (0.40 lots)
If order 1. does not reach TP and is a loss, but Sell is a win, I have
from 1. -50 * 1 = -50 and
from 2. + 150 * 0.40 = + 60.
Total = +10
What I need: I need the loss recovery to trade like this..
3. When the sell order starts, I set a pending buy as for order 1 (with 0.53 lots).
If Sell 2 is a loss, starts the buy order 3.
If he wins, we have two losses from 1 and 2 (-50-20 = -70) and a win from 3 (+ 150 * 0.53 = + 80)
Total = + 10
Option to reovery part of loss. Say the loss of the indicator trade was 100 pips. Loss recovery always recoverys maximal 50 pips.
Funktion: suspend trading while loss recovery is on. (true/false)