cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

Does MineMeld support multiple values for a condition in a prototype config?

L0 Member

I am trying to setup one prototype where it's condition will accept indicators with share levels of both green AND amber.   I don't want to create a seperate prototype for every share level combination of color and confidence..

 

I would like to just say "if the confidence is >75 AND share level is either green or amber, then accept the indicator.   Is this possible?

 

Something to this effect:

 

infilters:
- actions:
- accept
conditions:
- __method == 'withdraw'
name: accept withdraws
- actions:
- accept
conditions:

- confidence > 75
- share_level == 'green', 'amber'  <- syntax here is where I am unsure
name: accept confidence > 75 and share level green or amber
- actions:
- drop
name: drop all

Who Me Too'd this topic