| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Difference Between Closed(1) and Close[1] I am trying to plot a simple Relative Strength indicator in EL. When I plot RSVal based on the following code: if c/closed(1)>(c of data2/(closed(1) of data2))then RSVal=1; if c/closed(1)<(c of data2/(closed(1) of data2))then RSVal=-1; I get different results than when I plot if based on the following code: if c/close[1]>(c of data2/(close[1] of data2))then RSVal=1; if c/close[1]<(c of data2/(close[1] of data2))then RSVal=-1; I thought that closed(1) and close[1] would be the same? I guess not? Can someone please tell me what the differences are? Regards - Fanus | ||
| |
|
| | #2 | ||
![]() | Re: Difference Between Closed(1) and Close[1] Hope this helps Blu-Ray
__________________ “ Search is the ultimate expression of the power of the individual, using a computer, looking at the world, and finding exactly what they want ” – Eric Schmidt, Google | ||
| |
|
| The Following User Says Thank You to Blu-Ray For This Useful Post: | ||
sevensa (05-21-2008) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the difference? | Richard III | The Candlestick Corner | 4 | 09-07-2007 09:29 AM |
| Difference between now and February 27 | notouch | Market Analysis | 10 | 08-26-2007 03:49 AM |
| What happened after market close? | TinGull | General Discussion | 4 | 01-10-2007 09:06 PM |
| Futures Hi/LO/Close | Bfbusa | Market Analysis | 2 | 12-05-2006 08:32 PM |