Ok I started a new project and testing block by block to see which caused the problem. Or maybe I just used the same project too many times. Anyway it's working now.
Latest posts made by rcour
-
RE: Simple Basic EAs not runningposted in Bug Reports
-
Simple Basic EAs not runningposted in Bug Reports
Hi Guys,
Need some help please, I am accustomed building and running EAs. Suddenly for some reason when I download my EAs and run them in strategy tester the results all return 0.
It was working fine just two days ago, I tried in two different brokers MT5 platform, got the same result so it's not the broker.
Please note I am using the free FxDreema because I am just playing around with base concepts for my EA.
Can someone download a MT5 EA and run it in their strategy tester and let me know if it works for you please?
-
RE: Enter a trade when price crosses a valueposted in Questions & Answers
Ok I guess it's one of those strategies that I would have to test manually. Thanks @jstap
-
RE: Enter a trade when price crosses a valueposted in Questions & Answers
Ok it seems that the problem is with the weekly timeframe. I tried it using daily open as the right operand and it works. Has anyone ever used the crossing of the current week's Open value as an entry point? @fxDreema
-
RE: Enter a trade when price crosses a valueposted in Questions & Answers
@jstap ok thanks, tried it didn't work. I'm sure the problem is the right operand of block 24 and 25 because if I change it to crossing an EMA, it works perfectly.
Maybe I can draw a horizontal line at current weeks open +/-10 pips. and have the entry when it crosses the line? Instead of the value.
Would that work? How would you do this?
-
RE: Enter a trade when price crosses a valueposted in Questions & Answers
@jstap thanks so much for your help.
https://fxdreema.com/shared/XFK0Bn66
I am testing on a 1minute chart only getting 22 trades over a two year period. It's supposed to be 1 trade a week.
When I do the testing manually, I get a trade almost every week. So the EA should be taking close to 100 trades over a two year period.
Also I do not know how to say current price is above a certain level, so I use candle 1 close on a 1 minute chart.
-
RE: Enter a trade when price crosses a valueposted in Questions & Answers
@jstap thanks. That what I tried and it's not working.
Have you ever used this function before, using the "+ or - pips" in the adjust section of a condition?
-
Enter a trade when price crosses a valueposted in Questions & Answers
Hi everyone,
How would you create an EA to enter a sell when price drops 10 pips below daily open and buy when price goes 10 pips above daily open?
-
RSI with Moving Averageposted in Questions & Answers
Hi everyone,
Can someone help me with adding this custom indicator to my EA please? It is the RSI indicator with a Moving Average. I can only find the .exe file online. Does anyone have the .mq5 source file? Or can you give me some guidance regarding what to put for the buffers when using the .exe file please? Thanks.