| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | There is an indicator for the current day High/low but not the prior day (see pic below for what the current day settings look like). | ||
| |
|
| | #2 | ||
![]() | Re: Prior Day High/Low Indicator Needed - OEC | ||
| |
|
| | #3 | ||
![]() | Re: Prior Day High/Low Indicator Needed - OEC | ||
| |
|
| | #4 | ||
![]() | Re: Prior Day High/Low Indicator Needed - OEC Quote:
| ||
| |
|
| | #5 | ||
![]() | Re: Prior Day High/Low Indicator Needed - OEC Quote:
Last edited by trader273; 06-16-2010 at 10:50 AM. | ||
| |
|
| | #6 | ||
![]() | Re: Prior Day High/Low Indicator Needed - OEC | ||
| |
|
| | #7 | ||
![]() | Re: Prior Day High/Low Indicator Needed - OEC Quote:
| ||
| |
|
| The Following 2 Users Say Thank You to Trendup_ For This Useful Post: | ||
daedalus (06-17-2010), Dinerotrader (06-17-2010) | ||
| | #8 | ||
![]() | Re: Prior Day High/Low Indicator Needed - OEC Quote:
Inputs:Time_Start(0630); variables: var0( 0 ), var1( 0 ), var2( 0 ), var3( 0 ), var4( 0 ), var5( 0 ), var6( 0 ), var7( 0 ), var8( 0 ) ; if Date <> Date[1] then begin var0 = var0 + 1 ; var1 = var2 ; var3 = var4 ; var5 = var6 ; var7 = Close[1] ; var2 = Open ; var4 = High ; var6 = Low ; end else begin if High > var4 then var4 = High ; if Low < var6 then var6 = Low ; end ; condition1 = var0 >= 2 and BarType < 3 ; if condition1 then begin Plot1( var1, "YestOpen" ) ; Plot2( var3, "YestHigh" ) ; Plot3( var5, "YestLow" ) ; Plot4( var7, "YestClose" ) ; end ; | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |