From fa4c8110e781f67193e33a9f3e64d1f71d774ee6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 8 Mar 2019 22:15:03 +0100 Subject: [PATCH] Rename cheatsheet header --- docs/sql_cheatsheet.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/sql_cheatsheet.md b/docs/sql_cheatsheet.md index 80a8e74cb..e85aceec8 100644 --- a/docs/sql_cheatsheet.md +++ b/docs/sql_cheatsheet.md @@ -63,9 +63,14 @@ CREATE TABLE trades ( SELECT * FROM trades; ``` -## Fix trade still open after a /forcesell +## Fix trade still open after a manual sell on the exchange -Note: This should not be necessary, as forcesell orders are closed automatically by the bot on the next iteration. +!!! Warning: + Manually selling on the exchange should not be done by default, since the bot does not detect this and will try to sell anyway. + /foresell should accomplish the same thing. + +!!! Note: + This should not be necessary after /forcesell, as forcesell orders are closed automatically by the bot on the next iteration. ```sql UPDATE trades