Thanks, I will try that
Posts made by Dore
-
RE: Problem selecting variablesposted in Bug Reports
I started a new project & reconfigured the blocks from the beginning without copying blocks from the original project. the same thing happened
Closed down fxdreema & reboot my PC . I still have the same problem
When I entered the variables I selected +add new Then entered the variable info then selected " Update" Then added the 2nd variable
Not sure what else to do. What am I doing wrong?? -
Problem selecting variablesposted in Bug Reports
In my project, I want to do some calculations store them in a variable & use the variables in a condition block. First I created my 4 variables

Then I configure my formulas blocks

Then I select update. When I reopen the block the variable var2 was not saved & var1 is in its place

I had this happen in another project then it mysteriously started to work -
RE: close multiple trades & reverse same # of tradesposted in Questions & Answers
It is now working. I updated all the blocks & re-complied & now it is OK. I still do not fully understand the relationship between the Bucket of trades & the variables But I should be able to make it do what I want. This fxdreema program is great & the community support adds a lot of value. Thanks for the help hopefully some time I can return the favour
-
RE: close multiple trades & reverse same # of tradesposted in Questions & Answers
Ok I tried that It works for the buy side but I have a problem on the sell side.

-
RE: close multiple trades & reverse same # of tradesposted in Questions & Answers
Ok Thanks, I will try that. If I understand correctly the bucket of trades does not store the trade count value in the variable directly?
-
RE: close multiple trades & reverse same # of tradesposted in Questions & Answers
My logic works when I put a number in the Loop pass N times block. when I use the variable that should be generated from the Bucket of trades block it does not work. Therefore my problem is that I do not understand how to use the Bucket of trades block. Any help understanding the bucket of trades block would be appreciated
Thanks

-
close multiple trades & reverse same # of tradesposted in Questions & Answers
My algo can have multiple open positions. I want to add a feature so that when for example 5 open buys are closed I open 5 sell trades. I did this test EA using the Bucket of trades & the loop N times blocks . it does not work. The buttons open & close trades but it does not reverse the closed positions. Not sure if I am using the Bucket of trades & the loop blocks correctly
https://fxdreema.com/shared/bTL4DY2wb
Thanks