Search results

  1. M

    Is there an indicator for this?

    Hehehe -- the forum software interprets any occurrence of the Colon directly preceding a Capital D as a "big grin." Sure fouls up an Excel Formula :D :D :D --- Mike Collier Oak Harbor, WA
  2. M

    Is there an indicator for this?

    This is a very simple indicator, but you will need to write the code yourself. You can easily do this by incorporating an indicator that is found in ALL charting packages -- the Simple Moving Average (MA). Your code will look something like this: MA ( H, n ) - MA ( L, n ) Where: 1...
  3. M

    Force Index

    Hopefully, you have access to charting software where you can write your own indicators, when necessary. The formula is VERY SIMPLE! Force Index (FI) = Today's Volume * [ ( Today's Close ) - ( Yesterday's Close ) ], or, more closely to an APL: FI = V * [ C - ( C-1 ) ]. This will look...
  4. M

    Short Lumber Due to Housing?

    NAH -- 14kt Gold, Nickel-Silver, Stainless Steel, Plastic, Elephant Ivory, Whale Bone ... :D --- Mike Collier Oak Harbor, WA
  5. M

    Charting software

    My understanding is that you can save your Excel spreadsheet in comma-separated value (*.csv) format and then upload directly into Amibroker, which DOES accept the CSV format. This would be true not only of Amibroker, but of many other well-known Charting Programs, as well. Now, you need to...
  6. M

    symbols for NG and CL on opentick.com

    Besides, the "M" in CLM07 signifies the JUNE 07 contract, which would not stop trading in Feb -- just a thought :cool: --- Mike Collier Oak Harbor, WA
Back
Top