Steemit Crypto Academy Season 3- Dynamic Course for Beginners - Week 5 | Trade with "Simple and Exponential Moving Averages" + application of the "Fibonacci Retracements" on the chart. by ojerindejoel

View this thread on steempeak.com
· @ojerindejoel ·
$7.05
Steemit Crypto Academy Season 3- Dynamic Course for Beginners - Week 5 | Trade with "Simple and Exponential Moving Averages" + application of the "Fibonacci Retracements" on the chart.
<div class="text-justify">









![how-to-use-moving-averages.jpg](https://cdn.steemitimages.com/DQmWY5sixTTVL9qvop5UEbBXeKMN6pYdBX6hCpK1MUybx1K/how-to-use-moving-averages.jpg)
<center><sup><a href="https://rezaabbaszadeh.com/wp-content/uploads/2021/04/how-to-use-moving-averages.jpg"
rel="noopener" title="This link will take you away from steemit.com">Image Source</a></sup></p>
</blockquote></center>

![yellowline.jpeg](https://cdn.steemitimages.com/DQmPyZmB8YCmSiviA1x9bMLh4W7od9eFsa7DSUpeZAsKzd8/yellowline.jpeg)
# <center>PART 1(Theory)</center>
![yellowline.jpeg](https://cdn.steemitimages.com/DQmPyZmB8YCmSiviA1x9bMLh4W7od9eFsa7DSUpeZAsKzd8/yellowline.jpeg)

![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)
# <center>Define in your own words what are simple moving averages and exponential moving averages.</center>
![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)

One of the core indicators in technical analysis is the **moving average**. They are used in defining both potential support levels and resistance levels.

The average is plotted on the chart bar by bar, which forms a line that moves along the chart as the average value changes and this bring about the word **moving**.
![line2.jpeg](https://cdn.steemitimages.com/DQmVZbkwZdMFCaWzvgRthgpxQJuj7gWXgrCC1BmNCVUhdVQ/line2.jpeg)
# <center>Simple moving average</center>
![line2.jpeg](https://cdn.steemitimages.com/DQmVZbkwZdMFCaWzvgRthgpxQJuj7gWXgrCC1BmNCVUhdVQ/line2.jpeg)

A **simple moving average (SMA)** is used for calculating the average of a selected range of prices, which is usually closing prices, by the number of periods in that particular or the specified range.

Simply put, It is the ***average price*** over a specified period.

**SMA** is a technical indicator used in technical analysis which helps in determining a trend if it is a **bullish trend** or **bearish trend**. If the calculated SMA is up this depict that the trend is **up** and if it down it depict that the trend is **down**.

![line2.jpeg](https://cdn.steemitimages.com/DQmVZbkwZdMFCaWzvgRthgpxQJuj7gWXgrCC1BmNCVUhdVQ/line2.jpeg)
# <center>Exponential moving average</center>
![line2.jpeg](https://cdn.steemitimages.com/DQmVZbkwZdMFCaWzvgRthgpxQJuj7gWXgrCC1BmNCVUhdVQ/line2.jpeg)

**Exponential moving average** is also a technical indicator used in technical analysis. It is more like the SMA though they have differences in their calculation. **EMA** tends to follows the price movement much faster, and this bring about operator’s preference to using this average.

**EMA** also brings about adequate up-to-date information on the movement of the price, which has a consequence on the Line that is drawn on the graphs. The line which is updated in a more optimal way, shows us which direction the price could take according to how it is inclined. 

Also, **EMA** helps in the consideration of entry and exit point.

![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)
# <center>Explain how simple and exponential moving averages are calculated.</center>
![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)

# <center>SMA Calculation</center>
To calculate the **SMA** of 20 days, all the prices for each day within that 20 days will be added together and the result will now be divided by 20 which is the total number of days.
      
**SMA** = ***(p1+p2+p3+p4+ ...+pn)/n***
Where **p1**,**p2**,**p3** represent price of each day respectively and **n** represent the no of days.

# <center>EMA Calculation</center>
**SMA** will be the **initial value** for the first EMA calculation. for example, if one want to calculate a 50 days EMA, one will have to start by calculating the SMA.

Below are the procedures to calculating EMA for 5 days.

* To get the SMA, we make use of the SMA formula e.g

First five closing price  are ***24, 23, 24, 22 and 23*** 
**SMA** = (24 + 23 + 24 + 22 + 23 )/5 
=**23.2**
So the **initial** EMA value is 23.2.
* To get the smoothing constant, we make use of the formula below 
**Smoothing constant** = 2/(1+no of days)
So using our previous data, we have our smoothing constant to be 
             2/(1+5)  = 0.3333
The recent data are emphasized by the smoothing constant which only depends on the EMA time period.

Having gotten the previous EMA value and smoothing constant we can go ahead and use the EMA formula
  
**EMA** = (closing price - previous day's EMA) × smoothing constant + previous day's EMA
 
**EMA** = (22 - 23.2) × 0.3333 + 23.2
= **22.80**
So the **EMA value** for day six is 22.80.

Let us say the closing value on day seven was 21, you'd repeat the process, using day six's EMA value of 22.80 as the new previous day's EMA which will bring about the following calculation

**EMA** = (21 - 22.8) × 0.3333 + 22.8 
= **22.20**



![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)
# <center>Briefly describe at least 2 ways to use them in our trading operations.</center>
![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)

***Death cross*** pattern is one of the ways moving averages are used in trading operations. **Death cross** occurs when a short term e.g 20 days SMA **crosses below** the long term e.g 50 days SMA and  this gives bearish signal, that is further losses are in store or that there is a market downward turn 

**Golden cross** pattern is another way of which moving averages are used in trading operations. **Golden cross** occurs when a short term SMA breaks above a long term SMA. As a result of  high trading volumes and this gives bullish signal, that is further gains are in store or that there is a market upward turn 
 

![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)
# <center>What is the difference between simple moving averages and exponential moving averages (Explain in Detail)</center>
![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)

The main difference between a simple moving average (SMA) and the exponential moving average (EMA) is that in the **EMA calculation**, most recent data is graded or weighted to have more impact and this makes EMAs quicker than SMAs to give up-to-date trends. Comparing long term averages brings about obvious differences.

EMA gives a higher weighting to recent prices, while all values have equal weighting in SMA.

EMA is more sensitive or reactive to recent price changes and the one other reason why it is preferred to SMA

Exponential moving averages are more of a timely indicator of a price trend than SMA.

Price trend are easily seen on SMA.


![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)
# <center>Define and explain in your own words what "Fibonacci Retracements" are and what their gold ratios are?</center>
![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)

**Fibonacci Retracements** forms both the support and resistance zones which helps in price corrections.

**Fibonacci Retracements** could be for an ***Uptrend*** or ***Downtrend.***

*Fibonacci Retracements** are gotten from the mathematical relationships between numbers in the Fibonacci’s sequence. 

Future corrections are calculated or measured using **Fibonacci Retracements.**
***0,1,1,2,3,5,8,13,21, . . .***  are the Fibonacci sequences. After the first 2 digit(0 and 1)other number are the sum of the two preceding number.

The high and low point on a chart and by marking the main ratios horizontally which produces a grid depict the **Fibonacci retracements** and this lines helps to map or identify feasible price reversal points.

Using the Fibonacci sequences we can get the following golden ratio.
23.6%, 38.2%, 61.6%

The golden Fibonacci  ratio of **61.8%** is gotten by dividing a no in the sequence by the number that comes after it.

The golden Fibonacci  ratio of **38.2%** is gotten by dividing a no in the sequence by the number that comes two places after it.

The golden Fibonacci  ratio of **23.6%** is gotten by dividing a no in the sequence by the number that comes three places after it.



![yellowline.jpeg](https://cdn.steemitimages.com/DQmPyZmB8YCmSiviA1x9bMLh4W7od9eFsa7DSUpeZAsKzd8/yellowline.jpeg)
# <center>PART 2(Practical)</center>
![yellowline.jpeg](https://cdn.steemitimages.com/DQmPyZmB8YCmSiviA1x9bMLh4W7od9eFsa7DSUpeZAsKzd8/yellowline.jpeg)

![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)
# <center>Show the step by step of how to add a "Simple and Exponential Moving Average" to the graph (Only your own screenshots - Nothing taken from the Web).</center>
![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)

Below is the procedures to adding SMA or EMA to a chart.

***Go to https://www.tradingview.com/***

***Click on charts***

![clickonchart.jpeg](https://cdn.steemitimages.com/DQmX1p8nmwk11i8nRhVJPbcLY3YAUKTSG19hPqXcD1ThkpD/clickonchart.jpeg)

***Click on Indicator & Strategies symbol(fx) as shown in the screenshot below***

![clickonFx.jpeg](https://cdn.steemitimages.com/DQmVZjsxPMmyFnCwoe8vj3TLXqyjuqpc8DcXNihd8Np7a37/clickonFx.jpeg)

***Input either simple or exponential in the search box and click on  it in the dropdown box***

![forexponential.jpeg](https://cdn.steemitimages.com/DQmZ7fAdbsz8QNykxucZSvkKqjX6pmdKHyjisjjB7b8zWci/forexponential.jpeg)

***Click on the settings symbol to edit and click on OK after editing***

![editlength.jpeg](https://cdn.steemitimages.com/DQmUHgRt8P9gqDZBSea85NJoSCg1tndAcBvyopGppJ31PRe/editlength.jpeg)

![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)
# <center>Use "Fibonacci Retracements" to chart a bullish and bearish move (Own screenshots only - Nothing taken from the web).</center>
![new1.jpeg](https://cdn.steemitimages.com/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR/new1.jpeg)

<center>***Bearish move***</center>

![downtrend.jpeg](https://cdn.steemitimages.com/DQmPeR3ApKQkT3xDHe7Mr9Cx4Kmpjr5eXoxBxuR8uX7s3UA/downtrend.jpeg)

<center>***Bullish move***</center>

![uptrend.jpeg](https://cdn.steemitimages.com/DQmNWrWNc4CfamedZiCK2SEu58QnZb3AFv1WauD19hBMyBz/uptrend.jpeg)


***CONCLUSION***
This is a great session as it widens my understanding on technical indicator in general. Thanks to @lenonmc21 for imparting this rewarding skill.


</div>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
post_id92,924,443
authorojerindejoel
permlinksteemit-crypto-academy-season-3-dynamic-course-for-beginners-week-5-or-trade-with-simple-and-exponential-moving-averages
categoryhive-108451
json_metadata{"tags":["lenonmc21-s3week5","cryptoacademy","steemalive"],"users":["lenonmc21"],"image":["https:\/\/cdn.steemitimages.com\/DQmWY5sixTTVL9qvop5UEbBXeKMN6pYdBX6hCpK1MUybx1K\/how-to-use-moving-averages.jpg","https:\/\/cdn.steemitimages.com\/DQmPyZmB8YCmSiviA1x9bMLh4W7od9eFsa7DSUpeZAsKzd8\/yellowline.jpeg","https:\/\/cdn.steemitimages.com\/DQmTWHRKGBHJUp77K5gKXhPbdBDPkaemuBAq2WjhV4nmLkR\/new1.jpeg","https:\/\/cdn.steemitimages.com\/DQmVZbkwZdMFCaWzvgRthgpxQJuj7gWXgrCC1BmNCVUhdVQ\/line2.jpeg","https:\/\/cdn.steemitimages.com\/DQmX1p8nmwk11i8nRhVJPbcLY3YAUKTSG19hPqXcD1ThkpD\/clickonchart.jpeg","https:\/\/cdn.steemitimages.com\/DQmVZjsxPMmyFnCwoe8vj3TLXqyjuqpc8DcXNihd8Np7a37\/clickonFx.jpeg","https:\/\/cdn.steemitimages.com\/DQmZ7fAdbsz8QNykxucZSvkKqjX6pmdKHyjisjjB7b8zWci\/forexponential.jpeg","https:\/\/cdn.steemitimages.com\/DQmUHgRt8P9gqDZBSea85NJoSCg1tndAcBvyopGppJ31PRe\/editlength.jpeg","https:\/\/cdn.steemitimages.com\/DQmPeR3ApKQkT3xDHe7Mr9Cx4Kmpjr5eXoxBxuR8uX7s3UA\/downtrend.jpeg","https:\/\/cdn.steemitimages.com\/DQmNWrWNc4CfamedZiCK2SEu58QnZb3AFv1WauD19hBMyBz\/uptrend.jpeg"],"links":["https:\/\/rezaabbaszadeh.com\/wp-content\/uploads\/2021\/04\/how-to-use-moving-averages.jpg","https:\/\/www.tradingview.com\/"],"app":"steemit\/0.2","format":"markdown"}
created2021-07-29 22:54:15
last_update2021-07-29 22:54:15
depth0
children1
net_rshares10,291,675,271,147
last_payout2021-08-05 22:54:15
cashout_time1969-12-31 23:59:59
total_payout_value3.526 SBD
curator_payout_value3.520 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10,698
author_reputation22,675,431,258,708
root_title"Steemit Crypto Academy Season 3- Dynamic Course for Beginners - Week 5 | Trade with "Simple and Exponential Moving Averages" + application of the "Fibonacci Retracements" on the chart."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (29)
@lenonmc21 ·
<div class="text-justify">

Greetings @ojerindejoel. Thank you very much for participating in my class corresponding to season 3 **(week 5)**, in the **"SteemitCryptoAcademy "**
<p>

**RATING: 5.9**

Parameters|Rating
------|------
Presentation Style (Use of Markdown)| 1.5/2
Quality of Content (Subject Matter Mastery)| 1.4/2
Spelling and Grammar (Writing Fluency)| 1.5/2
Originality| 1/2
Practical Approach | 0.5/2
***Total***|**5.9/10**

<center>

![image.png](https://cdn.steemitimages.com/DQmSqBsp8CQYpFukTRP3a72LZ4UEfhsGuHNyntQcfuAXrZh/image.png)

</center>

<div class="text-justify">

## Remarks: 
<p>


* Presentation: Your presentation was average, you did not make your own cover image to represent your assignment, which would have given it much more originality. On the other hand, I appreciate that you have used text separators to give it a better format, but, you should not abuse the use of these so that the post does not look overloaded, as it was in this specific case. 


* Spelling and Grammar: You present spelling mistakes in your presentation, you should be careful with them because it can affect the coherence of your writing. Always proofread it one last time before publishing.

**Theory**

* Question 1: Your definitions were good, however, the SMA definition was a little short, the EMA definition was a little more complete, I must emphasize that both work to determine entry and exit points on the charts.

* Question 2: Your explanation about the calculation of both averages was good.

* Question 3: Both ways are valid, however, I would have liked you to detail other ways to use averages in our trades than the ones I showed in my class.   

* Question 4: Good explanation of the differences in both averages, however, you could have gone a little deeper.

* Question 5: Your definition of fibonacci retracements was good, the only thing is, you took all the characteristics and put together a concept, which is not really a generic definition of retracements, on the other hand, the golden zone is composed of the levels (38.2, 50 and 61.8).


**Practice:**

* Question 1: You only illustrated how to add the EMA, you did not add the SMA.

* Question 2: You did not place the retracements, this practice was not good at all.


<center>

![image.png](https://cdn.steemitimages.com/DQmSqBsp8CQYpFukTRP3a72LZ4UEfhsGuHNyntQcfuAXrZh/image.png)

</center>

</div>
properties (22)
post_id92,982,130
authorlenonmc21
permlinkqx6d1i
categoryhive-108451
json_metadata{"users":["ojerindejoel"],"image":["https:\/\/cdn.steemitimages.com\/DQmSqBsp8CQYpFukTRP3a72LZ4UEfhsGuHNyntQcfuAXrZh\/image.png"],"app":"steemit\/0.2"}
created2021-08-01 19:06:03
last_update2021-08-01 19:06:03
depth1
children0
net_rshares0
last_payout2021-08-08 19:06:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length2,395
author_reputation65,229,559,309,933
root_title"Steemit Crypto Academy Season 3- Dynamic Course for Beginners - Week 5 | Trade with "Simple and Exponential Moving Averages" + application of the "Fibonacci Retracements" on the chart."
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000