Advertisement
Guest User

Untitled

a guest
Apr 6th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. {
  2. "SettingName": "ShitcoinApocalypse",
  3. "TriggerConnection": "OR",
  4. "Triggers": [
  5. {
  6. "MarketTrendName": "Exchange1h",
  7. "MarketTrendRelation": "Relative", // The relation of the single market trend. Relative = Single market trend compared relative to the market trend / Absolute = Single market trend viewn on its own
  8. "MaxChange": -20
  9. },
  10. {
  11. "MarketTrendName": "Exchange12h",
  12. "MarketTrendRelation": "Relative",
  13. "MaxChange": -15
  14. },
  15. {
  16. "MarketTrendName": "Exchange24h",
  17. "MarketTrendRelation": "Relative",
  18. "MaxChange": -10
  19. }
  20. ],
  21. "PairsProperties": {
  22. "ALL_trailing_profit_OFFSETPERCENT": -10,
  23. "ALL_sell_value_OFFSETPERCENT": -30,
  24. "ALL_sell_only_mode": true,
  25. "ALL_DCA_enabled": false
  26. }
  27. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement