>
> I'm wondering if TradingSchedule class close all opened positions once
> reached the end of the period.
>
> For example, for this trading schedule:
>
> TradingSchedule tradingSchedule = new TradingSchedule("08:00",
> "12:00", "America/New_York");
>
> Will the strategy close all open positions at 12:00pm EST?


Yes, that's exactly what it will do. For more information, see
javadocs in the TradingSchedule class.

-- 
You received this message because you are subscribed to the Google Groups 
"JBookTrader" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jbooktrader?hl=en.

Reply via email to