@somporn69

Constant or variable is the same procedure.
Best posts made by RGoo
-
RE: true,fasle to be in constantsposted in Questions & Answers
-
RE: After "Display Status Messages" to "No", all the links were redistributed.posted in Bug Reports
@l-andorrà
The links between the blocks previously looked like this:

-
RE: I need help on this 🙏🙏posted in Questions & Answers
@tec-nacks
I think you can make what you want to do easier, I made an example for you that works. The Control Block is for control only. If it counts up with every tick, you know that the next block is switched, if not it is blocked.
But you have to do the rest on your own, this is the only way to get further in your understanding of the program.https://fxdreema.com/shared/WS5iUoaGc


-
RE: Issue with Foreach Tradeposted in Questions & Answers
@mlumbreras
This can actually only be due to the expiration mode. You have to check that. I once inserted a control block for you, you can place it anywhere and you can then see whether the block is currently being run through and how often.
-
RE: Issue with Foreach Tradeposted in Questions & Answers
@mlumbreras
Interesting theory. I changed your AE something. You only need the "Pass" block if a block would otherwise stand alone or for special other applications. The "OpB" block is also not necessary, since something is only executed after an event, and "for each trade" is also not required , because the search is for the trade that JUST was executed. Maybe that will help you first, I didn't fully understand your description of how the EA works, but I think you need an additional variable, maybe. -
RE: BUY+SELL Break Even Pointposted in Questions & Answers
@Pheaktra-Capo
Yes, the issue is a bit more complicated than you think. Of course, where your BEP is not only depends on the price and the volume, but also on the relative value of the positions among each other. You bought your selling positions all over the buying positions!!!
Here's another tip that you probably already know. If your positions are very close together and the sell volume only slightly exceeds the buy volume, the result is even a negative value. You can use the following example to help. If you hold the same volume of long and short positions, you have a hedg (profit or loss is frozen and stays the same no matter how the price moves). If the buy volume is only slightly higher than the sell volume, you need a huge price increase to reach your BEP because the sell position is also getting bigger. If you use the formula, you also have to insert a block with the function for the hedg. This can look something like the picture.

-
RE: What is the best scalper EA that you have come across?posted in Questions & Answers
You only need to press the 3 dots and then you can change your post, you can then delete everything and write e.g. "deleted" there. But only you as the author of the message can do that.
-
RE: Project Blocks - Normalise ID'sposted in Questions & Answers
Hi Paul, yes this is working fine now. I always use the function. If you always want the top blocks to start with a "ten's"(10; 20; ....), you have to replace them, but the logical order is preserved.
-
RE: How to build martingale EA with TP shownposted in Questions & Answers
@jstap yes, it could be, it was just a way of thinking
-
RE: How to delete comments from the chart when EA is removed?posted in Questions & Answers
@roar
Thank you very much, a very useful tip, I also had this problem occasionally. -
RE: What is it? The option of "Wait to Pass" on every blockposted in Questions & Answers
@l-andorrà
Many thanks for the explanation, which I had read several times in the description but never really understood. It is very important to make it clear that ALL BLOCKS ABOVE can only be executed again after they have been passed. I didn't immediately understand that in the general description, it might be good to emphasize this again clearly in the general description.