how to sign a range for a stock variable
how to sign a range for a stock variable
on the equation input, i signed the min and max values, but it did not work. Any suggestion?
-
- Super Administrator
- Posts: 4848
- Joined: Wed Mar 05, 2003 3:10 am
Re: how to sign a range for a stock variable
The min/max will not stop a stock going lower/higher than those values.
If you want to have a min/max, you will need to do it with model structure. Limit the amount entering/exiting the stock so that it stays within the bounds you have set.
If you want to have a min/max, you will need to do it with model structure. Limit the amount entering/exiting the stock so that it stays within the bounds you have set.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Units are important!
http://www.bbc.co.uk/news/magazine-27509559
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Units are important!
http://www.bbc.co.uk/news/magazine-27509559
Re: how to sign a range for a stock variable
thanks a lot!