Minggu, 01 Agustus 2021

ALIGATOR EXPERT ADVISOR



Gunakan Time Frame H1

//-------------------------------------------------------------
//  Etasoft Inc. Forex EA and Script Generator version 6.0   EA
//-------------------------------------------------------------
// Keywords: MT4, Forex EA builder, create EA, expert advisor developer

#property copyright "Copyright © 2014-2015, Etasoft Inc. Forex EA Generator v6.0"
#property link      "http://www.forexgenerator.com/"

#include <stdlib.mqh>
#include <WinUser32.mqh>

// exported variables
extern string Symbol5 = "GBPUSD";
extern double MaxSpread9 = 20;
extern int TrailingStop33 = 20;
extern int TrailingGap33 = 20;
extern int Gap20 = -30;
extern double SellLots32 = 0.1;
extern int SellStoploss32 = 50;
extern int SellTakeprofit32 = 1000;
extern string SellExpertName32 = "Rara_Jelita";
extern double MaxSellLots32 = 10;
extern double LotsSellMpOnLoss32 = 2;
extern int Gap22 = -30;
extern double BuyLots25 = 0.1;
extern int BuyStoploss25 = 50;
extern int BuyTakeprofit25 = 1000;
extern string BuyExpertName25 = "Kelvina_Lintang";
extern double MaxBuyLots25 = 10;
extern double LotsBuyMpOnLoss25 = 2;
extern int TrailingStop34 = 20;
extern int TrailingGap34 = 20;
extern int TrailingStop37 = 10;
extern int TrailingGap37 = 10;
extern int TrailingStop36 = 10;
extern int TrailingGap36 = 10;

ALIGATOR EXPERT ADVISOR

Gunakan Time Frame H1 //------------------------------------------------------------- //  Etasoft Inc. Forex EA and Script Generator version...