You will have to disable auto or use the magic no to interact, the only easy way is to have all in 1. You also have global variables, but to get EA, to access you will need to be able to add logic.
Posts made by jstap
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
block IDs only matter in separate trees, in 1 the process starts at the top and end's at the bottom, in a straight line regardless of numbers
-
RE: help meposted in Tutorials by Users
Put this in questions not tutorials, use terminal (global) variables, these will save and can be accessed by any EA on the same terminal
-
RE: Lots multiplication problemposted in Questions & Answers
Looks like your tree 2 is reset to 0, and because it cannot access the running trade value it does not correct, in the modify block get the running trade value. Also use the code in your buy block under numeric value, text code input, and then your multiplier value will be corrected to the correct 0.00
-
RE: Which block to use to place Stop Lossposted in Questions & Answers
Condition block, adjusted > or <, to whatever value causes you to need to close/stop, blocks that commit your action
-
RE: Lots multiplication problemposted in Questions & Answers
That is my point, nothing should try and open a 0.00 lot, so correct whatever is trying to use that value, that code will only average the number, so to try and use 0.00 the number before must have been 0.0049 or lower. If you run the above round project you will see the number that creates 0.00
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
Check type is set for buys, so to place the opposite it needs set up like the picture, also if you have both set up on orange, it will place a buy and sell at that time.

-
RE: Lots multiplication problemposted in Questions & Answers
So what value is it trying to use, that it hasn't got?
-
RE: Lots multiplication problemposted in Questions & Answers
Not had this problem get the running trade value and work from that
-
RE: Lots multiplication problemposted in Questions & Answers
I get no error from this, it compiles as expected. Correct the crazy block numbers. What blocks are you trying to use it in? If I were you I would start from scratch, and get this working on a small project, then add other logic to it.
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
This places extra trades (I think) because every time it places a trade there is a new one to work with. To have it working as you want you need to add to the logic, the lots used are inside the buy/sell blocks, what it should/should not be doing, and needs adding so it does what you need. Fix 1 thing, then the next until all is working
-
RE: Lots multiplication problemposted in Questions & Answers
Did you save Round_from as a constant with a value? This needs to be the lot value you are correcting:

-
RE: please help custom indicatorposted in Questions & Answers
Shared link is what's needed, but that can be seen from your pictures, the indicator is needed to see what's happening
-
RE: Close all trades at certain drawdown! PLEASEEE HELP XD <3posted in Questions & Answers
Period of time,< value place trades, > value close trades
-
RE: Lots multiplication problemposted in Questions & Answers
Show your project, but exactly how they are in my project
-
RE: Close all trades at certain drawdown! PLEASEEE HELP XD <3posted in Questions & Answers
The condition block will pass when there is 5% drawdown, put a close block under this, you will likely need to set a flag, then check it above buy/sell, and reset daily.
-
RE: Close all trades at certain drawdown! PLEASEEE HELP XD <3posted in Questions & Answers
This will show you, only use a close block not buy/sell: https://fxdreema.com/forum/topic/19973/calculate-equity-drawdown-percentage-and-open-opposite-direction-trade/12