MAGIC NUMBERS
-
Do you have any articles on how to utilize magic numbers?
For example, eventually I want to build a system that has a few different sets of condition to open a trade and each set has its own set of conditions to close so that not ALL trades will close, just the ones that pertain to to particular system.
- David
-
Here I tried to explain how stuff works in fxDreema: https://fxdreema.com/help/-/working%20w ... d%20groups
By default all blocks work with the same magic number, which comes from the input parameter "MagicStart". In the EA you can use multiple magic numbers by working with the "Group" parameters. In some way this Group number translates to Magic Number.
-
So let me make sure I understand the procedure.
For example I might use check trade count and enter a group number.
For my closing conditions, I just make sure the group number in the close matches the check trade count?
- David
-
Yes