From 2cc16917fbe22154cdb3eecc754bfda037b3f36e Mon Sep 17 00:00:00 2001 From: taniman Date: Mon, 25 Sep 2017 16:32:43 +0200 Subject: [PATCH] Updated Buying and Selling (markdown) --- Buying-and-Selling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buying-and-Selling.md b/Buying-and-Selling.md index be2f980..ecf4697 100644 --- a/Buying-and-Selling.md +++ b/Buying-and-Selling.md @@ -44,7 +44,7 @@ Stategy = `EMASPREAD` EMASPREAD value is a percentage spread difference between EMA1 (slow) and EMA2 (fast) Calculation: (EMA2 / EMA1 - 1) * 100% -> result of this calculation is the spread Possible buy values example --1 -> buy if the current spread is -1% or bigger (EMA2 is lower than EMA1) +-1 -> buy if the current spread is -1% or smaller (EMA2 is lower than EMA1) 1 -> buy if the current spread is 1% or bigger (EMA2 is higher than EMA1) Buy as soon as SMA spread reaches your specified value. @@ -52,7 +52,7 @@ Stategy = `SMASPREAD` SMASPREAD value is a percentage spread difference between SMA1 (slow) and SMA2 (fast) Calculation: (SMA2 / SMA1 - 1) * 100% -> result of this calculation is the spread Possible buy values example --1 -> buy if the current spread is -1% or bigger (SMA2 is LOWER than SMA1) +-1 -> buy if the current spread is -1% or smaller (SMA2 is LOWER than SMA1) 0.5 -> buy if the current spread is 0.5% or bigger (SMA2 is HIGHER than SMA1) # Selling