Modification help...

 

I have a Pivot Point Indicator, which has parameters,

input string comment2 = "Typical=0, Weighted=1"; // Just a help string for second input.
input int Model = 0; // Will be 0 or 1 only.

Can this thing be changed into a drop down (or combo??) box? where users have to select from "Typical" or "Weighted" instead of typing 0 or 1. ???

 

Yes.

Use enum 

 
Any example please?
 
https://docs.mql4.com/basis/variables/inputvariables