![]()
Hello all!
This is indicator 2 top and 2 bottom
It will send alert to your phone when price hit top or bottom
input uint InpMinHeight = 10; // Minumum Height/Depthinput uint InpMaxDist = 20; // Maximum distance between the twin tops/bottomsinput uint InpMinBars = 3; // Maximum number of bars after the top/bottominput string Inp_TOP_stringDOWN ="Signal Sell";// TOP: Level UP labelinput string Inp_BOTTOM_stringUP ="Signal Buy"; // BOTTOM: Level DOWN label

