Ultimate OscillatorThis script implements Larry William's Ultimate Oscillator. Used by permission obtained from Larry Williams.var procedure Ultimate; for i:=BarBegin to BarEnd do SetUser(2,Last(i)-Bar(eTrueLow,i),i); for i:=k to BarEnd do begin {*********Main Program***********} You can cut a script from an e-mail using standard Windows cut and paste controls. Click the left mouse button down at the top of the script and while holding down drag downward to include the entire script. The text becomes highlighted. Cut by pressing Ctrl - C keys. Now in Ensign Windows, click on the Editor button. Click the mouse in the left hand panel, and press Ctrl - V to paste from the clipboard. The script will appear. To save the script, click on the menu Script | Save As and enter a file name, such as Ultimate. |