Get the Variable out of the block
-
Hello ,
How Can I get a variable calculated inside the block
For example : " Check trades count " block , we can use it to compare trades with a specific number but How can we get that number it calculate ( ie : number of trades )
I know that there is other option to calculate the number of running trades , but I want to get the number out of this block as he contain the filters I wantThanks
-
You can't get a local variable out of the block. Take a look at these Bucket blocks https://fxdreema.com/examples#Bucket-of...
-
@fxdreema
Bucket blocks along with Modify Variables did the job
Thanks !