PureBytes Links
Trading Reference Links
|
Can someone help me out with this?
I want to use the following exit as a MM stop. After 10 days I want to
expire and have the system look to other stops that are in place.
If MarketPosition = 1 then ExitLong("LXBail1") tomorrow at
Lowest(close,5) stop;
If MarketPosition = -1 then ExitShort("SXBail1") tomorrow at
Highest(close,5) stop;
end;
Thanks in advance.
Vince
|