We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40104c6 commit 2ee99e3Copy full SHA for 2ee99e3
1 file changed
src/schema.js
@@ -1,7 +1,7 @@
1
import Validators from './validators';
2
3
export default {
4
- 'V5.4.1.0+': {
+ 'V5.4.1.2+': {
5
asf: [
6
{
7
legend: 'schema.basic',
@@ -27,6 +27,12 @@ export default {
27
legend: 'schema.trading',
28
advanced: true,
29
fields: [
30
+ {
31
+ type: 'InputCheckbox',
32
+ field: 'FilterBadBots',
33
+ label: 'FilterBadBots',
34
+ defaultValue: true
35
+ },
36
37
label: 'MaxTradeHoldDuration',
38
field: 'MaxTradeHoldDuration',
0 commit comments