support
-
https://fxdreema.com/shared/Pbs2RU8A
the problems is that after i modified the rpoject just deleting 2 formula blosk then the mt4 backtesting didnt want to work anymore with that expert advisor, i dont know realy what happens, because other eas created with fxdreema abfter this can be backtested normaly...
-
Here is it working: https://fxdreema.com/shared/54egr5llc
The reason why it was not working... long story... and I will probably do some changes in those formula blocks
-
please dont delet formula blocks from the platform are pretty usefull..
I have to use only your link? can i modified the project and it will keep working? because i hadnt finished yet with that expert advisor. Thanks
-
The problem is that some formula result is used in a block, in one of it's hidden properties, but then the formula block was deleted. Now some formula result is requested that does not exists anymore.
Block 4, Stop Loss mode, SL as price level. If I remember correctly... Set this to Value -> Numeric and it will be fine.
I don't like Formula blocks not only because of problems like this. When I see projects of people, they are using so much Formula blocks, but I think that using less blocks is better. The other problem is that they keep the name of the result variable - Result2, Result4 or whatever. Too much result variables in a single projects = mess. So I need to do something about this.
-
u should teach how to use it correctly not just delet blocks because are to complecated..just what i think..
may be u can make videos or more complex examples..
-
Well, this particular problem is a bug
There was the same problem when using variables or constants and I fixed it... but now I realize that it's the same with Formula results 
-
https://fxdreema.com/shared/DwJGzp8Lc
I have almost finished with this expert advisor but i have a problem with one of the time filter blocks that doesnt want to pass. I have tried everything... all ther est works fine as i exactly want, also the other 3 time filter blocks passes when it has to be.
I tried, but this time i dont know how to make it works man... -
It works for me: https://fxdreema.com/shared/vul0P3UDd
http://prntscr.com/6l3ds3 -
it is frustrating.. keep not doing the close of pending orders....
https://fxdreema.com/shared/Vw0xvAqNc
I put the time filter and draw line as u did but nothing...that line dosent appear as in your picture.
what could be?
-
I think that it works here:
http://prntscr.com/6lb808
http://prntscr.com/6lb96yTry with Hours filter, but Time filter must work.
By the way, this text above... you can draw these objects in "on Init", there is no need to repeat the same thing over and over again in "on Tick" when nothing changes after the EA is started. -
Tried with hour filter and time filter again for if something changed but nothing..
here is my picture
http://prntscr.com/6ldlxf
As you can se there is the 4 candle H4 of the day and the time filter for close pending orders didnt passes.Can u send me the m1l4 file u are testing? so i can know if it is my mt4 platform or something wrong with fxdreema.
-
I'm exporting it from the website, it should be exactly the same for you. Do you have some errors in the logs?
-
i dont get exactly what u mean with logs... but i tried with the mql4 version exported from the web version and local version and that exactly time filter didnt passes... for a first time i thought that didnt pass because may be there was a limited amount of time filter on a single project, but then u could do it. So i dont understand.
-
Logs are here: http://prntscr.com/6ldwv0
-
i have this, i dont know if u want that i show u something specific
http://prntscr.com/6le0p6
http://prntscr.com/6le11k
http://prntscr.com/6le17t -
It's a little bit late, but I'm pretty sure that the problem is something small. We can write here whole day, but why... if you have TeamViewer, send me your details and I will check what is going on there
-
Hey, I'm going to sleep.
Meanwhile look at this error: http://prntscr.com/6legzo
I don't have such errors, I don't know why: http://prntscr.com/6lehlu
I also opened some block and I found this problem: http://prntscr.com/6leieeTo check if the time filter works, test it alone. But I think that something else stops the EA before that
-
i fixed that error, but as u also think, i dont belive that a sample take profit with other time filter wich works, could make the other part falls.
I sent u a mp with the details of TW
-
The problem is that you are backtesting at "Open prices only" model, but the Time filter is set to be active for 30 seconds after 11:59. Open prices only = work only at the opening of each new candle. For H4 you are able to detect only times like 00:00, 04:00, 08:00, 12:00.... and probably the times of all the available candles in lower timeframes, I don't know exactly.
I just added 1 more minute to your time filter. Not it can be active between 11:59:00 and 12:00:30 - this time period contains 12:00, so it works when in "Open prices only" mode.