10# Doske Scalping EA
Expert Advisor based on QQE
Submit by Leroy 05/02/2013
EA_MAGIC_NUM = 113142;
iOpenHour = 6; // the time to start
HoursToTrade = 24; // number of hours to run, if set to 24, disregards iOpenHour
Use275SMA = true; // whether or not 275 SMA will be considered.
QQE5Buffer = 5; // buffer number of candles for the cross to happen
QQE60Buffer = 5; // buffer number of candles for the cross to happen
Slippage = 3.0;
TakeProfit = 0;
StopLoss = 0;
TrailingStop = 15;
MoneyManagement = false; // when set to true, use
percentage of account balance to calculate lot size, else use fix lots
RiskPercent = 1.0;
Lots = 0.1; // fixed lots
MaxLots = 15.0;
MinLots = 0.01;
Home
EA
Doske scalping System