trade doesn't execute
-
@guy111
You see, that was a very nice example from practice. Block 1 was actually easy to find, but I overlooked it, if you formulate the names of the blocks more clearly, this rarely happens. Try it like in the picture below, the additional time you spend here will save you several times later.

-
@guy111 said in trade doesn't execute:
@rgoo Ok, but how do I test each block?
OK, and now to the topic of how to test the EA.
You build a test block. This is a counter. A counter has many advantages, you can see during the test whether your EA was already where you placed the block. You also see if the EA only gets there on every candle e.g. or every tick and you see if the EA got stuck at this point if the counter keeps running (faster than every tick).https://fxdreema.com/shared/G3qIj9dyd

You can then place this block anywhere on the EA, always in parallel, not in series.
And of course you have to display it while running the tester.