Updated Single Market Settings (markdown)

HojouFotytu 2019-06-11 06:31:51 +09:00
parent aaa4880148
commit b032554363
1 changed files with 8 additions and 21 deletions

@ -26,28 +26,15 @@ In general this is even more conservative compared to the "Relative" setting but
> The trigger WILL set single market settings for BTC-ZCL as the +11% are matching the trigger, although it may not be a pump and dump situation for this single coin. > The trigger WILL set single market settings for BTC-ZCL as the +11% are matching the trigger, although it may not be a pump and dump situation for this single coin.
# Settings for your PAIRS.PROPERTIES # Settings for your PAIRS.PROPERTIES
To set a property for a single market you may use the following ways: To set a property for a single market you may use the following:
**Using "ALL_" prefix:** **Using "DEFAULT_" prefix:**
`"PairsProperties": {` `"PairsProperties": {`
`"ALL_trailing_profit_OFFSETPERCENT": -10,` `"DEFAULT_trailing_profit_OFFSETPERCENT": -10,`
`"ALL_sell_value_OFFSETPERCENT": -30,` `"DEFAULT_sell_value_OFFSETPERCENT": -30,`
`"ALL_sell_only_mode": true,` `"DEFAULT_sell_only_mode": true,`
`"ALL_DCA_enabled": false` `"DEFAULT_DCA_enabled": false`
`}` `}`
**Using no prefix:** # SMS Examples
`"PairsProperties": {` To get some more ideas of the different ways you can use SMS settings, see our [Settings Archive](https://github.com/PTMagicians/Settings-Archive/tree/master/Single%20Market%20Settings)
`"trailing_profit_OFFSETPERCENT": -10,`
`"sell_value_OFFSETPERCENT": -30,`
`"sell_only_mode": true,`
`"DCA_enabled": false`
`}`
**Result for both:**
`"PairsProperties": {`
`"BTC-ZCL_trailing_profit_OFFSETPERCENT": -10,`
`"BTC-ZCL_sell_value_OFFSETPERCENT": -30,`
`"BTC-ZCL_sell_only_mode": true,`
`"BTC-ZCL_DCA_enabled": false`
`}`