Fibo Extrem
- Experten
-
Sumini
The EA that I created here is AllinOne EA or multi strategy, multi filter, multi indicator and equipped with lock profit.
The advantages of AllinOne EA are:
1, Multi strategy:
- Can use the hedging / locking strategy (true / false).
- Can use the Martingale strategy (true / false). - Version: 2.0
- Aktualisiert: 20 April 2021
- Aktivierungen: 5
Fibo Extrem ist Roboter ea mit Indikator Fibonacci.
Auftrag offen BUY = wenn iOpen[0] > Pivot Point(PP).
Auftrag offen SELL = wenn iOpen[0] < Pivot Point(PP).
Strategie von diesem EA: Kann Hedging verwenden (true/false), kann Martingale verwenden (set 1=off), Target profit perday, takeprofit 4 step, stoploss 3 step, und mehr Strategie.
- Hedging=false; ==> true/false
- EA_Indikatoren=FIBONACCI;
- Use_MaxSpread=true;
- MaxSpread=50; ==> Maximaler Spread
- MaxLot=1; ==> Maximales Los
- Target_profit_perday=50; ==> kann beim Forward-Test funktionieren.
- lockprofit=2;//Minimaler Gewinn im Geld
- Schritt_LockProfit_im_Geld=25;
- Stoploss_in_Money=1000;
- Stoploss_in %=50;==> Stoploss in %
- Einstellung SMART="------- ( MARTINGALE [open 1=disable] ) -------";
- MaxOpenBuyOrders=5;
- MaxOpenSellOrders=5;
- lotsbuy=0.01;
- lotssell=0.01;
- multi_lot=2;
- step_open_orders=300;
- SET_SL_TP="------- ( EINSTELLUNG SL/TP ) -------";
- TP=500;
- SL=2000;
- TrailingStop=10;
