It hasn't changed, predominantly asking questions is the best way to find anything more
Posts made by jstap
-
RE: PDF fileposted in Questions & Answers
-
RE: Account Starting Balance (lifetime)posted in Questions & Answers
No, it is just the magic number, so if added to a new account, you would either need to change the magic number in the EA inputs, or delete the variable. But thinking about this you could set to work on account number, or both. I have added a new link, where I have moved all to on init (where it should have been before), you will see the 3 options on how to do this: https://fxdreema.com/shared/N5SCuW2lb
-
RE: Current priceposted in Questions & Answers
Do you mean to look at what price was doing previously? candle 0 close is current price
-
RE: Custom Indicator Buffer is Not Tradingposted in Bug Reports
Yes sorry you did, so the values are there, now get the value into a comment, once you can do this you can use this value to check if price is < or >, this is just the start though, because you will then need to work out when it's in between any 2 lines. Add a shared link rather than the ex file
-
RE: Trade at the beggining of each candleposted in Questions & Answers
No just put above placing a trade, Period() just counts the minutes from 00:00, if you want to place on a different time frame candle open then you would need to place the minutes needed
-
RE: Account Starting Balance (lifetime)posted in Questions & Answers
magic start is a MT function, it is the magic number used in an EA, on FX it can be called using MagicStart, in this link you will see how to use in for terminal variables: https://fxdreema.com/shared/gDKtX9Xxe
-
RE: ORDER BLOCK NOT WORKING ON MT5 DESKTOP APPposted in General Discussions
More information, you installed it on to FX, you looked in blocks but can't find?
-
RE: limitation losing money in a dayposted in Questions & Answers
Check profit (period of time) < above placing a trade > above close trades
-
RE: Trade at the beggining of each candleposted in Questions & Answers
This is what I mean, I regularly use it on live/demo/backtest, and it never activates except for the exact minutes. This block activates every x minutes from midnight, Period() is the minutes from the current chart using broker time (so each candle), and only happens at the current chart candle open/close.
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
Yes, you could also get it to print text on chart to give information
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
To see what I mean create a test project doing this: When a condition says cross has happened, draw two lines, then on backtest you can pause, and see if all set conditions have happened.
-
RE: Trade at the beggining of each candleposted in Questions & Answers
If your conditions allow, try this once per minutes block and for time add this Period(), this should mean regardless of the time frame everything under happens once at candle open
-
RE: Account Starting Balance (lifetime)posted in Questions & Answers
I don't know how to create, but is likely possible with creating a custom block. If you use MagicStart while creating then a new variable will be created using your bots magic number
-
RE: Account Starting Balance (lifetime)posted in Questions & Answers
Don't think you can on fx, but on init you can check if a global variable exists, if not populate with balance, you would need to delete every time account changes, but that is just f3 to delete
-
RE: Hello everyone, can i make an EA Bot for MT4 using my android phone?posted in Questions & Answers
If you run it on pc then you can view it on mobile, but it will not run on a phone
-
RE: bug in free account robotsposted in Bug Reports
I use adjust to get the pip value, add spread and set market once working, you do not have a once per bar.

-
RE: Custom Indicator Buffer is Not Tradingposted in Bug Reports
Put the buffer into a comment so you can see the result, share the link, and add the indicator to look at. But multiple lines make the indicater a lot more difficult to use, even if you can get the buffer values