PureBytes Links
Trading Reference Links
|
>Is there a software that would allow you to chart and analyse future
>projections of any of your parameters (that you choose to project) based on
>assumed values (the what-if conditions) of the other parameter/s that you
>choose to assume in the next future bar.
>I guess one can do this in Excel end of day or delayed but how about
>something in real time and easy like EL? Wonder if there's a way to do this
>in 2000i???
Sure, this is possible but each implementation will probably be
unique to the specific problem you're working with.
For example, I did something like this once for future values of
price given a possible future value for RSI. I had to invent a
formula that calculated RSI backwards. I used plot1[-1](value)
instead of plot1(value) to offset the plot by 1 bar into the future.
Another example I can recall is the DerivativeMA indicator, which
calculates what the next bar's price should be for a simple moving
average to maintain its current slope. Again, the indicator is
plotted offset 1 bar into the future.
--
,|___ Alex Matulich -- alex@xxxxxxxxxxxxxx
// +__> Director of Research and Development
// \
// __) Unicorn Research Corporation -- http://unicorn.us.com
|