On mt4 it will place a new trade I think.
Posts made by jstap
-
RE: Reduce position volume, rather than Close Partiallyposted in Questions & Answers
-
RE: Reduce position volume, rather than Close Partiallyposted in Questions & Answers
You have to place more than one position, then close some.
-
RE: multiple trades problemposted in Questions & Answers
You need a reason to turn trading off, and a reason to turn it back on:


-
RE: multiple trades problemposted in Questions & Answers
Set flag to turn it on/off, check flag to see what it is set to.
-
RE: multiple trades problemposted in Questions & Answers
On trade tab set a flag to off when TP is hit, on tick reset when ready to trade again, and check above buy sell.
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
Yes, it is seconds, so you would use a required number. (or a constant)
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
The principle is, you have 2 times, do something with these times that achieve what you need.
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
The principle is the same, record the time at each trade creation, then you can check this to do as you want.
-
RE: Close trade block not closing tradeposted in Questions & Answers
You do not need the "or" block...
-
Create time stamp for optimisationposted in Tutorials by Users
In this link is how to take hour and minute constants, add leading 0's and compile into a string so testing optimisation can loop through different times.
MT4 link: https://fxdreema.com/shared/UI9CUeHEc
-
RE: grid with order spacing and multiplication factor with universal take profit according to loss coverage and the distance between ordersposted in Questions & Answers
No mate that link is just part of my bio, I have never tried to sell anybody anything. As for help I gave you it in the post, now set up a test project and test, if you struggle to get it working, ask why and add a shared link. I try not to show in links how to achieve things because people learn more if they work on it themselves, otherwise I would spend all day doing people's work for them.
-
RE: Help needed. Live trading not working on VPS or locallyposted in Bug Reports
If backtest is working fine, then there probably isn't much I can help with, if I can see the set up then I might see the problem.
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
When you open a trade save the time into a variable, above placing a trade check time now is >by chosen seconds
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
get the time in seconds, check this above opening a trade.
-
RE: grid with order spacing and multiplication factor with universal take profit according to loss coverage and the distance between ordersposted in Questions & Answers
Pink blocks pip away to place new trade, and get the last trade lot size to multiply, close all trades when profit reached
-
RE: Close trade block not closing tradeposted in Questions & Answers
You can delete the or block it works better without it.