Updated Common Errors (markdown)
parent
b17ac68076
commit
8e6addcfb0
|
@ -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...
|
### 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)"
|
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!
|
### 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue