- Search Forex Factory
- ezcurrency replied Nov 15, 2019
Bump up in the thread. Any new developments in the grid arena? I'm working on some stuff (hedging grids in trends), but want to see if any other work is being done. Mahalo, EZ
Trapping System: Grid
- ezcurrency replied Nov 14, 2019
Aloha Rocky! Good you see you are still alive and kicking down in Mexico! Regards, EZ
Trading with range bars ichimoku cloud & awesome oscillator
- ezcurrency replied Oct 8, 2019
Please post your trading rules here (and hedging rules), and I will see if I code in. Required: - timeframe(s) - buy entry rules - buy exit rules for TP - buy exit rules for exiting for loss - buy hedge rules - same for sells Regards, EZ
Help create a very powerful mt4 ea
- ezcurrency replied Oct 8, 2019
Aloha TyLami, Interesting thread. Subscribed! Looking at your Core 5 basket (buying the basket), the net positions for the currencies are: Long NZD Long EUR Long AUD Short x2 USD Short x3 JPY Long x2 GBP Did you ever consider looking at currency ...
Basket Knights - A Basket Trading Round Table
- ezcurrency replied Feb 19, 2019
The source code is at the start of this thread, so folks can feel free to modify/work on it. Not sure when I'll come back to it as going on travel in a couple of weeks. EZ
The Gorilla Method EA
- ezcurrency replied Feb 19, 2019
Been super busy at work, so don't have the time now to dedicate to the Gorilla EA. Also, been working on a couple of other FX projects that are more pressing. Maybe in the future I can come back to it. Regards, EZ
The Gorilla Method EA
- ezcurrency replied Feb 9, 2019
I am still testing it, and won't trade on a real account yet. Also working on a few other EA's as well for testing. EZ
The Gorilla Method EA
- ezcurrency replied Feb 9, 2019
What broker is that? Horrible commissions. It really eats into the profits! EZ
The Gorilla Method EA
- ezcurrency replied Feb 9, 2019
Here are the results summariez. I also considered if we didn't trade the ones with 25% or less win rate (in the future eliminate these trades). It looks like v1.1a trail 5 pips with weekly pivot = false is the best results. I'll modify the EA and ...
The Gorilla Method EA
- ezcurrency replied Feb 3, 2019
Pullback / Swing Traders, I created an EA for those of us who work and can't watch the market all of the time. Put nonlagdot in indcators file and compile, Trend Entry v1.1 into Experts and compile. If you want long or short, make this true: - ...
Easy pullback strategy
- ezcurrency replied Feb 3, 2019
Thanks everyone for posting the monthly results. As I have time this week I'll analyze and post my findings here. Hopefully this can guide us in the future what works and what does not work which I can implement in the next version. Thanks, EZ
The Gorilla Method EA
- ezcurrency replied Jan 26, 2019
Nice! Was v1.3 just the default settings? At the end of the month next week, that would be great if everyone who has been testing for 3-4 weeks to post their entire trading results for the entire time. After that, I'll work on the next (and ...
The Gorilla Method EA
- ezcurrency replied Jan 26, 2019
Great results! For v1.3, did you just run with the default settings? extern bool weeklyPivotFilter = true; extern bool EnableTrading = true; extern bool wantLongs = true; extern bool wantShorts = true; extern bool AutoPipsFromEMA = true; extern int ...
The Gorilla Method EA
- ezcurrency replied Jan 26, 2019
It hit the weekly R2, so the EA exits and shuts down. Statistically the price will not go much beyond or close beyond the weekly R2, but in this case it did. In the next version, I'll make an option to disable that. Regards, EZ
The Gorilla Method EA
- ezcurrency replied Jan 23, 2019
The EA wants to be sure of an uptrend, so checks many things. One of them is (EMA4hr4 > prev4hrEMA4). In the screenshot, the EMA 4 is falling, so no trade. EZ
The Gorilla Method EA
- ezcurrency replied Jan 23, 2019
I've been quite busy with work, so probably won't work on a new version at least till the end of the month. I also first want to see the results people had after a month of testing. EZ
The Gorilla Method EA
- ezcurrency replied Jan 23, 2019
Remove the EA from the chart and reattach and it should work. It won't trade above the weekly R2 or below the S2 as statistics which I have indicate a weekly close beyond that level isn't likely. EZ
The Gorilla Method EA
- ezcurrency replied Jan 21, 2019
Sorry everyone for being away from the thread ... been super busy! It seems like 1.3 is doing the best, but we should test more with pivot = true, and pivot = false. At the end of the month I'd like for everyone to post an entire month's details of ...
The Gorilla Method EA