Limit no of trades in backtesting
-
How to limit no of trades in back testing? (This is when I want to send my client a DEMO that will only take a certain no of trades in back testing). I have used "check trades count" block and also trade statistics trade count in a condition block but nothing can limit the trades in back testing. Any idea?
-
@vish
Using the "for each..." loop is one (slow) solution. Why do you want to limit trades, especially? Your client can just adjust the testing period, and combine many tests to go around the trade limit. I'd rather limit the demo version to a certain date.

-
@roar Thanks but what is this block? I just cant find anything like that on my interface.

I dont want to use date limit, then I have to do it with each time. Also what are the settings in "For each closed trade" block?
-
@vish
Here's the whole project: https://fxdreema.com/shared/swP7HlvGc
That is not a block, just press this button:

It is meant to quickly modify variables without the "modify variables" block