10pipglobal, 10pipglobal2 It is assumed that the user will already know how to use Expert Advisors and is working with a broker that supports them. interbankFX is one and there are many others. The broker will have information regarding how to install and use a script with their platform. If you don't understand how to install or attach an Expert Advisor to a chart, then your broker will have tutorials and instructions probably on their web site. This expert advisor will draw 10pip ranges directly onto a price chart. You will need to manually enter the preHI and preLO values. The script will then calculate the ranges and draw the lines. This is a set of 2 expert advisor scripts that calculate and draw the 10pip zones on a chart from manually entered preHI and preLO numbers. It is based on an older script called 10pipadvisor. This can be considered a replacement script for that old 10pipadvisor one and not necessarily an update. The advantage of this pair of scripts is that preHI and preLO numbers can be changed on the fly and you can then change time charts without having to remove the advisor first. 10pipglobal is simply a scrip that you enter the preHI and preLO numbers into. They are then set as global variables to be used by the other script. This allows moving from chart timeframe to chart timeframe without loosing the preHI and preLO numbers as the second script reruns. 10pipglobal2 is the script that does all the drawing. It draws it's preHI and preLO information from the 10pipglobal script. You will need 2 charts opened. Attach the 10pipglobal script to one and the 10pipglobal2 script to the other. Once the 10pipglobal script is running and data manually entered, that chart can be minimized. CNTL-TAB is a handy key sequence to change back and forth between multiple open charts. A screen shot of the data entry screen is included in the zip as an example. Once the 10pipglobal2 script is running on the second chart, the 10pip zones will be calculated and the lines drawn when ever there is a tick. It is OK to leave the script running and change to different chart periods. The lines will update on the new period chart at the next tick. A screen shot of what the lines look like is included in the zip. Due to the chart scale, lines like hiPASS and loPASS are above and below the scale of the chart and thus didn't show up. Go back to the chart with the 10pipglobal script attached at any time to change the preHI and preLO values. This is done by EXPERT ADVISOR then PROPERTIES. Or, F7 is a shortcut key to get there. Upon returning to the chart with the 10pipglobal2 script, all the lines will update and move at the next tick. The range size is included in the comments at the upper left of the chart. The lines will be drawn in the correct locations, but the trader will need to interpret them correctly based on the strategy. Range < 80 condition for example, there will be an MP line drawn, but you would ignor it for that condition. The same applies for the 120 rule and the >160 condition. Once the scripts are running, you can freely change to different period charts on the one running 10pipglobal2. You will also see a sad face in the upper right corner of the display. The sad face doesn't mean anything is wrong, just that the 'allow live trading' box isn't checked. This is only a tool to help visualize the 10pip ranges. This advisor does not give trade recommendations or do trading. Features like that are possible with expert advisors. So, this program should be safe for use when a live account is active. Future ideas for expansion of this script is to monitor other indicators like macd, RSI, or MA crossings then trigger alarms based on certain conditions. I would welcome feedback, comments, or suggestions. But there is no guarentee or warranty with this program. Use at your own risk. - enjoy Harry Yahoo ID: hb54321