Trading Software-Different time frames in one formula?

Hello,
is there a programmable trading software which allows to use different time frames in one formula? For example: I want to get informed if the 5min candle crosses the weekly pivot point. TOS does not allow this because a mixing of aggregration periods is not possible.
 
Amibroker allows this with the TimeFrameSet/Restore functions. I only really use this for daily/weekly data frames but I think it works on intraday timeframes too if you have the appropriate data source.
 
Hello,
is there a programmable trading software which allows to use different time frames in one formula? For example: I want to get informed if the 5min candle crosses the weekly pivot point. TOS does not allow this because a mixing of aggregration periods is not possible.

InvestorRT at linnsoft.com. Insert multiple time frames, as well as multiple instruments, in one trading rule.

For example, for an entry rule you may wonder what would happen on a Monday if IBM opened up on a daily chart, the S&P opened down on the weekly chart, and the VIX rallied on a 5 min chart. (MPD here is a token for mixed periodicity.)

DAY=1 AND MPD#IBMOP>MPD#IBMCL.1 AND MPD#SPYOP<MPD#SPYCL.1 AND MPD#VIX.XORAWK>MPD#VIX.XORAWK.5
 
Last edited:
Thanks for your replies. Which data source do you recommend for amibroker if you want to scan the entire US stock market, Amiquote + Tiingo.com?
 
Top 10 Best Online Stock Trading Software Platforms Review 2020:

Trading Software Platform: TradingView
TradingView — TC2000 — TrendSpider
Best for Live Trading off Charts: TC2000 — EquityFeed
Best for Social Trading & Ideas: TradingView
Best for Stock Screening: Stock Rover — TC2000 — TradingView
Best for Technical Analysis Charting: MetaStock — TrendSpider — TradingView
Best for Real-Time News: MetaStock + Refinativ
Best for Backtesting & Forecasting: MetaStock — TrendSpider
Best for Institutions: Optuma
Best for Automated Algo Trading: TradingView
Best for International Traders: TradingView — MetaStock
Best for U.S. Long-Term Investors: Stock Rover — TC2000

 
Last edited by a moderator:
Back
Top