Whatever happens first will be what happens
Posts made by jstap
-
RE: When to use Sell, TP/SL or Close Positionposted in Questions & Answers
-
RE: lock the codesposted in Questions & Answers
So this could be done from a constant, but you couldn't change once set and EA in someone's possession.
-
RE: When to use Sell, TP/SL or Close Positionposted in Questions & Answers
Yes the TP/SL level will send the close signal when hit, but from within the broker's system.
-
RE: When to use Sell, TP/SL or Close Positionposted in Questions & Answers
A fixed SL/TP is requested on the broker's system, so even if your computer is off or not connected the position will close. With a close block, your computer needs to talk to the brokers. The time difference is minimal, but hard SL/TP adds a layer of security.
-
RE: all of my blocks has disappeared mt5posted in Bug Reports
The only times I have seen anything like this is because of the web browser used
-
RE: lock the codesposted in Questions & Answers
There are different ways to do this, how exactly do you mean?
-
RE: When to use Sell, TP/SL or Close Positionposted in Questions & Answers
I am still a little lost on what you mean, your English is not bad (at all) a TP for a buy is above, SL is below, and for a sell TP is below, SL is above. You buy if you think the price is going up, and sell if you think the price is going down.
Yes, you close a buy with a sell and close a sell with a buy.
If you hit SL or TP regardless of buy/sell, you buy or sell your position, hopefully for a win, but sometimes a loss.
Stop or close position will buy/sell as soon as the broker can...sometimes with slippage
-
RE: When to use Sell, TP/SL or Close Positionposted in Questions & Answers
That is just the pretty obvious truth. Maybe you need to be more specific in what you need?
-
RE: lock the codesposted in Questions & Answers
Download the MQ file. And you need to elaborate on exactly what you need
-
RE: Pls help me, the remote destop window update so i want the ea run as the previous latest value wasposted in Questions & Answers
If you have saved to correct value to a global variable then it will be correct. Loops need a for pink each block above.
-
RE: Buy Pending Orders in Grid - Keeps Looping - Is this a bug?posted in Questions & Answers
This project- https://fxdreema.com/shared/f9ADTOrse - although it is not exactly what you want, it will show you how to spread the distance.
-
RE: Buy Pending Orders in Grid - Keeps Looping - Is this a bug?posted in Questions & Answers
Place an instant order and a grid of pending orders, or 1 pending and the grid when it becomes a trade?
-
RE: 如何设置在60根蜡烛内触发信号,我只需要这60根蜡烛内的信号posted in Questions & Answers
Variables are set on the upper left, create then put the ma value in it, display this in a comment, then you can watch on backtest to see if it works. Call the variable what you want and leave it a double - modify variables block with indicator relevant values - comment block variable and label it what you want. If you struggle with this add a shared link. project screen-projects-create link-open in web page-copy from the address bar and paste here
-
RE: Grid function bugposted in Bug Reports
as for placing 2 trades at once use a draw text block to know which tree has placed the trade, as for keeping the last used lot you will have to use global variables so it is always remembered.
-
RE: Buy pending orders in gridposted in Questions & Answers
Place the pending order either above or below for the required type...
-
RE: historical dataposted in Questions & Answers
I don't know, to me, if EA is scalping and needs specific data then it is probably not a good strategy. Some are but not many, to me the standard MT data will give relatively the same results as live, as long as your SL is large enough.
