True, you can save the MQ file then import.
Posts made by jstap
-
RE: Ability to save and import "template" sectionsposted in General Discussions
-
RE: Trade in grid (Without using pending orders)posted in Questions & Answers
Pink blocks can do this but, you'll find it makes no difference, if it does you may want to find another broker,
-
RE: why this EA dosnt work?posted in Bug Reports
To work this out try 1 condition at a time, then you can use process of elimination to work out what's not working.
-
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
Use pink blocks in between position created, you will only need one. position created->for each trade set to 1->http with in loop
-
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
@Pheaktra-Capo said in How to send a screenshot to a Telegram channel:
Add a shared link, not sure if I can do this but I will look.
-
RE: CLOSE TRADES block not workingposted in Questions & Answers
Then test with 2, when not working put a shared link, when there is too much to look at identifying problems is hard, this way the problem can be specified.
-
RE: CLOSE TRADES block not workingposted in Questions & Answers
Test this as a single tree, you can then see what isn't working and, adjust as needed, before adding the rest back in.
-
RE: name of objects (Horizontal lines)posted in Bug Reports
Never noticed, in this case you either have to delete object before drawing new, or create the name as you draw.
-
RE: name of objects (Horizontal lines)posted in Bug Reports
Top right in block allows you to call it what you want.
-
RE: Specific Strategy Creationposted in Questions & Answers
This has a lot in it, start a project and get one option working, then you can add others until you have all.
-
RE: CLOSE TRADES block not workingposted in Questions & Answers
Add a shared link, half pictures don't help, blue count should be above once per bar,
-
RE: i followed a MT4 tutorial on MT5 but its opening 50 million entriesposted in Questions & Answers
Put once per bar under conditions, conditions will be checked, if ok it will activate once per bar. With no trade only 1 trade should open, if multiple are opening then you may have to start the project again.
-
RE: The difference between "For each Trade" and "If trade"posted in Questions & Answers
Dark pink goes above light, the pink blocks are 2 sections of the same code. For each looks at trade details, if trade just checks if there is a trade running.
-
RE: Best way to learn?posted in Tutorials by Users
Not sure if there's any, MT4 is practically the same as MT5, what you can do is create a project and ask how to do what you want
-
RE: custum indicatorposted in Questions & Answers
Everything should work, candle 0 close is current price, strip this back to a single condition and test. you can then work out wat isn't working
-
RE: Truncate decimal numbersposted in Questions & Answers
Maths floor will do this, combine this with divide and you have what you want. https://fxdreema.com/shared/E2uX57fYb
