File size: 521 Bytes
66a32a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "885cbb85",
   "metadata": {},
   "source": [
    "only mark 'Momentum death' if the corresponding candlestick has 'body-upper' AND 'body-lower' positive values "
   ]
  },
  {
   "cell_type": "markdown",
   "id": "0781b6e5",
   "metadata": {},
   "source": [
    "if no momentum death then there also no pivot points and no prev high or low points"
   ]
  }
 ],
 "metadata": {
  "language_info": {
   "name": "python"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}