I have edited today's chat log for your reading enjoyment. (removed the willies, pigs and the toilet40.)
per bi9foot :
FYI for those that might review the chat logs. the time stamp on the chat logs are 4mins and 15 secs behind
I have edited today's chat log for your reading enjoyment. (removed the willies, pigs and the toilet40.)
Quote from Tums:
I have edited today's chat log for your reading enjoyment. (removed the willies, pigs and the toilet40.)
per bi9foot :
FYI for those that might review the chat logs. the time stamp on the chat logs are 4mins and 15 secs behind
Quote from LittleMac:
Haroki also got out of GLNG. My question is...on the daily we saw increased black today meaning a continuation of the RTL traverse of the new up channel..after the BO. On the 30 min I see a clear FTT with a r2r break from the same traverse. So, is this a pt 2 bringing us to a possible point 3 of the new up channel(on the daily chart). Is it a BO of the current traverse(according to 30 min chart)? or is it both? Ive heard to hold through this and have heard to get out and either go short(at point 2) or wait for a point 3 to develop and get long again.
I don't mean to be confusing.. im trying to be as descriptive as possible. Comments appreciated.
Quote from ivob:
You went short in the 15:10 bar. Why?
Quote from ivob:
Then you held the complete 15:20 bar although it clearly had increasing black volume compared to the previous bar?
Quote from ivob:
This requires an excellent entry on the 15:10 bar because one could easily have gone short at 1364 and suffer a 3 point loss had the lateral been broken upwards.
Quote from Spydertrader:
{$I 'GetNewDUData'}
var DUSignal : integer;
var Bar : integer = BarCount - 1;
var curVol : float = VOLUME(Bar);
var td : TDuData = GetNewDUData(60);
AddScanColumn( 'Current Volume', curvol );
AddScanColumn( 'Dry Up Volume', td.t_DuHighThresh2 );
if (curVol < td.t_DuHighThresh2) then
begin
EnableTradeNotes( false, false, false );
BuyAtMarket( Bar + 1,'In Dry Up');
AddScanColumnStr('In Dry up?', 'Yes');
end
else AddScanColumnStr('In Dry up?', 'No');

Quote from Munck:
Could you elabroate a bit on your latest dry-up chartscript? - I would like to understand the process behind the scenes rather than just relying on Wealth-Lab.
Quote from Spydertrader:
...
Actually, no. I exited before the close of that bar. Again, while watching the YM, increasing black appeared, but did so after a Lateral BO, not until increasing black appeared on the following bar did we have confirmation of continuation.
...