how can i limitate the maximum open trade
-
how can i limitate the maximum open trade into a continuous signal condition...
i want to open only one trades for buy and one for sell whether sl/tp hit or not.....
-
-
@smart_verma Use a cross?

-
brother i can not use cross operator bcoz there are many more indicater {trigger types} btween 50 > 200 ma..
and check trade count blocks works only without tp/sl....
-
@smart_verma Ok, then you need to create a "trigger variable" for each of your conditions.
When a condition is passed, set the variable value to 1.
When all variables are 1, open a trade and reset all variables to 0. -
Only 1 trade PER EVENT?
Use the "No Trade" block. If you have no trade, then your conditions go off for a BUY, it buys until it closes it out or you close it out yourself. If you use the default "No Trade" block, it will prevent any sells from opening as well.
This block will also pick up manually open trades. If you wish to trade manually as well, you'll need to great a GROUP for the ea