Skip to main content

SwingN for Amibroker (AFL)

persee over 16 years ago Amibroker (AFL)

  • Rating:
    3 / 5 (Votes 101)
  • Tags:
    trading system, amibroker, swing

Very simple formula but nice results.

Screenshots

You cannot view the code for the following reasons:
  • You must be a member and have contributed at least 1 indicator

103 comments

over 16 years ago

Hi,

How to see the formula for this nice chart? am not able to see even after loging in… anybody please help!!!

8. rmike
about 16 years ago

Dear Persee, very nice and simple concept. Kind of a fast MA cross with price. Will work out nicely in a trending market.

@ Administrator – If you are going to incorporate this as a trading system, then I would recommend a filter for sideways market because in a 3 bar sideways market, by the time you buy, it will already be time to exit on the next bar.

Regards,

about 16 years ago

Yes I agree, i actually tried improving this system using Stratasearch turns out to be a very bad loser because it doesn’t like bearish markets or sideways markets.

about 16 years ago

deepak49 use the indicator pastie part of the site to paste code in comments otherwise they may not copy correctly. So i edited your post.

about 16 years ago

how do i get this Trading Formula ?? i’m a member, but not competent to donate a formula, plz help me, on how can i get this ?

about 16 years ago

I don’t know rahul_kapoor8558 if you find a duplicate formula i give rewards for that or you could write a review for a Trading Program like another member did. Or you could just find a formula somewhere that hasn’t already been put on this site and post it and give credit to the original author.

about 16 years ago

I would greatly appreciate if any one could give a brief description on how to better use this system and what does the brown colored arrow actually mean ? Also if any one could improve this system, so that it could provide SELL signals as well.

about 16 years ago

the_smart_trader, people can’t give you trading advice you should figure out what works best for you.

about 16 years ago

How many number of formulae have to submit to see the code of SwingN ? Already submitted one.

about 16 years ago

hmm, its better not to contrubute a formula which is not very competent and would be just a waste of time for others, because afterall people will go for good formulas like this one , I’d really request to get these formulas whithout having to contribute one as its not going to be great after all

about 16 years ago

i mean i have joined this site to get indicators instead of creating one as i am really not good at making one.

almost 16 years ago

i really dont know bout the points system its just is depressing to see the AFL not come up at all

almost 16 years ago

hi
i just tried checking the formula and does not show any buy sell arrows. strange , anyways i am just a student trying to study the stock market and dont professionally trade now so am just exploring some indicators for my study. How effective wulod this be in a market which is choppy or which moves sideways and besides is there any reason why it woyuld not show any arrows for any of the scripts

34. RAB
almost 16 years ago

Thanks administrator and persee,
Verry nice indicator..

35. classy
almost 16 years ago

i have already logged but it ia asking me log in or register to see formula .lpease let me how can i get this afl and i am also looking for pathfinder afl.

almost 16 years ago

Hello classy,

You can get access by submitting some formulas or posting 3 quality posts in the forum. 3 quality posts is equal to 1 contribution point.

37. Prabh
almost 16 years ago

i think swingn and kpl swing is same

_SECTION_BEGIN("KPL Swing");
//Copyright Kamalesh Langote. Email:kpl@vfmdirect.com. More details at http://www.vfmdirect.com/kplswing
//Save indicator as "kplswing.afl" in C: program files > Amibroker > Formulas > Custom folder and then drap and drop on price chart
no=Param( "Swing", 20, 1, 55 );
tsl_col=ParamColor( "Color", colorCycle );

res=HHV(H,no);
sup=LLV(L,no);
avd=IIf(C>Ref(res,-1),1,IIf(C<Ref(sup,-1),-1,0));
avn=ValueWhen(avd!=0,avd,1);
tsl=IIf(avn==1,sup,res);

Plot(tsl, _DEFAULT_NAME(), tsl_col, styleStaircase); // or styleaArea

Buy=Cross(C,Ref(res,-1));
Sell=Cross(Ref(sup,-1),C);
shape=Buy*shapeUpArrow + Sell*shapeDownArrow;
PlotShapes(shape,colorBlack,0,IIf(Buy,Low,High));
almost 16 years ago

Prabh, SwingN is not the same. Although it does look like KPL but apparently KPL is by a different author so I wander who copied who?

42. Gorilabd
over 15 years ago

color of candlestick that i found in my ami broker is not exactly like the picture….how to make it completely similar to the picture which is given above….thanks……

over 15 years ago

I could not see the formulas.
I don’t know what to do to get these formulas.
Already I have submitted one formula.
I am very new to this field.
Please help me.
Swaroop V V
cosmicwaves

44. Ananthan
over 15 years ago

hi everybody
Any Idia of slingshot indicator afl? plz post it/

45. matant
over 15 years ago

I will write as soon as the my trading system. I’m still studying.
There is no one good enough to send me this formula.
My email address is matarrese@gmail.com
Thanks to those who help me

46. mark2001
over 15 years ago

even I have submitted a formula but I still cant seem to see it. Plz help..

47. kiraa
over 15 years ago

Even I can’t see the formula.. I think this forum is dead…

over 15 years ago

kiraa it’s not dead. You need to read the message. It asks you to contribute formulas to this site.

49. kiraa
about 15 years ago

well i have contributed many formulas…still not able see.

50. mark2001
about 15 years ago

admin plz help I have submitted some formulas can u approve them thx.

51. waves
about 15 years ago

Dear Administrator,
How come i cannot see the formula. I have submitted pvoi (open interest) formula.
Regards,
waves

about 15 years ago

People asking why you can’t see certain formulas need to go to My Indicators and see if your formula(s) have been approved. If not, the reason should be there. Also go to View My Profile sometimes I don’t approve but still give points.

53. sudip02
about 15 years ago

i can not see the formula, i want to copy and paste, pls admin help me, thanks

55. sudip02
about 15 years ago

Really nice forum… really surprised……. pls pls admin or some one send me this one

almost 15 years ago

admin sir not view this afl so what s last OPTION ???
as i have post 2 afl but both r already in your data base
thnks
regards
mrnakar

almost 15 years ago

The formula seems to be good…but i doubt it will work in real time frame. the developer should aslo give details about the time frame. I am using KPL swing not very impressed.

over 14 years ago

@ to all

finding these codes funny same repeated again n again by different names as i luked at these codes closely i find author of NSWING pasted the codes of KPL orginated from v f m direct(dot)com 2 times
n cleaverly gave both a good color n different para numbers.
i wonder why respected administrator didnt able to catch it?
plus if some one want these kinds of line i suggest them to also have a luk at
NMA,KAMA systems or visual atr swing or tsr or ichimoku clouds also good

my personel view i found it //useless//

67. ramasamy
over 14 years ago

i can’t view this formula , i have posted one formula pls help me..

69. Pooja
over 14 years ago

hi , can anyone suggest how to download this afl, thanks

71. priyank
about 14 years ago

How to download this afl… I do not have an afl to post… what else can I do?

80. varadan
over 13 years ago

This is really good. But unable to access the afl. I contributed one system, still it is not approved it seems. Admin! Can you please!

84. iwan
almost 13 years ago

Very Nice because capable to my style trading. Thank’s a Lot.

87. nepolean6
over 12 years ago
range1 = Optimize("range1",Param("range1",11,1,200,1,0),1,200,5);
range2 = Optimize("range2",Param("range2",6,1,200,1,0),1,200,5);
range3 = Optimize("range3",Param("range3",26,1,200,1,0),1,40,2);
StDevrange = Optimize("StDevrange",Param("StDevrange",90,1,200,1,0),1,200,2);
MAO = EMA(EMA(Close - EMA(Close, range1),range2),range3);
deriv = MAO - Ref(MAO,-1);
deriv2 = (deriv - Ref(deriv,-1));
Plot(MAO,"mao",colorBlack,styleLine);
Plot(deriv,"deriv",colorBlue,styleLine);
Plot(deriv2,"deriv2",colorRed,styleLine);
Buy = Cross(deriv,0) AND deriv2 > 1.5*StDev(deriv2, StDevrange);
Sell = Cross(0,deriv) AND deriv2 < -1.5*StDev(deriv2, StDevrange);
Short = Sell;
Cover = Buy;
shape = Buy * shapeUpArrow + Sell * shapeDownArrow;
PlotShapes( shape, IIf( Buy, colorGreen, colorRed ), 0, IIf( Buy, 0,0 ) );
91. mystock
almost 12 years ago

Hi

Thanks.

Is it possible to fix the HiLo lines "fixed’ to daily chart, while viewing intraday charts?

I mean how to use “indaily” function while looking at intraday charts?

Any help ?

Regards

93. shariful
almost 12 years ago

Thanks author and admin….nice looking. I would prefer buy at double arrow i.e green and white arrow simultaneously.

99. lekhanh
about 11 years ago

Mình khồng có code này, bạn nào có gửi cho mình hoặc paste ra đây chia sẻ. Thanks

almost 11 years ago

this is what i was looking but not able to get …plz dear admin add this post as 3 countable post to view this afl. thank u very much

103. suman1495
almost 11 years ago

I am a member and I am paste a scanning formula, but unable to see this formula.

Leave Comment

Please login here to leave a comment.