- Home
- Community
- Handelssysteme
- ScalperiorFX Exotic 2013 Retail (Pepperstone)
ScalperiorFX Exotic 2013 Retail (Pepperstone) (bei FXspitzer)
Der Benutzer hat dieses System gelöscht.
Edit Your Comment
ScalperiorFX Exotic 2013 Retail (Pepperstone) Diskussion
Feb 21, 2013 at 18:16
Mitglied seit Oct 15, 2011
121 Posts
this is the default setting -- trade in 12 Currencies on "Smartyangle" taste....😉
#property copyright "ScalperiorFX Technoinvest"
Expert = "ScalperiorFX Exotic 2013 Retail";
TradeCurrencies = "TRADE ALL CURRENCY INSTRUMENTS";
MainCurrencies = "GBPUSD; EURUSD; USDCHF; USDJPY; USDCAD; AUDUSD";
TimeFrames = "M15:SCALPING; M30:NORMAL; H1-H4:INTRADAY";
iLogicStrategy = "iSAR; iRSI; iMACD; iMA; iBands; iStochastic; iADX; iStdDev; iCCI; iForce; iOsMA; iMFI; iRVI";
MagicNumber = 2512001;
ECNMarketLine = TRUE;
ECNMarketLevel = 7;
Lots = 0.01;
LotMultipliers = 1.2;
TakeProfit = 25.0;
StopLoss = 75.0;
iStaticStopLoss = TRUE;
ContractSize = 10000;
ReversalDirectBuy = -1;
ReversalDirectSell = 1;
iScalpTrendMode = FALSE;
iScalpingInterval = 0;
iScalpTrendTP = 0;
iScalpTrendSL = 0;
MaxBuyOrderLine = 3;
MaxSellOrderLine = 3;
IntervalOrderLine = 10;
Slippage = 3;
iStrategySignals = "THE ENTRY STRATEGY SIGNALS";
//------------------------------------------
iRVIPeriodMin = 10;
iRVIPeriodMax = 14;
iRVIMode = MODE_MAIN;
//------------------------------------------
iCCIPeriodMin = 12;
iCCIPeriodMax = 20;
iCCIPrice = PRICE_TYPICAL;
//------------------------------------------
iStochasticCorrection = 85;
iMFICorrection = 80;
iRSICorrection = 25;
iRViCorrection = 35;
//------------------------------------------
iBearsPowerPeriod = 13;
iBearsPowerPrice = PRICE_CLOSE;
iBullsPowerPeriod = 13;
iBullsPowerPrice = PRICE_CLOSE;
//------------------------------------------
iStochasticKperiod = 8;
iStochasticDperiod = 3;
iStochasticSlowing = 4;
iStochasticMethod = MODE_EMA;
iStochasticMode = MODE_MAIN;
//------------------------------------------
iRSIPeriod = 14;
iRSIPrice = PRICE_CLOSE;
//------------------------------------------
iMFIPeriod = 5;
//------------------------------------------
iADXPeriod = 14;
iADXPrice = PRICE_HIGH;
iADXMode = MODE_MAIN;
//------------------------------------------
iMAPeriodMin = 8;
iMAPeriodMax = 26;
iMAMode = MODE_SMMA;
iMAPrice = PRICE_MEDIAN;
//------------------------------------------
iMACDFastEMA = 14;
iMACDSlowEMA = 26;
iMACDSMA = 9;
iMACDPrice = PRICE_CLOSE;
iMACDMode = MODE_MAIN;
//------------------------------------------
iBandsPeriod = 20;
iBandsDeviation = 2;
iBandsPrice = PRICE_LOW;
iBandsMode = MODE_LOWER;
//------------------------------------------
iSARStep = 0.25;
iSARMax = 0.2;
//------------------------------------------
iMomentumPeriodMin = 12;
iMomentumPeriodMax = 20;
iMomentumPrice = PRICE_CLOSE;
/------------------------------------------
#property copyright "ScalperiorFX Technoinvest"
Expert = "ScalperiorFX Exotic 2013 Retail";
TradeCurrencies = "TRADE ALL CURRENCY INSTRUMENTS";
MainCurrencies = "GBPUSD; EURUSD; USDCHF; USDJPY; USDCAD; AUDUSD";
TimeFrames = "M15:SCALPING; M30:NORMAL; H1-H4:INTRADAY";
iLogicStrategy = "iSAR; iRSI; iMACD; iMA; iBands; iStochastic; iADX; iStdDev; iCCI; iForce; iOsMA; iMFI; iRVI";
MagicNumber = 2512001;
ECNMarketLine = TRUE;
ECNMarketLevel = 7;
Lots = 0.01;
LotMultipliers = 1.2;
TakeProfit = 25.0;
StopLoss = 75.0;
iStaticStopLoss = TRUE;
ContractSize = 10000;
ReversalDirectBuy = -1;
ReversalDirectSell = 1;
iScalpTrendMode = FALSE;
iScalpingInterval = 0;
iScalpTrendTP = 0;
iScalpTrendSL = 0;
MaxBuyOrderLine = 3;
MaxSellOrderLine = 3;
IntervalOrderLine = 10;
Slippage = 3;
iStrategySignals = "THE ENTRY STRATEGY SIGNALS";
//------------------------------------------
iRVIPeriodMin = 10;
iRVIPeriodMax = 14;
iRVIMode = MODE_MAIN;
//------------------------------------------
iCCIPeriodMin = 12;
iCCIPeriodMax = 20;
iCCIPrice = PRICE_TYPICAL;
//------------------------------------------
iStochasticCorrection = 85;
iMFICorrection = 80;
iRSICorrection = 25;
iRViCorrection = 35;
//------------------------------------------
iBearsPowerPeriod = 13;
iBearsPowerPrice = PRICE_CLOSE;
iBullsPowerPeriod = 13;
iBullsPowerPrice = PRICE_CLOSE;
//------------------------------------------
iStochasticKperiod = 8;
iStochasticDperiod = 3;
iStochasticSlowing = 4;
iStochasticMethod = MODE_EMA;
iStochasticMode = MODE_MAIN;
//------------------------------------------
iRSIPeriod = 14;
iRSIPrice = PRICE_CLOSE;
//------------------------------------------
iMFIPeriod = 5;
//------------------------------------------
iADXPeriod = 14;
iADXPrice = PRICE_HIGH;
iADXMode = MODE_MAIN;
//------------------------------------------
iMAPeriodMin = 8;
iMAPeriodMax = 26;
iMAMode = MODE_SMMA;
iMAPrice = PRICE_MEDIAN;
//------------------------------------------
iMACDFastEMA = 14;
iMACDSlowEMA = 26;
iMACDSMA = 9;
iMACDPrice = PRICE_CLOSE;
iMACDMode = MODE_MAIN;
//------------------------------------------
iBandsPeriod = 20;
iBandsDeviation = 2;
iBandsPrice = PRICE_LOW;
iBandsMode = MODE_LOWER;
//------------------------------------------
iSARStep = 0.25;
iSARMax = 0.2;
//------------------------------------------
iMomentumPeriodMin = 12;
iMomentumPeriodMax = 20;
iMomentumPrice = PRICE_CLOSE;
/------------------------------------------
simplicity and just simple... like a camel.
Feb 22, 2013 at 22:08
Mitglied seit Oct 15, 2011
121 Posts
please wait sir, we must analize some data and add some feature like news filter because we can not predict trend before news
nkkhuen posted:
how to buy your EA, can you email to me
thank you
Ng Kin Khuen
simplicity and just simple... like a camel.
*Kommerzielle Nutzung und Spam werden nicht toleriert und können zur Kündigung des Kontos führen.
Tipp: Wenn Sie ein Bild/eine Youtube-Url posten, wird diese automatisch in Ihren Beitrag eingebettet!
Tipp: Tippen Sie das @-Zeichen ein, um einen an dieser Diskussion teilnehmenden Benutzernamen automatisch zu vervollständigen.