@tipsywisdom Good catch Stupid error on my part I'll correct & see if that changes anything I have been through so many different changes to get this to work. The BE & TS work but I could relocate to a better location
Best posts made by Dore
-
RE: Simple MA cross algo on MT5posted in Questions & Answers
Latest posts made by Dore
-
RE: Simple MA cross algo on MT5posted in Questions & Answers
@tipsywisdom Good catch Stupid error on my part I'll correct & see if that changes anything I have been through so many different changes to get this to work. The BE & TS work but I could relocate to a better location
-
RE: Simple MA cross algo on MT5posted in Questions & Answers
This should be super simple. Nothing fancy Just a simple MA cross. 95% of all the fxdreema projects that I have done have been for MT4 This is one of my first projects for MT5.
What am I doing wrong? Why does this not work? I would prefer to use MT5 But It almost looks like a fxdreema has some issues with MT5?. Is anyone else having strange issues with fxdreema & MT5 projects -
RE: Simple MA cross algo on MT5posted in Questions & Answers
Here is a screen shot of the MT5 chart over the MT4 chart. The MT5 chart has an indicator that draws white arrows at the MA crosses So my ea should enter a trade & draw a line & an arrow at the same time

-
Simple MA cross algo on MT5posted in Questions & Answers
I am trying to do a VERY basic MA cross on MT5. I did some testing overnight. This algo works randomly It sees some of the MA crosses & misses some. Stops seeing the crosses for a long period & then it starts seeing them again. To try & sort out why it does not work I made 2 identical EA's one for MT5 & 1 for MT4 . I ran both for several hours earlier today. The MT4 version works as it should. The MT5 version is random it misses some crosses. Indicated a cross where there is none. At one point it indicated the cross 5 bars early I do not think that I am good enough to program something that can see into the future! It almost looks like it gets worse the longer it runs?
This is the MT 4 version that works as it should https://fxdreema.com/shared/VPuUx2F9d
Mt 5 version https://fxdreema.com/shared/tZKTcPi5e -
RE: 3 Moving Averagesposted in Questions & Answers
ah yes, candle size is in pips!!. he needs to use a price level. Can he use candle 0 candle high? Do we know what the candle 0 high is before it closes? I have had a bunch of problems when using candle 0 & I get very confused. I now use market properties which is the current price & that seems to work better for me
-
RE: I can't get what I wantposted in Questions & Answers
What I want is to turn $100 in to $ 1,000,000 in the next month. My problem is that this EA does not do this
-
RE: 3 Moving Averagesposted in Questions & Answers
I am not an expert but I do not think that you can use candle 0 in the way that you are doing? Example block #4 Candle 0 " Candle total size" candle 0 is the current candle The total size cannot be calculated until the candle is closed. Then it becomes candle 1. Similar thing with block #5 How can the candle 0 open cross above a MA? I think that you have to use "market properties"

-
RE: MARKET CLOSEDposted in Bug Reports
I had the same issue. I contacted my broker & they confirmed that with them the market is closed from 23:58 to 00:04 I was trading the daily bar with the trades happening at the start of the new bar so the market closed error was valid Opened a demo with another broker they do not close the market & The EA now runs OK
Some brokers close the market & some do not. A problem with trading at the start of the new day is that the spread can get bigger. So I will try & modify my ea to trade a few minutes before or after the close of the daily bar -
RE: My button won't change colours, anyone knows what I am doing wrong?posted in Questions & Answers
Here is a project that I did that uses buttons. I do not change the color but I change the text. ea on /ea off
But this should work

https://fxdreema.com/shared/ItWx4Lxhe -
RE: MT5 Market Closed errorposted in Bug Reports
I contacted my broker They confirmed that on their server The market is closed from 23:58 to 00:04. So that explains the market closed error. Now as TipsyWisdom mentioned I will have to try & program my EA not to trade during that time. Ideally, I would like to take the trades a short time before the end of the candle to avoid the potential larger spreads Let's say somewhere between 23:30 to 23:45. This should be fun!!