So

if(opening_value < 1.0)
   step_value == .1
else if(opening_value < 10)
   step_value == 1
else
   step_value == 5  //or whatever value you like for larger steps

Now for any graph, you include 5 step levels, two below the stock being
displayed, two above, and the displayed stock right smack in the middle
of the graph display.


Does this help? 

Adak


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to