Check if previous trade was a buy or a sell
-
How can I check of a previous trade was a buy or a sell? I could still be open or could be closed but I need to be able to check if it is or was a buy or a sell.
-
Well, there is no easy way to get the previous running or closed trade. Normally you can use either "For each Trade" or "For each Closed Trade" (with the "Not more than..." parameter set to 1) and as you can see these blocks are separate. But I don't remember someone asking me to find the latest running-or-closed trade, so I think it should be possible to do what you want to do in alternative, or probably better way. What do you want to do?