I can Create AFL but Need Strategy

#1
Friends
As i have good knowledge of programming, So i can Create AFL for the given strategy but I dont know much about Technical Analysis.
So if you have a good technical strategy then share with me and i will code it for our benifit and we can discuss everything here
 

a1b1trader

Well-Known Member
#2
Hi Sushil

Please let me know if you can convert Metastock and MT4 codes to Ami AFL,

Thanks
 
#3
Hi Sushil,

If your are ready I will give a strategy, no need to write full code, I need some changes, I did paper work and found that It has to have some options, I can give you those options specifically. send a mail prdevi @ live dot com.
 

comex

Active Member
#4
Hi Sushil,

If your are ready I will give a strategy, no need to write full code, I need some changes, I did paper work and found that It has to have some options, I can give you those options specifically. send a mail prdevi @ live dot com.
Please share the strategy sir
 
#5
hi sushil

Thanks for your spirit.
just code this simple afl code,please

HTML:
strategy
chart  price as candles,ma5, ma20
display macd,signal,rsi(7) values  in legend-title
buy  condition
Buy if  1) ma(c,5) cross ma(c,20)
2)macd>signal
3)Rsi(7)>55

4)STOPLOSS =ENTRY - 2*ATR(20)  =PLOT AS A LINE
5)TARGET1   ENTRY+2*ATR(20)
   TARGET2 =ENTRY+4*ATR(20)
PLOT targets  AS DASHED LINES
-------------------------------
Once the code comes out we will see

regards
 
#8
What is ATR here?
and what value is Signal?


hi sushil

Thanks for your spirit.
just code this simple afl code,please

HTML:
strategy
chart  price as candles,ma5, ma20
display macd,signal,rsi(7) values  in legend-title
buy  condition
Buy if  1) ma(c,5) cross ma(c,20)
2)macd>signal
3)Rsi(7)>55

4)STOPLOSS =ENTRY - 2*ATR(20)  =PLOT AS A LINE
5)TARGET1   ENTRY+2*ATR(20)
   TARGET2 =ENTRY+4*ATR(20)
PLOT targets  AS DASHED LINES
-------------------------------
Once the code comes out we will see

regards
 

Similar threads