Envelopes System
- Experten
- Szymon Palczynski
- Version: 1.0
- Aktivierungen: 5
Die Simple Envelopes Forex-Handelsstrategie kombiniert den beliebten Envelopes-Indikator und zwei weitere (ATR, Trend-Indikator), um den Einstieg in den Handel in Richtung des Haupttrends zu suchen.
Was sind Moving Average Envelopes?
Ein gleitender Durchschnittsumschlag besteht aus einem gleitenden Durchschnitt und zwei weiteren Linien.
Eine Linie liegt oberhalb des gleitenden Durchschnitts und die andere Linie liegt unterhalb des gleitenden Durchschnitts.
Zusammen bilden diese beiden Linien einen oberen und unteren Umschlag.
Beispiel für den Einstieg:
Obere Hüllkurve: 14-Tage-SMA + (14-Tage-SMA 0 0,01)+ pips_set = Short-Position eröffnen (TF=H1)
Untere Hüllkurve: 14-Tage-SMA - (14-Tage-SMA 0,01) - pips_set = offene Long-Position (TF=H1)
Eingabe-Parameter:
input string comment="Envelopes System";//Kommentar extern int spread=5;//Max Spread input int slippage=1;//Schlupf input int MagicNumber=1;//Magische Zahl input ENUM_START Start=3; input string a2a=" ";//--------> STRATEGIES <--------------------------------------- input ENUM_TIMEFRAMES TimeFrames=PERIOD_H1;//Zeitrahmen input int period_env=14;//Zeitraum input ENUM_MA_METHOD method=MODE_SMA;//MA-Verfahren input double deviation=0.1;//Abweichung input double pips_set=2;//PipsSet input string a3=" ";//--------> FILTER <--------------------------------------- input ushort atr1=200;//Max ATR (Position öffnen, wenn iATR(1440) < Max ATR) input ushort atr_n_open=8;//Min ATR (H1) input string a4=" ";//--------> TREND <--------------------------------------- extern ushort period_trend=230;//Trend in Pips. 0=Aus input string a5=" ";//--------> MAIN <--------------------------------------- input ushort SL=400;//Verlust stoppen input ushort min_tp=15;//Min Take Profit (erste Position) input ushort max_tp=30;//Max Take Profit (erste Position) extern ushort max_grid_tp=150;//Max Grid Profit (0=aus) extern double tp_chart=7;//Gewinnmitnahme input ushort max_next_tp=40;//Max Take Profit (nächste Positionen) input bool swap_true=true;//TP+Swap+ input string a6=" ";//--------> MM <--------------------------------------- extern double Lots=0.01;//Lots extern double MaxLots=2;//Max Lots input double power=13.0;//Strom input string a7=" ";//--------> NETZVERWALTUNG <--------------------------------------- extern ushort PipsStep=26;//Min PipsStep für Gitter extern int MaxTrades=12;//MaxTrades


Excellent EA ,optimized for the last 15 years with lot size 0.01 depending on balance ,no loss,reasonable profit,minimum DD,no fear of loosing account.I was infact,in searh of such an EA.