PDA

View Full Version : equivalent of metastock "valuewhen"


gawdib
27th December 2003, 09:14 PM
Metastock makes it almost impossible to reference the system signaled entry price value.... like only with valuewhen, etc, and that often does not work. How can I acheive the same thing in tradesim? for example say my entry trigger is c>mov(c,200,s). Currently I try to reference this by such as c>1.3*valuewhen(1,c>mov(c,200,s),c) type of thing. How does one acheive this in tradesim?

David Samborsky
29th December 2003, 01:58 PM
Metastock makes it almost impossible to reference the system signaled entry price value.... like only with valuewhen, etc, and that often does not work
You are not the first one to discover this. Equis knows about this as well!!!

How can I acheive the same thing in tradesim? for example say my entry trigger is c>mov(c,200,s). Currently I try to reference this by such as c>1.3*valuewhen(1,c>mov(c,200,s),c) type of thing. How does one acheive this in tradesim?
A simple concept but still very difficult to do. This why the TradeSim plugin contains additional features which makes the impossible - possible![/b]