{ "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 }