İş tamamlandı
İş Gereklilikleri
The idea of the EA is that the market often takes specific levels if it touches the triggers in a certain speed. I want to have 2 buymarks and 2 sellmarks that i can enter in the EA as trigger marks. Let´s take some round numbers for example like "100" and the german DAX. To check the speed the chart takes this trigger i want to have possibility to enter 2 values, first "approach distance" and second "approach time".
So entering "00" at BuyMark_1 means, that 12000, 12100, 12200 ... are potential buy marks.
a value in "approach distance" of f.e. "20" means, that the DAX has to come UNDER 11980, 12080, 12180 etc.
a value in "approach time" of f.e. "3" means that this approach distance has to be done in the last 3 candles to trigger a valid buy signal
That´s all i want. Additional the common settings like Lotsize, SL, TP, BE and Partial TP.
Overview of the settings i want for each buy/sellmark (2 for buy, 2 for sell)
BuyMark_1 00 buy trigger means that buymarks at f.e. 12000, 12100, 12200 etc. should be checked
approach
distance 15 means that chart has to be in a range of this points
for X candles (see next field) that buy trigger is valid
approach time 10 how many candles allowed that approach is still valid
SL_1 20 Stop loss in points
Take Profit 30 take profit in points
Lot Size 2 Lots to be bought
Breakeven true/false
10 after 10 points in profit set SL to BE
Partial TP true/false
Partial TP 20 means after 20 points in profit sell this lot size
Lotsize 1 for partial take profit
----------------- GLobal -----------------------
No buy allowed if already long on market.
No sell allowed if already short on market.
Buy allowed if already short on market.
Sell allowed if already long on market.