Skip to content

Instantly share code, notes, and snippets.

@fatherofluqmaan
Last active August 19, 2021 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatherofluqmaan/53d413ff6ed0c2cbbf131a73e4658576 to your computer and use it in GitHub Desktop.
Save fatherofluqmaan/53d413ff6ed0c2cbbf131a73e4658576 to your computer and use it in GitHub Desktop.
"config" : {
"base_currency" : "xxxx",
"quote_currency" : "xxxx",
"live" : 1,
"sellatloss" : 1,
"selllowerpcnt" : -15,
"nosellminpcnt" : -5,
"nosellmaxpcnt" : 5,
"trailingstoplosstrigger" : 10,
"trailingstoploss" : -1.5,
"sellatresistance" : 0,
"disablebullonly" : 1,
"disablebuynearhigh" : 1,
"disablebuymacd" : 0,
"disablebuyobv" : 0,
"disablebuyelderray" : 0,
"disablefailsafefibonaccilow" : 1,
"disableprofitbankreversal" : 1,
"disabletracker" : 1,
"autorestart" : 1,
"graphs" : 0,
"verbose" : 1,
"stats" : 0
}
"config" : {
"base_currency" : "xxxx",
"quote_currency" : "xxxx",
"live" : 1,
"sellatloss" : 1,
"selllowerpcnt" : -15,
"nosellminpcnt" : -5,
"nosellmaxpcnt" : 5,
"trailingstoplosstrigger" : 8,
"trailingstoploss" : -1.5,
"sellatresistance" : 0,
"disablebullonly" : 1,
"disablebuynearhigh" : 1,
"disablebuymacd" : 0,
"disablebuyobv" : 0,
"disablebuyelderray" : 0,
"disablefailsafefibonaccilow" : 1,
"disableprofitbankreversal" : 1,
"disabletracker" : 1,
"autorestart" : 1,
"graphs" : 0,
"verbose" : 1,
"stats" : 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment