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

RE: EL Question: How to Limit a Breakout System to 1 Trade/Day?



PureBytes Links

Trading Reference Links

Hi,

There is several system variables in TS that describe your trading position.
Look under 'Position Invormation Category', page 297 in 'Easy Lanquage'
Manual.

You can use:

1. @CurrentEntries to tell you whether you have any position
open or not. If @CurrentEntries = 0 than you are closed.
2. You can compare: Date = @EntryDate.


Good Luck
Dejan

-----Original Message-----
From:	Kenlow7@xxxxxxx [mailto:Kenlow7@xxxxxxx]
Sent:	17 March 1999 02:24
To:	omega-list@xxxxxxxxxx
Subject:	EL Question:  How to Limit a Breakout System to 1 Trade/Day?

Quick EL question:   If I am building an opening range breakout
system and I only want to allow 1 trade per day (i.e. the FIRST
breakout of the opening range), how do I disallow subsequent
trades later that same day?   Thanks.

Ken Low