You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declare 2 variables:
1st for count applied Conditions == 0
2nd for count activated Conditions == 0
For UI where you checking if Condition enabled to show checkbox after each "true" add 1st Variable +1
Update Event listeners: after each "true" add 2nd Variable +1
In action logic add IF Option enabled check if 1stVariable == 2ndVariable
Then do Actions
Else - continue regular process
Add option to run Action if ALL applied Conditions are met
For example:
Condition1: Floating Profit raised 10%
Condition2: Open trades less than 10
Action: Close 100% of open trades
Now:
All positions will be closed once opened, because Condition2 met
Then:
Wait for 10% profit if open trades number is less than 10
If open trades number more than 10 - do nothing (wait human manual intervention)
The text was updated successfully, but these errors were encountered: