The SmartAssTrade-V2 Forex Expert Advisor – خبير في ميتاتريدر 4

0
(0)

وصف:

The SmartAssTrade-V2 Forex Expert Advisor (EA) is a brand new replace for SmartAssTrade EA Version 1 (previous model) in Code Base MQL4.

SmartAssTrade-V2 EA Only engaged on M30 Timeframes or PERIOD_M30.

If used on different timeframes could also be misplaced.

SmartAssTrade-V2 Expert Properties (الإعدادات الإفتراضية):

//--- User Input
enter string     SmartAssTradeV2 = "حقوق النشر © 2014 3RJ ~ Roy Philips-Jacobs";
enter string   SmartAssTradeV2TF = "SmartAssTrade-V2 EA's Only Use on M30 Timeframes";
enter int  SmartAssTradeV2Period = PERIOD_M30;
extern bool          FridayTrade = True;   // If True, EA nonetheless buying and selling at Friday
enter string    OptimizationLots = "Set LotsOptimization=True";
extern bool     LotsOptimization = True;   // If True, Lots wil calculation by EA, default Lots measurement = 0.01"
extern double               Lots = 0.01;   // If LotsOptimization=False, Lots adjusted by consumer
extern int          MaxOpenOrder = 12;     // Maximum Allowed for Open Order (Maximum Pairs to Trade = 12 أزواج)
// أزواج: EURAUD,شرف,EURUSD,NZDUSD,جنيه استرليني / دولار أمريكي,GBPCHF,USDCHF,USDCAD,دولار أمريكي / ين ياباني,GBPJPY,EURJPY,EURGBP //
enter string   AutomaticSystemTP = "Set AutomaticTakeProfit=True or False";
extern bool  AutomaticTakeProfit = True;   // TP will calculation by EA and Automatic TP by EA
extern bool  NoMinimumTakeProfit = False;  // True or False -> If Set True, one hundred% TP by EA not use minimal TP.
enter string     MinimumSystemTP = "If Set NoMinimumTakeProfit=False"; // TP by EA on minimal TP values
extern double          MinimumTP = 27;     // Minimum TP by EA on the AutomaticTakeProfit=True perform, default worth 27
enter string      ManualSystemTP = "If Set AutomaticTakeProfit=False"; // TP by Terminal MT4 (similar as guide buying and selling)
extern double         TakeProfit = 35;     // TP by System, values can regulate by consumer, default worth 35
enter string   AutomaticSystemSL = "Set AutomaticStopLoss=True";
extern bool    AutomaticStopLoss = True;   // SL will calculation by EA
enter string      ManualSystemSL = "If Set AutomaticStopLoss=False"; // SL values can adjusted by consumer
extern double           StopLoss = sixty two;     // SL adjusted by consumer, default worth sixty two
extern bool      UseTrailingStop = False;  // استخدم وقف الخسارة المتحرك, حقيقي (نعم) or False (لا)
extern double       TrailingStop = 30.0;   // If Use Trailing Stop True, enter Trailing Stop Value, default worth 30
extern double   TrailingStopStep = 1.0;    // Input Trailing Stop Step Value (تقصير 1.0)
//---

In testing under, I used the Lots measurement = 1.00 (LotsOptimization = False) with the default settings talked about above.

May be helpful for fellow merchants.

The SmartAssTrade-V2 Forex Expert Advisor - expert for MetaTrader 4

The SmartAssTrade-V2 Forex Expert Advisor - expert for MetaTrader 4

كم كانت هذه المشاركة مفيدة?

انقر على نجمة لتقييمه!

متوسط ​​تقييم 0 / 5. عدد الأصوات: 0

لا توجد أصوات حتى الآن! كن أول من يقيم هذا المنصب.

نأسف لأن هذه المشاركة لم تكن مفيدة لك!

دعونا تحسين هذا المنصب!

أخبرنا كيف يمكننا تحسين هذه المشاركة?