Modifying variables in a for each trade block
-
Hi folks.
I have an understanding issue. If I want to modify variables in an "for each trade block" it would be sufficient in my case to do the modification once each bar and not each tick when conditions are to be checked. So, if I specifiy after an "for each trade" block a "modify variables" block that is due to run once per bar, will fxdreema create an array for each trade with the specified value or will it store just the variable value that occured on the first trade? The variables I use are related to each trade, but I figured out that modification calling an external indicator slows down backtesting a lot and in that case is not necessary.

It would look like that.
-
That's hardcore coding for me. Is there any programmer here?