The Last Sun

It was the music of Atomic. I looked it up & found some treasrure.

Topic: fractal evaluation.

Black dot – reversal in progress / finished: hourly fractal at/outside the hourly 30 sample BB an LL or HH with the prior two candles being both bull or bear or the last candle was an inside print, i.e:

if (i>0 && iFractals(symbol,0,MODE_UPPER,i) && High[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i) &&
      ((Open[i+2]<Close[i+2] && Open[i+1]<Close[i+1]) || (Open[i+2]>Close[i+2] && Open[i+1]>Close[i+1]) || (High[i+1]<High[i+2] && Low[i+1]>Low[i+2]))
     && Low[i+2]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i+2) && Close[i]<iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)+150*Point
     && iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i)>450*Point
     ){
     j=i+2; 
     while (j<i+100){
      if (iFractals(symbol,0,MODE_UPPER,j)) break; 
      j++;
     }
     if (j<i+100 && iFractals(symbol,0,MODE_UPPER,j) && High[j]<High[i]){
          ObjectCreate("Punktum"+i,OBJ_TEXT, 0, Time[i-1], High[i]+50*Point);
        ObjectSetText("Punktum"+i, CharToStr(108), 46, "WingDings", clrBlack);
     }
}    

Green dot – retracement started: the last two candles do not fit the criteria for a black dot -> retracement to the 30 SMA / prior hourly fractal.

From here it is only half a step to figure a Qualified Exit condition.


I have no memory of selling my Amiga. Probably was too traumatic. The scene was pure overflow of creativity. People aspired, people did things. I applied with a demo group (Defcon One) as a graphics artist and sent them a bunch of logos and images. I was providing material for Terror News diskmag and also the IQ Depo. I held the only scrore greater than 1 million on Klondike. I grabbed a disk editor and transferred the Porsche from Test Drive 2 to Test Drive 1. All random stuff, all was worthwhile. We were gonna have our own future and not settle for second best.

Internet = loss of romace.