- Search Metals Mine
- magft replied Nov 4, 2011
It is currently running on a per tick basis but could be adapted to check per bar if required. So far this week a variety of results, what is the general consensus on how the EA should work. Lh has it working more like Lawgirl's manual system i ...
Yet Another Moving Average Crossover System - The EA
- magft replied Nov 4, 2011
Check on the Expert Tab for any warnings or errors. Did you also put the Allaverages indicator in the indicators directory, it can be found here. It does not trade frequently, took a few hrs for my first trade. I have it running on 6 pairs and get a ...
Yet Another Moving Average Crossover System - The EA
- magft replied Nov 4, 2011
AllAverages — Here it is, from the code // List of MAs: // MA_Method= 0: SMA - Simple Moving Average // MA_Method= 1: EMA - Exponential Moving Average // MA_Method= 2: Wilder - Wilder Exponential Moving Average // MA_Method= 3: LWMA - Linear ...
ColorMa
- magft replied Nov 4, 2011
Nice bit of work, i'll give it a test next week but does look promising. Mike
BBands/SMA/Macd based EA by LhDT
- magft replied Nov 4, 2011
jiva, just for comparison is there much difference between colorma and allaverages indicator? Nice straightforward system. Mike
ColorMa
- magft replied Nov 4, 2011
CBI module — Steve, i had UseCBI = True on EU chart and this morning it fired. CloseOnCBI = true caused it to close the trade in wrong direction and TradeOnCBI = true tried to open another trade. BUT I forgot to set ECN=true so i have a series ...
Hanover: an auto-trader using Recent Strength
- magft replied Nov 4, 2011
Lh, that is what i contemplated doing but at the time i decided to go with a more straightforward route. What i think would be good, that fact we both used Steve's generic shell is to run both side by side and see how they compare. That would then ...
Yet Another Moving Average Crossover System - The EA
- magft replied Nov 4, 2011
The EA does have TP, SL, BE,, JS and TS built in like most of Steve's EAs. that error is due to the price value that is being sent is not acceptable by your broker. EG trying to send 0.01 lots but they only accept 0.1, or trying to send 16 lots and ...
Yet Another Moving Average Crossover System - The EA
- magft replied Nov 4, 2011
Cartsen, thanks for replying. What Steve said makes complete sense, i was not thinking clearly at the time and was just going on what the code said not the method itself. Paul the only issue with this is if the EA has been running for a while it ...
Hanover: an auto-trader using Recent Strength
- magft replied Nov 3, 2011
I'm not surprised your brain is fried
I have had a play around with the example EA by Carsten and you are right, if you look at the out put from the modified version i have added various positions in the ticktable to see the values. ...Hanover: an auto-trader using Recent Strength
- magft replied Nov 3, 2011
I didn't do anything fancy just added the two ATRs to the chart in same window nothing more.
Hanover: an auto-trader using Recent Strength
- magft replied Nov 3, 2011
Great work — Steve, great work once again you have taken a good idea and made it reality. I've been have a quick look through the code and i have one comment, not wishing to feel the full wrath, but it is more of an observation really. // ...
Hanover: an auto-trader using Recent Strength
- magft replied Nov 3, 2011
Info on EA — Sorry i havent been in touch with regards to the EA, work have updated our infrastructure so i cannot connect to my home pc any more
but i am working on it! Ok to clear things up, Steve wrote the Hanover module for the Hanover ...Yet Another Moving Average Crossover System - The EA
- magft replied Nov 2, 2011
Thanks for the vote of confidence though i am still "young" in the field of forex and coding mql4. Your "spagetti" as you call it has helped me a lot in figuring out how to write EAs. So thank you for all your hard effort. I agree with whip that we ...
Hanover: an auto-trader using Recent Strength
- magft replied Nov 2, 2011
in the code there is a comment double TickDiff = MathAbs(TickTable[(tc + 1) % TableSize] - TickTable[tc]) * PipMultiplier; Comment("Current tick difference: ", TickDiff, ", Threshold: ", Threshold); // table is full, now we can check for the big ...
Hanover: an auto-trader using Recent Strength
- magft replied Nov 2, 2011
Updated EA — I have had to update the EA as the BE, TS and JS were not working properly. These have been fixed now. It can be found here. Mike
5min open/close ma cross
- magft replied Nov 2, 2011
Updated EA — I have had to update the EA as the BE, TS and JS were not working properly. These have been fixed now. It can be found here. Thanks Lawgirsl21 for a great system, the EA is currently taking trades on USDCAD,EURGBP,EURUSD and ...
Yet another moving average crossover system
- magft replied Nov 2, 2011
I saw it from the link Carsten posted about circular buffers in java, always handy to have a full set of operators
Attahched are updates for jiva34's and Lawgirl21's ma cross EAs, i hadn't uncommented all the necessary code to make the BE,TS and ...Hanover: an auto-trader using Recent Strength
- magft replied Nov 2, 2011
it is the modulus operator, returns the remainder from a division.
Hanover: an auto-trader using Recent Strength
- magft replied Nov 2, 2011
Scoobs, thanks for the input. I have just been looking at last Friday using this and it definitely looks promising and every easier to include as a filter. I am sure we can use this as a way to stay out of bad trades. I have been looking into CB ...
Hanover: an auto-trader using Recent Strength