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

Re: Numer of trades



PureBytes Links

Trading Reference Links

hi,

better yet: if entriestoday(date)<1 then....

regards

michael

> { 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 ) );
> > Hi group.
> >
> > only a question:
> >
> > How can i do that a estrategy only make one trade in a day?
> >
> > Thanks
> >
> >
>
>