| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Re: Interesting Initial Balance Statistic var: counter(0), howOften(0); if TimeOfHigh <= 1030 then counter= counter+1; howOften= (counter/barNumber)*100; Plot1(howOften,"madeHigh" ); For the TimeOfHigh I used: Variables: TimeOfHigh (0), TimeOfLow (0), HiHi (0) , LoLo (99999); if date <> date[1] then begin HiHi = 0; LoLo = 99999; end; if high > HiHi then begin TimeOfHigh = time; HiHi = high; end; if low < LoLo then begin TimeOfLow = time; LoLo = low; end; Maybe the TimeOfHigh is what causes headache. HighD(0) does of course not work in this context. Can anyone point me in the right direction? I appreciate any help. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Playing the Initial Balance | TinGull | Market Profile | 13 | 10-19-2011 09:48 AM |
| Interesting Initial Balance Statistic | ant | Market Profile | 38 | 05-12-2011 03:53 PM |
| Average Initial Balance | Soultrader | Market Profile | 4 | 01-10-2007 09:15 PM |
| Another interesting week for the Dow | Soultrader | Market Analysis | 0 | 09-02-2006 09:18 AM |