Viewer Discretion Advised: Shall we shag now or should we shag later? :-)
SIMPLE EA for a simple method needed!! 2 replies
Trading is this Simple? Finally Explained simple and clearly! 46 replies
Simple 3 order GBPUSD EA 1,047 replies
Experiment with "Simple H1 GBPUSD EA" 4 replies
Simple 5m GBPUSD trade system 10 replies
DislikedIn V7 we also use a 10 SMA and 197 SMA to confirm the trend, both must agree, last night both these showed a downtrend between the 21:00 and 22:00 GMT cadles.
Hope this makes sense!Ignored
DislikedMM set to FALSE and should be false by default
I think it's crazy to trade 0.1 lot on micro, it's already like 0.01 of normal
lot. Set Lot size to 1.0
Make sure
MicroOdersAllowed =TRUE
MiniOrdersAllowed=TRUE
Try that.Ignored
DislikedDo I see your smiley facelooking glum?
If so the EA is not correctly enabled.Ignored
DislikedHi Geoff.
I knew nothing about forex 3 weeks ago.
I'm so glad I stumbled on this thread at the time and have learnt so much since then.
I'm been using all the versions on demo and this week started live, and loving it!
Cheers and thanks.Ignored
DislikedHye Geoff, actually that screenshot with glum lookin' smiley face isn't the correct one.. sorry coz i upload the wrong file..
FYI, with the EA enabled it doesnt trade since last night (GMT +8)..Ignored
DislikedMM set to FALSE and should be false by default
I think it's crazy to trade 0.1 lot on micro, it's already like 0.01 of normal
lot. Set Lot size to 1.0
Make sure
MicroOdersAllowed =TRUE
MiniOrdersAllowed=TRUE
Try that.Ignored
DislikedThanks Geoff for V7, got 22 and 50 pips on my demo broker: intelfx
V7 seems to be very picky and trades which is very handy keeping me out of potential losses.
Ignored
DislikedHye SkyzerFX, actually i just change it to 0.1 lot to test whether it should trade, my original is 1.0
Why does the pivot line missing?? with 10000 it doesn't, and it trades..Ignored
DislikedLast night both V6 and V7adx take Long trade under MA
of on my setting.. Have to figure out why it took a trade long while
been below MA? Taking a Short would be more appropriate there.
Surprisingly Trades end up with about 30 pips profit
but it's kind of against the trend I would say..
Here (where red vertical line)
Geo, any thoughts on that?Ignored
DislikedSdsarmad is your EA available, does it have it's own thread i could look at. Don't want to clutter this thread talking about another EA.Ignored
DislikedThanks for a great system Geoff!
BTW I can't seem to get the Money-management function to work. I set it to 5 and it still trades 0.1 lots...
Also can you explain
extern bool UseMoneyMgmt = true;
extern double RiskPercent = 5;
extern bool Low_Risk = false;
extern bool Med_Risk = false;
extern bool High_Risk= false;
extern bool Vhigh_Risk= false;
extern bool Manual_Lot_Size = false;
Hear from you...Ignored
DislikedBy pivot line do you mean "daily pivot"?
If so, this is created at 01:00 GMT!Ignored
DislikedIf you set MM to true you must set manual lots to false or it will use manual lots.
If you use MM you must also select Low (3%), Med (5%), High (10%), or VHigh (RiskPercent = 5 you can set this to any value).
The RiskPercent setting is only for the VHigh Risk.Ignored
DislikedGot it! Also if the returns are compounded, the account would double in no time...
Thanks againIgnored
DislikedCorrect however, the MM is of little use on accounts with less than $5000 balance!
It is calculated from the stoploss value so, if you work on 5% say, if you were to hit the stoploss that would cost you 5% of your equity per order.
With two orders, of course you would lose 10% of your equity!Ignored