{ "rules": [ { "condition": { "op": "and", "args": [ { "op": "gt", "args": [ { "kind": "indicator", "name": "rsi", "params": [ 14 ] }, { "kind": "literal", "value": 70.0 } ] }, { "op": "gt", "args": [ { "kind": "indicator", "name": "atr", "params": [ 14 ] }, { "kind": "indicator", "name": "sma", "params": [ 14 ] } ] }, { "op": "gt", "args": [ { "kind": "feature", "name": "hour" }, { "kind": "literal", "value": 9 } ] }, { "op": "lt", "args": [ { "kind": "feature", "name": "hour" }, { "kind": "literal", "value": 17 } ] } ] }, "action": "entry-short" }, { "condition": { "op": "and", "args": [ { "op": "lt", "args": [ { "kind": "indicator", "name": "rsi", "params": [ 14 ] }, { "kind": "literal", "value": 30.0 } ] }, { "op": "lt", "args": [ { "kind": "indicator", "name": "atr", "params": [ 14 ] }, { "kind": "indicator", "name": "sma", "params": [ 14 ] } ] }, { "op": "gt", "args": [ { "kind": "feature", "name": "hour" }, { "kind": "literal", "value": 9 } ] }, { "op": "lt", "args": [ { "kind": "feature", "name": "hour" }, { "kind": "literal", "value": 17 } ] } ] }, "action": "entry-long" } ] }