ok. forgive me for being a noob, but is the face suppose to be smiling or frowning for the EA? Mine is frowning right now, but it says it is still working. I'm using beta2
thanks
thanks
Keep It Simple Stupid 7 replies
Simple stupid position trading (H4/D1) 119 replies
Stupid Simple: Trying to find a specific indicator 0 replies
Keep it Simple Stupid (KISS) Method 486 replies
Keep It Simple Stupid (KISS) - The next Generation!! 7 replies
DislikedI think he said ibfx is gmt, but just check the current time on ibfx and compare to gmt time to find out.
FXDD is gmt -2, i haven't used ibfx for awhile so can't answer you on that one, easy to figure it out tho.Ignored
Dislikedok. forgive me for being a noob, but is the face suppose to be smiling or frowning for the EA? Mine is frowning right now, but it says it is still working. I'm using beta2
thanksIgnored
Dislikedyou're probably one of the many who was burnt by auto-trading. but an EA isn't always on pure auto-trading.
My EAs are created with research as the main aim. to help find the best way and parameters to trade a system. I honestly don't believe you'll be able to constantly look at 10 pairs at the same time and try to find out what is best for each. with the help of EA, you can. key it in and let it run for you while you're busy with something else. check back the results later.
if anyone chooses to trade live using the EA, its their choice.
as for code explaination, it merely helps people understand what the EA is doing so they have a level of assurance. I don't enjoy using just the ex4 files supplied in some other threads cos I hate not knowing (but its the publisher's choice and I respect that), which is why I publish the mq4 codes as well. Knowledge is power. and my knowledge is for all. I don't care if people take my EAs and sell it on ebay or something. I believe karma will get them one day.
I'm all for free speech, but please try and be constructive and not ruin this thread which is meant for sharing.
regards,
ZenIgnored
DislikedI installed the beta 2 EA 3 hours ago on 5 different pairs on the 15 minute charts, and very happy with the results. Nothing at all changed except to trade 24 hours.
GBP/USD plus 15
USD/CHF plus 37
EUR/JPY Plus 26
EUR/JPY Minus 36
EUR/JPY Plus 9 (I manually traded out for reasons I forget now. It's plus 90 as I write!)
Love the stop loss feature. Great start!Ignored
DislikedSSE still not making any trades, SS is but it appears a tad bit off. Settings and charts:
Settings for SSE B2:
-----------
EA_MAGIC_NUM=694373
iOpenHour=0
HoursToTrade=24
Title1=Signal Configuration
EMA_Close_Period=5
EMA_Open_Period=8
MomentumVT_Input=10
QQE_Smooth_Factor=1
EMA_Entry_Signal_Buffer=5
QQE_Entry_Signal_Buffer=1
EMA_Exit_Signal_Buffer=15
QQE_Exit_Signal_Buffer=15
Wait_For_Candle_Close=1
Title2=Trade Management
Slippage=3
UserDefinedSpread=0
TakeProfit=200
StopLoss=30
BreakEvenPips=25
TrailingStop=20
UseFloatingStop=1
MoneyManagement=1
RiskPercent=1.50000000
Lots=1.00000000
LotsDecimalAllowed=2
MaxLots=15.00000000
MinLots=0.01000000
---------------------
(For some: I got those settings by saving a copy of the settings when you edit the properties of the EA. I then opened that .set file in notepad and copied/pasted)
and the Charts:Ignored
DislikedI think he has, he said he has changed nothing except for trading
24 hrsIgnored
DislikedAll i can suggest is remove your SS one, and try only the beta 2,on your platform, are you using it on the same platform but diff charts ??Ignored
DislikedYou also have your MA cross set to allow 5 bars to line up with the qqe and momentum to trigger the trade, but you have your qqe set to only allow 1 bar. So basically, in order to enter a trade, you will need to have all 3 of your indicators happen within 1 bar to trigger an entry trade (i believe). Because of the qqe entry buffer setting you chose.Ignored
Dislikedtazman, that's rather incorrect. let me explain again. the reason why I separate QQE entry buffer and EMA entry buffer was precisely to not be restricted by what you stated.
think of the indicators separately. so if say I have EMA_Entry_Buffer set to 5, it only means EMA signal is valid if there is a cross over that happened within 5 bars before this signal bar. then I have QQE_Entry_Buffer set to 2. means the QQE signal is valid if there's a crossover between the QQE solid line and dotted line within 2 bars before the signal bar. when both signal valid and MomentumVT is valid, enter a trade.
and if you set any of the buffer to 0, it will merely check whether its above or below for that particular indicator, and dun care about crossovers.
so you see, the signal buffers can be set with different values. In fact, I'll encourage this, if not I wouldn't have incorporated such a feature.
regards,
ZenIgnored
DislikedAh yes, sorry I should have mentioned that also, as I had to the same thing. renamed qqea.ex4 to qqe.ex4, as it was flooding the log, was kinda hard to miss for me.
Glad you got it sorted out.Ignored
DislikedHello guys. The ea took of the rest of the trades out almost perfectly yesterday, only error I noticed while testing on 1 min as been resolved, thanks to zen. I got similar results with those posted by paradoxical and reddevilpin.
Still doing the optimization for the EA. I will release the best settings as soon as it has finished.
Good hunting to all.Ignored