mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-07-30 09:49:00 -04:00
Update README.md
This commit is contained in:
parent
a69ad733aa
commit
3aa5471c20
1 changed files with 26 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
## technical analysis
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
|
||||
* uses trading data to analyse and predict price patterns
|
||||
|
@ -15,6 +17,8 @@
|
|||
|
||||
### candlestick charts
|
||||
|
||||
<br>
|
||||
|
||||
* data rich trading analysis
|
||||
* time and price details
|
||||
* traders use candlestick chat patterns to antecipate the future
|
||||
|
@ -30,10 +34,12 @@
|
|||
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
##### hammer pattern
|
||||
|
||||
|
||||
|
||||
* bullish pattern
|
||||
* sellers drove price lower during the day
|
||||
* buyers came in and the price finished higher
|
||||
|
@ -51,6 +57,8 @@
|
|||
|
||||
##### shooting star pattern
|
||||
|
||||
|
||||
|
||||
* bearish pattern
|
||||
* buyers drove price high
|
||||
* sellers won and price fell lower
|
||||
|
@ -65,6 +73,8 @@
|
|||
|
||||
##### bullish engulfing pattern
|
||||
|
||||
|
||||
|
||||
* bullish pattern
|
||||
* bullish candlestick "engulfed" the bearish candlestick
|
||||
* represents a strong reversal in the price action
|
||||
|
@ -78,6 +88,8 @@
|
|||
|
||||
##### bearish engulfing pattern
|
||||
|
||||
|
||||
|
||||
* bearish pattern
|
||||
* bearish candlestick engulfed the bullish candlestick
|
||||
* represents a string reversal in the price action
|
||||
|
@ -94,6 +106,8 @@
|
|||
|
||||
### chart patterns
|
||||
|
||||
<br>
|
||||
|
||||
* used in conjuction with candlestick charts
|
||||
* longer-term analysis of market movements
|
||||
* bullish and bearish patterns
|
||||
|
@ -101,8 +115,11 @@
|
|||
* dont tell about longer term trends
|
||||
|
||||
|
||||
|
||||
|
||||
##### double top
|
||||
|
||||
|
||||
* bearish pattern
|
||||
* buyers tried wtice to push price higher
|
||||
* buyers unable to push price higher
|
||||
|
@ -120,6 +137,8 @@
|
|||
|
||||
##### double bottom
|
||||
|
||||
<br>
|
||||
|
||||
* bullish pattern
|
||||
* sellers came in twice
|
||||
* price found support of buyers twice
|
||||
|
@ -161,13 +180,14 @@
|
|||
|
||||
### trends
|
||||
|
||||
<br>
|
||||
|
||||
* we can't trade from patterns all the time, they are quite rare
|
||||
* trends patterns will guide us more often
|
||||
* patterns can be housed within trends
|
||||
* if we can find the trend, we can ride the trend for profit
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
##### asceding wedge - higher lows
|
||||
|
||||
|
@ -176,7 +196,6 @@
|
|||
<p align="center">
|
||||
<img src="https://user-images.githubusercontent.com/1130416/172072540-324afc3d-0b31-4ffd-ab4f-96a829d244bf.png" width="40%" align="center" style="padding:1px;border:1px solid black;" >
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
##### desceding wedge - lower highs
|
||||
|
@ -236,6 +255,8 @@
|
|||
|
||||
### how to trade with trends
|
||||
|
||||
<br>
|
||||
|
||||
1. Identify the market trends
|
||||
2. Ask where are the main areas of trade
|
||||
- where is support and resistance?
|
||||
|
@ -251,6 +272,8 @@
|
|||
|
||||
### resources
|
||||
|
||||
<br>
|
||||
|
||||
* [tradingview](https://www.tradingview.com/)
|
||||
* [tokenmetrics](https://tokenmetrics.com/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue