|
saratur
2011-01-19 05:38:56
|
|
I would like to have a strategy that can hold several positions of different stocks at the same time. If there is an entry, I would like to hold the position for a minimum of n days.
- is the correct way to implement this is by using SkipPeriods(n) in Money Management?
It is not clear to me whether this method affects only the symbol that just entered the position, or it will affect all symbols, and all trading will stop for n days.
- if I would like to implement this in the strategy itself, is there a simple command for this?
|
|