| eSignal Study: Similar to other "gauge" indicators on this site, this script gives the bias/trend based on the crossing of 2 given MA's from multiple time frames on a single chart. A common technique to determine bias is to look at two moving averages (one "slow" and one "fast"). When the "fast" MA is above the "slow" then that shows a bullish bias. The opposite is true if the "fast" MA is below the "slow" MA. To take this concept one step further, this script monitors two moving averages across mutiple time frames. In the example image, it is using the 32 sma (Simple Moving Average) and the 50 sma on the 5, 15, 30, 60, 120, 240 minute time frames. If the block has a green background, the "fast" MA is above the "slow" MA showing bullishness. The text is also green showing they are also separating, showing even more bullishness (this is the situation for the 30, 60, and 120 minute time frames in the example image). The opposite is true for a red background with red text (15 minute). If the background is showing bullishness, but has red text (such as the 5 minute), then it means the MAs are showing bullishness, but are converging. For performance reasons, it is recommended to use as few time frames as necessarily. Set to "0" for none in the parameters. The moving averages and the time frames are all user definable! IMPORTANT: This script requires the neoLibrary.efsLib. You can download it here (free). |