From 8e6addcfb04e2d330dfcfcc3bfa8efa2116ef01c Mon Sep 17 00:00:00 2001 From: HojouFotytu Date: Tue, 10 Dec 2019 01:09:42 +0900 Subject: [PATCH] Updated Common Errors (markdown) --- Common-Errors.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Common-Errors.md b/Common-Errors.md index 2005b3d..dcb1b76 100644 --- a/Common-Errors.md +++ b/Common-Errors.md @@ -34,9 +34,6 @@ Your settings.general.json file is likely missing a comma after one of your sett ### Expected keyword (True, False, and, or) but found... 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)". - ### 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.