finance.eod
Interface BuySellTradingRuleInterface

All Known Implementing Classes:
DoubleTopBuySellTradingRule

public interface BuySellTradingRuleInterface

Created by IntelliJ IDEA. User: lyon Date: Dec 9, 2008 Time: 8:12:12 PM To change this template use File | Settings | File Templates.


Method Summary
 TradingRule getBuyRule(int i)
           
 TradingRule getSellRule(int i)
          Pass in the ith day for the trading rule
 

Method Detail

getSellRule

TradingRule getSellRule(int i)
Pass in the ith day for the trading rule

Parameters:
i - day number
Returns:
return the trading rule for day i.

getBuyRule

TradingRule getBuyRule(int i)