From 108aeb6f12eca4396106aa5a24e669d8d20cc825 Mon Sep 17 00:00:00 2001 From: Nachikethsavanur <119724974+Nachikethsavanur@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:52:38 +0530 Subject: [PATCH] testing Macd homework test 123 --- nach- test macd part upload | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nach- test macd part upload diff --git a/nach- test macd part upload b/nach- test macd part upload new file mode 100644 index 0000000..549bd0f --- /dev/null +++ b/nach- test macd part upload @@ -0,0 +1,10 @@ +###Logic (Develop methods for these task) + +-Get price data (adjusted closing price) +-calculate STMA, LTMA, MACD +-Get buy and sell signals +-Signal line + +-The signal line is an exponential average of MACD levels, not of the price of the investment. +-Signal lines are usually created employing 3-day to 9-day exponential averages of MACD lines. +-The shorter the average the more sensitive will be the signal line.