D
Hi Traderji,
Request you to post the formula for below mentioned req for Explorer.
1. Stochastics- %K line rising above %D line below the lower band (below20) and %K line falling below %D line on the upper band(above80)
Request you to post the formula for below mentioned req for Explorer.
1. Stochastics- %K line rising above %D line below the lower band (below20) and %K line falling below %D line on the upper band(above80)
cross(stoch(%K,%D),20) & cross(80,stoch(%K,%D)
U need to create two different explorer ,.. or just bear with 1 n 0.
2. Stocks trading near to its key sup/res areas.
3. Stocks giving a breakout or breakdown from key sup/res levels.
3. Stocks giving a breakout or breakdown from key sup/res levels.
4. A stock which has retraced (fallen/risen) 38%, 50%, 61% from its peak/bottom.
PCT:=Input("SWING REVERSAL %",0,100,5);
TOP:=Peak(1,HIGH,PCT);
BOTTOM:= Trough(1 ,LOW ,PCT );
DZ1:=TOP-((TOP-BOTTOM)*0.38);
DZ2:=BOTTOM+((TOP-BOTTOM)*0.38);
And so on for other ratios.
5.Doji formation near key support/res areas.
Regards,..
Darsh