| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #49 | ||
![]() | Re: Volume Splitter Quote:
| ||
| |
|
| | #50 | ||
![]() | Re: Volume Splitter Quote:
| ||
| |
|
| | #51 | ||
![]() | Re: Volume Splitter Quote:
| ||
| |
|
| The Following User Says Thank You to BlowFish For This Useful Post: | ||
zdo (05-06-2009) | ||
| | #52 | ||
![]() | Re: Volume Splitter Quote:
by using a statement like value1-value1[1] you will get nothing as there are no historical value's saved in intrabarpersist variables but you will need to use the intrabarpersist variables in order to recieve all value's within each timeframe the calculation sounds indeed easy but how to compare both values im trying to figure out | ||
| |
|
| | #53 | ||
![]() | Re: Volume Splitter | ||
| |
|
| | #54 | ||
![]() | Re: Volume Splitter Quote:
| ||
| |
|
| | #55 | ||
![]() | Re: Volume Splitter Quote:
Easylanguage resets the values of your variables intrabar on every tick to the value they were at the close. If you want to stop this reseting, (which you need to do if you are working intrabar) then just declare your variable with INTRABARPERSIST in front of it and its value will not be cleared/reset. | ||
| |
|
| | #56 | ||
![]() | Re: Volume Splitter Used in variable and array declaration statements, before a variable or array name, to specify that the value of the variable or array elements are to be updated on every tick. If IntraBarPersist is not specified, the value will be updated at the close of each bar. Usage Declaration: [IntraBarPersist]Name(InitialValue1) Examples Declare Max as a numerical variable, updated on every tick, with the initial value of 100: Variable:IntraBarPersist Max(100); Declare Max_Price as a 24-element single-dimension numerical array, updated on every tick, and with data elements' initial values of 0: Array:IntraBarPersist Max_Price[23](0); source: EasyLanguage Manual | ||
| |
|
![]() |
| Tags |
| eot, volume splitter |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Retest on Lower Volume with Volume Gradient | walterw | Technical Analysis | 3 | 04-16-2009 12:10 AM |
| NYSE Up Volume($UVOL)/Down Volume ($DVOL) Comparison | MC | Market Internals | 23 | 02-09-2009 09:18 AM |