Custom indicators - Pivot Points

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],

Aloha! Your code does not look complete. Do you want to try exporting your code and uploading instead?