- Search Crypto Craft
-
rockit replied Jun 29, 2021And here the close-by-line EA. How it works: 1. Put the EA on your 'master' chart. 2. Either you have orders already placed or you can now place orders. 3. Put a horizontal line where you want the close-out to happen (that is above or below current ...
Close all trades at preset price level
-
rockit replied Jun 29, 2021Sorry, forgot that pending orders have to be treated differently. Updated code (above). To force-remove the EA: Before you start MT4, navigate into experts folder and remove the respective ex4 file.
Close all trades at preset price level
-
rockit replied Jun 29, 2021Hm, strange thing, for I too use GP demo. And it apparently works for me, as I have shown proof here: url Also from the Experts tab: image I suggest that you try any (or both) of Nicholishen's scripts directly, to see if it works in general (as ...
Close all trades at preset price level
-
rockit replied Jun 29, 2021Ok, here is the 1-by-1 close EA. Inputs work same as before. file
Close all trades at preset price level
-
rockit replied Jun 29, 2021Ok. I am sorry, it looks like "closeby" does not work with your broker; then we have to close order-by-order. However this way of closing orders may take a long time, depending on the number of orders. I will provide the code soon.
Close all trades at preset price level
-
rockit replied Jun 29, 2021Another code update (see above). It works over here (possibly your broker does not permit MT4's closeby function): image
Close all trades at preset price level
-
rockit replied Jun 29, 2021Check "Experts" and "Journal" tabs in MT4, if it prints any errors.
Close all trades at preset price level
-
rockit replied Jun 29, 2021By implications I mean that it will also close pending orders. Updated the code above. Now there is another input, "long" or "short"; if "long" is selected, EA will close orders if bid >= level; if "short" is selected, EA will close orders if ask <= ...
Close all trades at preset price level
-
rockit replied Jun 29, 2021I was afraid you were going to ask that.
file You can input a price level and "long" or "short"; if "long" is selected, EA will call the maximum overkill close-all code if bid >= level; if "short" is selected, EA will close orders if ask <= ...Close all trades at preset price level
-
rockit replied Jun 29, 2021Today may be your lucky day. There is almost a ready solution to your problem. Namely, user Nicholishen has provided us with a "Maximum overkill Close-All script" here: url Now, what we have to do still, is create an EA that will monitor price and ...
Close all trades at preset price level
-
rockit replied Jun 23, 2021Sure they can know if a trade was placed manually or by program, because the terminal itself indicates the nature of placement.
Can MT4 Brokers see your EA/Indi
-
rockit replied Jun 17, 2021Which platform executes orders faster (I'm particularly interested in GER30) - TE or MT4? Or is there a difference at all?
Global Prime - The World's Most Transparent ECN Broker?!
-
rockit replied Jun 15, 2021@GP - why is your GER30 circa 10 point above the actual DAX (as can be seen from the live-cam inside Frankfurt Stock Exchange here - you may need to refresh the page if it is more than one minute difference), whereas my other broker is pretty tight ...
Global Prime - The World's Most Transparent ECN Broker?!
-
rockit replied Jun 7, 2021Why ride with the devil, when I could give u hell? Shygirl – TWELVE video
What kind of music you hear while you trade?
-
rockit replied Jun 7, 2021Do not confuse MT4 and MT5. url
Tick separate volume trading - coder needed
-
rockit replied Jun 2, 2021I think the formula is: balance times risk divided by stop-loss-points, i.e. balance $1000, risk 1%, stop is 10 points from entry, then: contracts = 1000*1/100/10 = 1 (one contract).
Programming an EA for trading Indices
-
rockit replied Jun 1, 2021Here you can evaluate for yourself: url Click on the names or numbers..
Does the tick volume depend on my broker?
-
rockit commented Jun 1, 2021"to tap capital markets in search for those funds" LOL Last time we checked, the only source of money out of thin air was the central bank(sters)..
The EU is finally ready to tap markets in a $900 billion stimulus push
-
rockit replied Jun 1, 2021If you can make your algo intelligent and self learning (talking artificial intelligence (AI) here), something like AlphaGo Zero or AlphaZero it can work.. Otherwise very likely not. So best is you are proficient in both - trading and coding AI.
What's Your Opinion on EAs and How to Approach Them!