I am working on a custom indicator, basically want to change the formula for pivot points. I am not able to find my indicator. Any thoughts?
module.exports = {
name: “SD”,
title: “SD”,
description: “Standard Deviation with manual IV input”,
calculator: sD,
…,
tags: [predef.tags.Channels],