Quote from ljyoung:
Anyone know how to get Pepe's 'JHInfo" tool to hold the offset value for the chart time? I have to reset it (+3 for PST to EST)every time I reboot the program.
Quote from LostTrader:
In his PP_InfoBox code, under properties, comment out the ONE line [XmlIgnore()]
that is immediately ABOVE the lines
[Description("Clock Hour Offset")]
[Category("Parameters")]
public int HoursOffset
numerical types should not be ignored as that does not allow changes to be remembered for these types.