@isp00rt Not at all. You have 250 pips there, but the parameter should be Time. Pips and Time are different things. This block only selects bunch of trades, it doesn't make calculations. Calculations are made later in the Condition block.
Posts made by fxDreema
-
RE: Bucket of closed tradesposted in Questions & Answers
-
RE: Weird problem with my EA's codeposted in Questions & Answers
What is around row 2219 in the code? Can you easily repeat this error or it happens at random?
-
RE: Payment Declineposted in Questions & Answers
No, I don't think that my country has something to do with this. He pays to FastSpring, which is a payment processor similar to PayPal. In FastSpring I see different errors that happen let's say once per week. In this case the error was something that the address of the card is wrong, or something like that. If you ask me, I don't care about anyone's address, name, or whatever. But I guess that FastSpring has some rules and they are making some checks before payments... I don't know.
-
RE: Custom Indicator parameter value errorposted in Questions & Answers
Try ENUM_TIMEFRAMES as a data type instead of int for Period. Also count the number of parameters, in case you missed one.
-
I broke something with today's updateposted in Bug Reports
I apologize, I did something wrong. Few minutes ago I uploaded a new update, but this update failed. As a result some projects now appear broken. The problem starts when a new connection is made, then on the server all connections are deleted.
What to do? Reload the EA builder. I uploaded the old files and now it should work as before. But if your project looks broken and it doesn't load, go to History (upper right corner) and find previous history point that works.
-
RE: I/O method blocks_move for component builder does not exist! (error on working)posted in Bug Reports
I did something wrong with today's update. Reload the page and try again
-
RE: Bucket of closed tradesposted in Questions & Answers
The block passes for me and "Trade Activity" print something on the chart that is almost too small to be seen:

You can try the example with the Delay block in visual testing, so at the moment when Delay is reached, the EA would wait for a while and you will be able to see what is going on in "slow motion" -
RE: HELP PLEASEposted in Questions & Answers
If each windows has a different Symbol, then you can do it with the same magic number. In this case the Symbol is what makes every trade to belong to a certain window (and EA)
-
RE: Trigger a block when an existing trade is closed by broker PT or SLposted in Questions & Answers
Go to "on Trade" and try to do something there. https://fxdreema.com/demo/mt4-event-trade
-
RE: How to set the SL level to the closest current price level?posted in Questions & Answers
@josecortesllobat Invalid SL appears when SL is too close or on the opposite side of the market price. I programmed the blocks to find the closest SL possible when you provide number that is too small, for example 0.1 pips. So if you try such value, you should see a message by the EA that SL is set to the minimum possible value, or something like that.
But I guess there is a possible problem that may happen sometimes. Let's say you provide a number that is too small and the EA calculated the closest possible. The EA sends the modify request to the server, but in the meantime the price moved and now the desired SL level is already on the wrong side, so it returns that error. Unfortunately I don't know how to deal with this

-
RE: Big challenge... for me at least: Count candles crossed by a horizontal lineposted in Questions & Answers
Miro, you are a pro
I would say that this is a job for some custom indicator or a custom block. -
RE: Terminate other EAsposted in Questions & Answers
No, no, those variables are something entirely different. If you know what cookies are in browsers, those variables are almost the same. MetaTrader keeps them in a file somewhere, so they are stored for few days I think.
In MetaTrader click F3 and you will see them. There is a list of Variable (name) - Value pairs.
In "Terminal variables" you simply make pairs of such variables. You provide a Name, which is a string (text), for example MyVariable, nothing more. And the value is whatever you choose. The value should be something numeric. Then somewhere in Condition you can read them. Again, you provide the same name - MyVariable

-
RE: trades counter by timeposted in Questions & Answers
Are those accounts in different MetaTraders?
-
RE: All Custom Indicators Goneposted in Bug Reports
Yes, but at that moment WinRaR popped in my mind. I know it for the longest time and I'm used to it. It did the job.
-
RE: Moving to another VPSposted in Questions & Answers
If anyone used the Support page to send me a message in the last few hours, I think that those messages are lost. This is because I did a stupid mistake of course.
-
RE: Help in setting parametersposted in Questions & Answers
Those are variables. I see you have them as Constants. They should work, I'm not 100% sure, I have to check this. But I see you found the better way - to add the indicator in My Indicators and use it from there

-
RE: Moving to another VPSposted in Questions & Answers
Now the website is working from Vultr VPS. But there is one unexpected problem. They block port 25, which is used for emails, and because of that I can't send emails.
EDIT: port unblocked and emails are now working
-
RE: MY LATEST PROJECT IS EMPTYposted in Bug Reports
When blocks disappear, do you see that? Or reload is needed?
-
RE: All Custom Indicators Goneposted in Bug Reports
conclusion: WinRar is waaaaaaaay better than Windows itself when working with .zip file, containing 1000s of files
Ready!