PureBytes Links
Trading Reference Links
|
{ TradedToday will be TRUE if you made a trade today. This allows you to
limit
your trading by checking that this is FALSE before placing any entry
orders. }
Vars: TradedToday(FALSE);
TradedToday = ( ( MarketPosition <> 0 ) OR ( EntryDate(1) = Date ) );
----- Original Message -----
From: "Alfonso Zapata Gimeno" <azapata@xxxxxxxxxxxx>
To: "Omega-List" <omega-list@xxxxxxxxxx>
Sent: Wednesday, October 24, 2001 1:51 AM
Subject: Numer of trades
> Hi group.
>
> only a question:
>
> How can i do that a estrategy only make one trade in a day?
>
> Thanks
>
>
|