FSD – Using multiple timeframes
DISCLAIMERThe codes in this post is just for educational purpose, and not to be used on live trading In previous posts, we only use 15m timeframe. What if I want to use other timeframes, for example I want to useā¦
DISCLAIMERThe codes in this post is just for educational purpose, and not to be used on live trading In previous posts, we only use 15m timeframe. What if I want to use other timeframes, for example I want to useā¦
Let’s assume I’m using 1m timeframe and 5m informative timeframe. Before I start, the timestamp that the exchanges gives are the open time of each candles. So if you have a candle with timestamp 00:00, that means that candle opensā¦
The easiest way to define informative timeframe(s) is by using the decorator, as shown in the example below If you need to use data from one informative timeframe on another informative timeframe, the decorator won’t work for you in thatā¦