loop(next) or loop(break)?
-
hi here is my project . i have a group of trades ( buy and sell) at the first time and the block( for each trade) + block (formula) calculate the Tp of each trades. but when the trades are closed and the new group start working the problem happens
the problem is : the blocks (for each trade) calculate the Tp frome last trade while i want to calculate from Current price. i try to explain it on image
https://fxdreema.com/shared/wlXqAbOac
please help me about loops
thanks -
Please help me
-
@khansari I strongly recommend to renumber all blocks on top of your block trees. I simply don't get which ones are supposed to be executed before the other. Additionally, you are using the option 'the value, as is' on your formula blocks. I do not recommend it. You should use the 'as price fraction' option instead.
-
Thank you very much MR.
-
@khansari You're welcome.