Use a different condition or signal for next position
-
hello everyone. what I'm trying to do is to open my positions with multiple conditions/signals but not all at once. for example, if for a buy position I use a particular condition, for the next buy position I want to use another condition. I have multiple conditions and signals but I want to use them one after the other on a buy or a sell position. hope it you got it. thanks
-
-
@q8carpenter Oh I see, thanks much
-
@q8carpenter can you please give more explanation. I'm lost at some point
-
As you can see, there are three different conditions here where each condition opens a buy order, but what I did was that I used the Turn ON and OFF blocks in way where you will have these conditions run in order and not run at the same time.
So if condition block 7 ran and a buy order was opened, the next condition that will open a trade be block 10, and if that condition was met and the trade was opened, the next condition that need to be met is condition block 18. if the 3rd trade was opened the whole thing will reset and go back from the beginning.Now block 7, 10 and 18 ( the condition blocks) can be your 3 different trading signals.
