Operation after closing the transaction
-
I want to tell the bot that if the order that was made leads to profit, then do something for me, what block should I use?
-
@alimovahedi You need to use this block in the 'on trade' tab:

-
I want to tell the robot that if the previous transaction turned into a profit, come and double the volume of the transaction, and if it turned into a loss, maintain the same volume as before or reduce it.
-
Then you need a variable to store the value of the lot size and change it accordingly, but you will still need to use the block and tab of my example.