Use the block itself, don't dig into the code
Posts made by fxDreema
-
RE: help to add TIME FILTERposted in Questions & Answers
-
RE: help to add TIME FILTERposted in Questions & Answers
If you expect some setting somewhere... no, there is no setting. I already said that multiple times, I will say it again - you can use a block to filter the time under "on Tick". There are multiple blocks that can be used for that, all in light-green color. And I posted an example. Sorry, I can't help more.
-
RE: Strategy Programming Helpposted in Questions & Answers
I can see that you are trying something over the project that I previously made for you, which was something similar, but using MAs. For the current project the template should be different, most probably. So what I think is that you need some reorganization.
I must say that I don't want to make full EAs every time that someone is asking for that. If there are small specific problems, I will help. There are always things that are not obvious, like finding last arrows of Fractals. For reorganizations of blocks... yes, this requires some logical thinking, backtesting and time. I need my time for other things

-
RE: Round for if condition.posted in Questions & Answers
Not very beautiful, but: https://fxdreema.com/shared/8ko91WADb
-
RE: GTCposted in Questions & Answers
And you must always have some demo account to test on it. The first is to backtest, because it's fast, but backtesting is just a hint of what it could be. Then you must put the EA on demo to see how the communication between MT and the broker really happens.
-
RE: help to add TIME FILTERposted in Questions & Answers
Are you kidding? Just double click on the block and all the settings are in there. You are not even someone new. Time filters are one of the simplest blocks to understand - they pass when the time is between two times (start time and end time), both defined in the block.
-
RE: GTCposted in Questions & Answers
When you backtest, there is no communication with the server, so the broker does not matter. Just give me some demo account

-
RE: help to add TIME FILTERposted in Questions & Answers
The EA itself cannot be added and removed from the chart by itself. It can be added and while MT4 is on and there are ticks coming, it will work. It works because of ticks. So you can put some time filter on the top of "on Tick" to filter by time. This is so simple. Just try it!
-
RE: GTCposted in Questions & Answers
I found it, but I stuck here: http://prntscr.com/6iltuk
Can you give me some demo login data
-
RE: GTCposted in Questions & Answers
XP, what a name
Some hint how to find this broker in "Open an Account" when I already have MT5 installed? -
RE: how to close trade using my own indicatorposted in Questions & Answers
So the real question is "How to detect when this indicator changes it's direction". This one looks to me like PSAR and here is some example https://fxdreema.com/demo/mt4-psar-reversals
-
RE: The strategy from scratch questions and problemsposted in Questions & Answers
Now offline chart should be automatically detected, so no need to manually control this. But use the latest MT version., as this is something relatively new.
-
RE: help to add TIME FILTERposted in Questions & Answers
Well, adding time filters is not that hard. It depends on what you want, there are blocks to filter by hours, minutes, seconds, days...