Trading Strategy AFLs

rvlv

Active Member
#21
Request for afl coding for following

-----------------------------------

Hi friends

To see what the market is doing today, I think the following scan or exploration will help.
Can some one kindly, please,provide the afl code to see the results ?

1. Stocks making a Rise in price today with increase in volume by 100%
2 Stocks making a fall in price with rise in volume by 100%
3 ADD A CONDITION TO INCLUDE NIFTY INDEX% RISE OR FALL
in the above
these are high priority

4.stocks with price crossing above 200 ma, with date of croosing, and % rise above 200dma, and volume rise%
5. catch stocks that had a recent volume spike with price rise and with date of volume spike6. stocks with price crossing above 13 ma,21ma,50ma,200ma
7.if the exploration gives say 50 results, how to filter the top 5 out of them-any hints
8. price drop and volume spike with date
9 scan for breakouts above 20 day high with % price rise and % volume rise with date
10 pull back scan in simple form
11 scan for stocks currently at 61.8% retracement and ready to move upwards or already began a small move above 61.8% rwetracement
with date
12 show the stocks that are in the style of darvas uptrends with minor consolidation

one question that gives confusion to my mind

among the below combinations, which is more efficient and powerful please
how to eastablish and is there a proof.

1 SMA 5 CROSSING ABOVE SMA 20
2.SMA 5 CROSSING ABOVE SMA 50
3. MA 8 CROSSING ABOVE MA 34
4.MA 50 CROSS ABOVE MA200
AND VICE VERSA

Grateful for reply
 

rvlv

Active Member
#22
Re: Trading Strategy AFLs 1-2-3

Request for trading system afl code streamlining

--------------------------------------------------------------------------------

Hi Friends

Here is the code for 1-2-3 longsetup.
Request please streamline this code

Make it pinpoint
breakout point on chart,stoploss on chart,target on chart.

1-2-3 shortsetup
no code is available.
a code afl is to be prepared in samelines as LONGSETUP.

code for 1-2-3 longsetup is attached.
THE CODE EXPLORES.

The code has some confusions to be resolved.
it uses watchlist 16. MANY PARAMETER SELECTIONS INVOLVED.
special parameter selection is to be set.
the coding concept is as per link
http://www.tradejuice.com/forex/fore...methode-mm.htm

Requirement
Please modify existing code to display, plot 1,2,3 points,stop,target points
when a trade is identified for long
Please do the same after creating a code for 1-2-3 shortsetup.
------------------------------------
Uptrend

8 conditions defined
This works best as a reversal pattern
1) identify a previous downtrend.
2)Wait for the MACD to signal a buy and
3)for the 1-2-3 LONG set up to
be in place.
4)As the market pulls back to point 3, the MACD should remain in
buy mode or just slightly dip into sell.
5)Place a buy entry order 1 tick above point 2
6)Place a stop loss order 1 tick below point 3
7)Measure the distance between point 2 and 3 and project that
forward for your exit.
8)Point 2, should not be lower than point 1 for 1-2-3 longsetup.

-------------------------------------
1-2-3 SHORTSETUP
Downtrend 8 CONDITIONS to be met.
1) Identify a previous UPtrend.
2)Wait for the MACD to signal a SELL and
3)for the 1-2-3 SHORTset up to be in place.
4)As the market pulls back UP to point 3, the MACD should remain in
SELL mode or just slightly dip into BUY.
5)Place a SELL entry order 1 tick BELOW point 2
6)Place a stop loss order 1 tick ABOVE point 3
7)Measure the distance between point 2 and 3 and project that
forward DOWN for your exit.
8)Point 2, should not be HIGHER than point 1 for 1-2-3 SHORTsetup.

-------------------------------------------------
As the market progresses you can trail your stop to 1 TICK below the most recent low (Valley in an uptrend).
You can also use a break in a trend line as an exit.
Connor cooper 1-2-3 setup long only.txt (5.4 KB, 18 views)
 

singhboy

Active Member
#25
dont trade on such readymade calculations, always trade on charts. Always means always
 

Similar threads