| eSignal Study: eSignal provides a very useful tool in calculating Fibonacci "extensions" (sometimes known as "projections"). This practice involves taking a measurement of past price movement and "projecting" that price distance from a new high or low. Certain fibonacci precentages of that movement can often prove to be support or resistance. This script supports x.272, x.382, x.50, x.618, x.786, x.0, 4.236, 5.1, 6.85, 11.09, 17.94, 29.03. All levels listed with an "x" means it will output multiples of that level, such as 0.272, 1.272, 2.272, 3.272, etc. set via the "max number of levels" parameter. The problem with the built-in version of this tool is it is often difficult to be exact in the selection of the high or low of a bar. If you are basing decisions, trades, and MONEY on a given level, you want it to be as exact as possible. Also, if you want to change the level you are measuring, often it is time consuming to redraw these levels. Finally, the built-in version of this tool only allows a fixed amount of levels to output. This script attempts to solves all these problems! INSTRUCTIONS: When you use eSignal's "fib ext" tool, there are three clicks involved: The high of a movement, the low of a movement, and where to extend the projection from. This tool acts very similarly. On the bottom left of the chart are the controls. Step 1: Initially, no points are set, so it says "NO" next to the 3 points. To start, click the "Set 1" button to tell it you want to set the first point. The label changes to "SEL" (short for "select") letting you know that it is ready for you to set the first point. Merely double-click the high of the bar you which to select. A small dash will be drawn on the selected high and the message will change to "CHK" (short for "check"). If you accidently double-click the wrong bar, merely repeat this step and select the correct bar. Step 2: Next, similar to step 1, click "Set 2" and double-click the high of where you which to project from. The script will automatically determine the lowest point of these two points and automatically set point 3! A real time saver! Step 3: After step 2, verify that the automatically calculated third point is the one you wish to use (look for the blue dash on the low of the bar). If this isn't the point you which to use, you can over-ride this level using the method outlined in the above steps. In the example image (be sure to click "enlarge image" to see the full image) there are two charts. For simplicity sake, only the 1.0 levels are shown. The left chart is what the script outputs after you select the points. The chart on the right gives a description of what it is outputting: the three points, the range from point 1 to point 3, then the projection of this length from point 2. The level at "1.0" is 100% of this disance. The level at "2.0" is 200% of the distance, etc. As you can see, from the chart, major support was found at this area! If you which to change any of these levels, merely reset that point. Quick and easy! To clear the lines and reset the tool, just click the "Clear" button. This script will work on all time frames. As with all our scripts, this script is highly customizable! IMPORTANT: This script requires the neoLibrary.efsLib. You can download it here (free). |