[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Predicting price function?



PureBytes Links

Trading Reference Links

Hi all,

I'm trying to write a function (call it RSI_cross for example)
that will calculate the price level necessary to fulfil a certain
criteria (lets say I want to buy when the RSI crosses above 50 for
example).

Writing code such that a system enters on a close that fulfils this
condition is not hard. But I want to know "beforehand" what price
will be needed to satisfy the condition.

I want to be able to say something like...

buy tomorrow at RSI_Cross,stop 

Can anyone help me out? 


TIA


Brad Lambert