- Search Crypto Craft
- gms replied Dec 14, 2011
Just checked your code: MACD = none; if (MACD1 > (0+2*Point) || MACD0 >= (0+2*Point)) MACD = up; if (MACD1 < (0-2*Point) || MACD0 <= (0-2*Point)) MACD = down;} This means -> if (MACD1 <= (0+2*Point) && MACD0 < (0+2*Point) && MACD1 >= (0-2*Point) && ...
Fratelli EA's
- gms replied Dec 14, 2011
EA just entered EJ sell even though MACD is positive. "Most recent MACD signal" says "None". I also added a clean MACD to the chart for confirmation. A few seconds later the same happend on EU. Really strange ... gary
Fratelli EA's
- gms replied Dec 14, 2011
Could you please explain your calculation (or show your charts)? I made minus 60 pips yesterday. gary
Fratelli Intraday trading system
- gms replied Dec 13, 2011
MACD — Drago, I seem to have an issue with the MACD. According to the rules the EA should not have entered the last trades on EU and EJ. My seetings are 12, 26, 10, UseMACDBuffer=True. gary
Fratelli EA's
- gms replied Dec 12, 2011
overtrading — How can I prevent the EA from entering such a trade? Manually we would not enter this one ... gary
Fratelli EA's
- gms replied Dec 8, 2011
SL move and buffer settings — Drago, thank you for this great EA! I read the whole thread, but 3 things I cannot figure out: 1. How can I set two different BufferPips settings for buys and sells (4 for buys and 3 for sells according to the ...
Fratelli EA's
- gms replied Mar 7, 2011
Correlation filter — I have added a correlation filter to the EA. You can change the treshold with "EnterAboveCorr=". My changes are based on the version "Stoch Diff 2 Pair EAsq 2011.03.01". I have not tested the EA! Please test before using ...
Hedge and Correlation Strategy
- gms replied Mar 1, 2011
This can happen when you receive a requote from your broker. It happened to me while opening and closing pairs. The error routine of the EA is not very sophisticated ... gms
Hedge and Correlation Strategy
- gms replied Feb 25, 2011
I only traded EA/ECad, ECad/EChf, EU/EChf, EA/EChf, ECad/EJ, EA/EJ, ECad/EU, EJ/EU, EA/EU. gary
Hedge and Correlation Strategy
- gms replied Feb 25, 2011
yes, I use the EA but also verify entries with the indicator. mostly set and forget as I have to work ... gary
Hedge and Correlation Strategy
- gms replied Feb 24, 2011
I am demo trading triplets on M5, enter > 90 and exit <20 or profit 10. My record so far: 18 wins, 19 losses, -165 pips Not sure how I could improve. Difficult without backtesting. gary
Hedge and Correlation Strategy
- gms replied Jan 6, 2011
Acutally, there was no difference. I didn't touch the platform. This is a demo account (micro lots) with Forex.com. I use 3 different brokers. All of them have 4 digit accounts. I will look for another one. gary
Dreamliners’ MPAS EAs, Indicators, etc
- gms replied Jan 6, 2011
Seems I have the same issue with v1.8. Chris, I enclosed the log files in case you want to investigate. gary
Dreamliners’ MPAS EAs, Indicators, etc
- gms replied Jan 5, 2011
I confirm with v1.7 the zero divide error was fixed and it works with Range_Bar_Indi.mq4. Excellent programming, Chris! gary
Dreamliners’ MPAS EAs, Indicators, etc
- gms replied Jan 4, 2011
Generally 'Range_Bar_indi.mq4' works with EAs. I run my own EA with it and it works. The problem with 'Mpas_EA_v1.6.ex4' is the zero divide error. I am sure Chris is able to solve this ... gary
Dreamliners’ MPAS EAs, Indicators, etc
- gms replied Jan 4, 2011
I also have a zero divide with v1.6 ... gary
Dreamliners’ MPAS EAs, Indicators, etc
- gms replied Jan 4, 2011
If you attached it to M1 GBPUSD, then you open the offline chart GBPUSD,M2. gary
Dreamliners’ MPAS EAs, Indicators, etc
- gms replied Jan 4, 2011
range bar indicator for EAs — @ peje and a2xm, the free range bar converter from the main thread does not work with EAs. the script provided by Chris in this thread does work with EAs. however, it is not accurate (some bars have higher range) ...
Dreamliners’ MPAS EAs, Indicators, etc
- gms replied Jan 3, 2011
thx, Chris. That did it. The period converter "indi" in the main thread is not suited for EAs. gary
Dreamliners’ MPAS EAs, Indicators, etc