PureBytes Links
Trading Reference Links
|
I am trying to do an exploration with several symbols and want to use
different `ApplyStops' to each symbol. How can I make stops under
Uapix only apply to UapixBuy?
UapixBuy = Uapix <= LLV (Uapix,10);
UapixSell= ApplyStop(stopTypeNBar,stopModeBars,9,ExitAtStop=2,
Volatile = True, ReentryDelay = 12) OR
ApplyStop(stopTypeTrailing,stopModePercent,5,ExitAtStop=2);
UmpixBuy = Umpix <= LLV (Umpix,10);
UmpixSell= ApplyStop(stopTypeNBar,stopModeBars,8,ExitAtStop=2,
Volatile = True, ReentryDelay = 9) OR
ApplyStop(stopTypeTrailing,stopModePercent,6,ExitAtStop=2);
Thanks, Joe
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.14.11/542 - Release Date: 11/20/2006
|