[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Exploration of database



PureBytes Links

Trading Reference Links

Tomasz;
For an Example; could you use a moving average crossover system
    L1=FAST
    L2=SLOW
    L3=SIGNAL
When L1 CROSSES L2 " BULLISH ALERT"
When L2 CROSSES L1 " BEARISH ALERT"
When L1 CROSSES L3 " BULLISH CROSS"
When L3 CROSSES L1 " BEARISH CROSS"
Also, I wish to perform an exploration on my database to produce
the following results in columns. I
coded an indicator that produces these signals, but rather than flipping
through the charts, I would like to
run an exploration to find the stocks that meet this criteria.
Columns:
Ticker Name  //  BullishAlert // DateOccured //  BullishCross
// DateOccured //  BearishAlert //  DateOccured //  BearishCross
// DateOccured //
 
 
Thank you in advance
Anthony.