From b17ac680765e72e5825736a51710c21a0e1c397d Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Sun, 8 Dec 2019 19:25:26 +0900 Subject: [PATCH] Updated Common Errors (markdown) --- Common-Errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Errors.md b/Common-Errors.md index 5be5e4f..2005b3d 100644 --- a/Common-Errors.md +++ b/Common-Errors.md @@ -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.