diff --git a/Single-Market-Settings.md b/Single-Market-Settings.md index 8d8801c..32c06c3 100644 --- a/Single-Market-Settings.md +++ b/Single-Market-Settings.md @@ -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. # 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": {` -`"ALL_trailing_profit_OFFSETPERCENT": -10,` -`"ALL_sell_value_OFFSETPERCENT": -30,` -`"ALL_sell_only_mode": true,` -`"ALL_DCA_enabled": false` +`"DEFAULT_trailing_profit_OFFSETPERCENT": -10,` +`"DEFAULT_sell_value_OFFSETPERCENT": -30,` +`"DEFAULT_sell_only_mode": true,` +`"DEFAULT_DCA_enabled": false` `}` -**Using no prefix:** -`"PairsProperties": {` -`"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` -`}` \ No newline at end of file +# SMS Examples +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) \ No newline at end of file