PureBytes Links
Trading Reference Links
|
At 12:12 AM -0400 5/26/99, Mark & Dawn wrote:
>I am trying to figure out the code in TS4, to limit the number of daily
>trades, on a 5min tick chart to 2.
>
>I am trying to write a system in which 2 different types of entries and
>exits can be made in one day..
>
>I want to limit the number of each entry to no more than 1 (2
>total)(includes exits)
You might try the "TradesToday" function:
if TradesToday < 2 then...
Bob Fulks
|