Number of block that can be process
-
Hi, how many block can Fxdreema write an EA ? I am having trouble when the number of block is around 900+ block (using the Local Version). Does 'Just Pass' block could lengthen the EA writing process time ?
-
Yes, currently each block creates it's own function and if you use 2 or more same blocks, they can write the same things 2 or more times, and this creates a big file. Well... big for download and process before downloading, otherwise for MT it is ok.