what is the difference between close and close psitions blocks/
-
good day
https://fxdreema.com/shared/pJtAMF4se
hear we have 2 blockes close and close positions..
please , can anyone tell me :
1-what is the difference ?
2-is their any whay to quickly close all trades when i have few hundreds of opened trades ..because in this case it covers 2-3 minutes to close them using "close position: block so we suffer slippage..!
3-is it necessay to put "for each position" block before the "close' block to make it run proparly ?
thankyou for all your support
rgds -
Close (pink) will only work correctly under a for each, the for each selects in a loop the trade/trades to close. Close positions will close all selected (this will us a loop, but is internal)