This was a good idea and i gave it a shot. It didn't appear to work for me.... If anything it works worse than it did.
Best posts made by NScrilla
-
RE: Using the time filter to close - issues with dataposted in Questions & Answers
Latest posts made by NScrilla
-
RE: Using the time filter to close - issues with dataposted in Questions & Answers
You solved it for me! thanks!
-
RE: Using the time filter to close - issues with dataposted in Questions & Answers
This was a good idea and i gave it a shot. It didn't appear to work for me.... If anything it works worse than it did.
-
Using the time filter to close - issues with dataposted in Questions & Answers
Hello,
I am using a time filter to close after a certain number of bars. It works most of the time. It never appears to work on the daily chart. I think i discovered why. The reason is gaps in the data. If the data is missing a bar it throws it all off. How can i get the EA to close the trade after a certain number of bars if there are data issues?
Some of these trades go on for many many bars before they get closed when they are supposed to be closed at 5 for example. When i investigate why it appears a bar is missing. Do i need to use a different time filter? I am using the n bars one.
Any help would be appreciated!
Thanks!
-
Is mt5 different than mt4?posted in Questions & Answers
Hey guys! I know how to use Fxdreema pretty well in mt4. However my Mt5 stuff does not seem to work at all. This is very basic and is not functioning the way it should. The rules are simple, buy if it crosses, sell if it crosses. Always take opposite. No idea what is going on here...
Is mt5 diff than mt4? Am i missing important things here? Thanks for the help!

-
RE: Time Filter ISSUESposted in Questions & Answers
Never mind i solved it. If i run on the D chart i would have to run by ticks. If i run by open price i dont think it works. I think ill set my conditions to D but then run it on M15 or something.
-
Time Filter ISSUESposted in Questions & Answers
Hello,
Ive used the program before. Its good but it can be finicky. I found this. https://fxdreema.com/shared/yAEoByVnd
I loaded this into MT4 and it does not work. Tried making my own time filters and none of them seem to work. Tired various combinations but they don't seem to pass......
Please see attached.
https://fxdreema.com/shared/ewa0onkhc
What am i missing? Why are the time blocks not passing? It seems to work if i use M1 or H4, but why wont it work on the D test? Im trying to create a project that ultimately looks for a certain time once a day and then opens the trades based on the D chart. Backtesting on D chart wont operate the block?
Thanks for the aid!
-
RE: Anyone Know How To Put SL Above/Below Swing High?posted in Questions & Answers
Yeah Zigzag is a tough one to use but might work, going to experiment with it....
Thank you very much for assistance. I have developed good insight into this application, largely due to your help.
-
RE: How to get the EA to buy when most of the moving average are upposted in Questions & Answers
@l-andorrĂ Figured it out. It was not producing positive results so i had to uncheck skip useless results... lol. Crisis averted.
-
Anyone Know How To Put SL Above/Below Swing High?posted in Questions & Answers
Hellooo!
Basically many systems call for the SL to be placed above or below the swing high. This seems difficult from a programming perspective.... Surly its possible with the use of an indicator though. Does anyone know how one might achieve this?
Thanks!
-
Anyone Ever Built a EA which Works but Wont Optomize?posted in Questions & Answers
Hello!
I have built a large project. I connect the blocks and it works. However when i try to optimize some parameters it will not take any positions or run any optimizations. It goes through the motions and takes some time but in the end nothing has been done.
I figured something was up so i disconnected all blocks. Created a new no trade block #1 and a buy now block # 2 connected, that is all that is connected. It will take trades, when I optimize SL and TP which are fixed, MT4 will not do any optimizations at all. It takes some time and the green bar moves but in the end there are no optimization results and i know there should be since the SL and the TP were optimized from 50-100.
How can this be? Could there be something up with my variables or constants? Even though they are not doing anything in my no trade/buy now test?
Has anyone experienced this before? I am wondering if the whole project has some kind of bug and i need to copy everything into a new one...