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

(no subject)



PureBytes Links

Trading Reference Links

I would like to assign "myvar" the value of the entry price from my
first entry signal. But after this
entry has been exited and many other entries and exits have taken place
the function "entryprice"
returns the current entry price.

How do I assign a var with the value of something like this?

    I tried "array: Myvar[100](0);" where myvar = entryprice but when I
index myvar[0]
    I still get a current value of entryprice.

    any help will be appreciated.