# This is a stock estimator program desinged by Samuel Patterson in Miami Florida.
# This is a simple program which allows the user to input 4 values in 2 sections,
#
# Price of security when bough,
# Price of " " sold,
# How many shares was purchased/dumped.
# price_current = var('x')
# price_future = var('y')
# shares_held = var('a')
# shares_dumped = var('b')
# Example :
#
# a = (user defined) * x = (user defined) = x.xx
# b = (user defined) * y = (user defined) = x.xx
#
# Total Loss/Profit = (b = (user defined) * y = (user defined) - a = (user defined) * x = (user defined))
#
------
Guys help me... i need help on creating an interface which includes a slider for prices/shares starting @ zero.