Can you explain more?
Posts made by jstap
-
RE: Fxdreema mq5posted in Questions & Answers
MT5 is not working as well as MT4, but for the most part it works correctly, this is because MT are constantly updating MT5.
-
RE: Time Filterposted in Questions & Answers
Server time is your broker/terminal time, GMT is time in UK , so the choice is whatever you want
-
RE: close trades on friday and reopen on monday - Complex Skillposted in Questions & Answers
These need to either be on the on trade tab, or under pink for each block:

You are on the right track regarding day filter-time filter close/delete, at a set time on Monday use pink blocks to get the Friday trade values and reopen -
RE: Hopeposted in Questions & Answers
This will give you an idea on how you can use https://fxdreema.com/forum/topic/19269/using-fibonacci
And this picture will show how to get the value of a level:

-
RE: trailposted in Questions & Answers
I think what you are getting at is because the trailing pips are set the same trails will eventually catch up with each other, this is because the pip difference between the stop and current price will ultimately be the same. Although I have never done it you try the different settings, one will likely have it working as you want:

-
RE: Stop Trading By turning OFF Blocksposted in Questions & Answers
check profit (period of time) > constant above buy/sell, check profit (period of time) < constant above close block if you want all to close if profit met
-
RE: Experteposted in Questions & Answers
Not really mate, everything was working when I created in MT4, you can add pictures but all should work.
-
RE: graphic shapesposted in Questions & Answers
Orange blocks draw things, but exactly what you need would need more information
-
RE: Experteposted in Questions & Answers
Then you probably need to ctrl x to cut it and then ctrl v to past it into your terminal expert data folder (right-click and refresh the navigator panel to show)
-
RE: Experteposted in Questions & Answers
If you click the EX or MQ button, then you should find it in your MT data folder, or downloads.
-
RE: Experteposted in Questions & Answers
No, if free version then you can't download it if over 10 connections.
-
RE: how to import .mq4 file from another source to fxdreema?posted in Questions & Answers
You can only import FX files
-
RE: how to move pending orderposted in Questions & Answers
You can drag pending orders on your terminal, but if a different lot, sl, or tp deleting is the best.
-
RE: deleting objectsposted in Questions & Answers
To delete all of the same type delete by type. To delete all of the same names, but that have a number added to the end, Above a loop and pass block set a variable to 0-loop-delete using name and contains variable-formula to add 1 to the variable. This will loop through all objects starting with the same name and delete.
-
Correct ID numbersposted in Tutorials by Users
In this project is how to draw 2 lines, and when the top is dragged the bottom line moves to match, and the relevant candle ID is put in a variable.
This also shows how important block IDs can be, if you run this on backtest you will see that when correct ID numbers are set to false the line is drawn on 0 and cannot be dragged, but when set to true the line can be moved, and the candle ID changes, this also highlights that lower number actions will react quicker to higher numbers. (your terminal will loop through numbers starting with the lowest, meaning that whatever action comes first, will happen first)
-
RE: Necesito un gestor de entradas en MT5.posted in Questions & Answers
People do not limit what is shared, but people will have to put their own work in. The more you use this site the more you will realise that nobody, wants the exact same thing. Even something you want for yourself will likely be different in a little while. If you search the forum you will find many ideas, then if you don't find what you need, ask. Even then the exact answer may not be known, or maybe it can be done, but the relevant person does not have the time, but maybe another time they will.
Good luck to anyone using this site, but people here do not build EAs for people (unless it is incredibly simple)
-
RE: Description [Comment FIX] + [Name]posted in Questions & Answers
Yes, if you use groups to place the trade it will be numbered by the group, under each trade add 1 to a variable, and use this in the comment box, to number/call each trade what you want.
-
RE: Open positions viewerposted in Questions & Answers
what value are you getting returned? And once per bar will not work well above a comment looking at 0.
-
RE: stoplossposted in Questions & Answers
Technically nothing is wrong, but I assume it has something to do with your formula blocks, link them all out and test, then add 1 back and test, do this until you find the calculation that's at fault.