removedInput schema / properties / clear_concentration
Removed value: -{
- "default": false,
- "title": "Clear Concentration",
- "type": "boolean"
-}
removedInput schema / properties / clear_daily_loss
Removed value: -{
- "default": false,
- "title": "Clear Daily Loss",
- "type": "boolean"
-}
removedInput schema / properties / clear_drawdown
Removed value: -{
- "default": false,
- "title": "Clear Drawdown",
- "type": "boolean"
-}
removedInput schema / properties / clear_symbol_exposure
Removed value: -{
- "default": false,
- "title": "Clear Symbol Exposure",
- "type": "boolean"
-}
removedInput schema / properties / max_concentration
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Max Concentration"
-}
removedInput schema / properties / max_daily_loss
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Max Daily Loss"
-}
removedInput schema / properties / max_drawdown
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Max Drawdown"
-}
removedInput schema / properties / max_symbol_exposure
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Max Symbol Exposure"
-}