Bucket of Trade Block question
-
Is there a way to combine 2 or more bucket of trades into 1 bucket of trades?
-
Well, in the "Bucket..." block you have few filter settings to select which trades to load, so instead of combining you just select what you need. What is different between those 2 groups of trades? If it's the Group number, for Group # write something like 1,2 (both group numbers separated with comma)
-
Thanks so much for your reply. I was not aware you could write multiple group number by separating with a comma. This really helps me a lot.
But now it raises some new challenges for me and I also have some more questions about the same.
- My Group number are usually a "int" variable. Something like "1000,1002,1003" is not an "int" anymore. Its a "string" This means I will have a create another string variable to assign value by appending multiple groups comma separated. Was wondering if I can save all this trouble and just assign multiple groups in that block without messing with my "int" and "string" variables to be able to do this.
-
But why using variables for that. The idea of this Group number is to have 2 or more different strategies in the same EA and normally these values are written in the blocks directly, because you know which block is for which strategy.