Updated Common Errors (markdown)

HojouFotytu 2019-12-08 19:25:26 +09:00
parent 90faf6b44f
commit b17ac68076
1 changed files with 1 additions and 1 deletions

@ -35,7 +35,7 @@ Your settings.general.json file is likely missing a comma after one of your sett
This means you are using a buy/sell FORMULA in your PT settings, but PTM cannot parse your formula correctly. Please ask on the PT discord to make sure your formula is correct. If it is, but you still get this error be sure you are using spaces between all your arguments: eg., "(A && B) || (A && C)"
### Empty expression
This means you are using a FORMULA in your PT settings, but PTM cannot parse your formula correctly -- most likely because it is missing a logical operator. This commonly occurs when trying to use "DEFAULT_trailing_profit_enabled_formula" and only specifying a single strategy. To fix this, you try using "(A && A)" or "(A || A)".
This means you are using a FORMULA in your PT settings, but PTM cannot parse your formula correctly -- most likely because it is missing a logical operator. This commonly occurs when trying to use "**DEFAULT_trailing_profit_enabled_formula**" and only specifying a single strategy. To fix this, you try using "(A && A)" or "(A || A)".
### Dashboard (top) update failed!
You can find more information about this error by using the url: http://localhost:8000/_get/DashboardTop (change the port to match your PTM port.