afl

  1. P

    derive IV for options

    Hi, Is there any AFL which can reverse engineer option price with help of black scholes model and provide Implied Volatility. Regards, Paresh
  2. M

    AFL to NEST Integration

    I am looking for mechanism by which 1. AFL will publish the information which can be subscribed by third party program 2. Subscriber written in.net/python will use the published information and will place the orders in NEST (ad not the Nest Plus). Can somebody please guide on both above points?
  3. H

    AFL required for Variable Moving Average

    Hi, I am new to AFL writing and to forum as well, i am here in hope to get support, I am working on variable Moving Average(VMA), i need help to develop AFL for the same. on crossover generating signals accordingly. can someone help.
  4. B

    Amiboker Rotational Momentum Code Help

    I got the Rotational Momentum code from below URL. http://dtr-trading.blogspot.com/2016/09/momentum-rotation-system-amibroker-code.html I modified the above code a bit & 'Backtested' a bit as per below logic: 1) Calculate the PositionScore on End of Month 2) The Next trading day (Start of...
  5. P

    weekly/monthly pivot points on daily charts

    Hi, Want to plot weekly & monthly pivot points on daily charts data. Can anyone have afl for this? Regards, P
  6. M

    Need help for Quantity managment.

    Hello All, I have placed the query for placing order from AFL amibroker. with the below conditions. 1) first order should be 1; 2) If any order exited by Stop loss or target (sell or cover) the quantity should be 1; 3) if the stoploss or target not hit then the queantity should be 2; way...
  7. T

    Fixing the first bar of the day as the first bar on Amibroker chart

    Hello, I trying to do this for a long time but have not been able to do it. I am posting this after unsuccessfully searching the internet. I want to fix the "first bar of the day" on the left hand side like the picture below and to have the new bars get added to it on the right side. So that...
  8. G

    Hi, can some one pls help me with a scale in algo in amibroker ?

    Hi fellow traders, i am trying to work a basic bollinger breakout system using an ATR multiple as SL. What i want to do is scale in 3 times if i get multiple buy signals before my ATR SL is hit. below is a copy of my code, will appreciate if someone could help me get the last part, i.e. scaling...
  9. T

    AFL for volume of all the advancing stocks

    Hello everone, I have coded an AFL for sum volume of all advancing stocks. I am strugglig with getting the right output. Please help. below is the code a = Close < Open ; b = Sum (Volume,a); Buy = 0; Filter = 0; AddToComposite( b, "advol", "X" , 7); advvol = Foreign("advol", "C", True); Plot (...
  10. B

    Help needed in coding amibroker afl and back testing for payment

    Hi i have a strategy which i have back tested manually and visually, but now i want to test it with exact numbers for past 10 years of data of nifty intraday.. so looking for some1 who is really good at it.
  11. P

    renko chart afl with atr14 required

    Hi, Anyone have renko chart afl based on ATR14 .. not the one with manual brick size ? Regards, Paresh
  12. P

    stochastic RSI afl same as investing.com

    Hi, seen stochastic rsi (14,14,3,3) in investing.com...tried many codes from google for stochastic rsi afl but unable to find 1 which replicate same values as on investing.com stochRsi indicator. Can someone help with it. Regards, Paresh
  13. S

    Awesome Hull Trick AFL Needdd

    I need AFL for this HULL Trick (Sean bro trick) Requirements 4 indicators 1. Awesome indicator ( Default setting) 2. Bollinger Band (Default setting) 3. Hull Moving indicator ( change setting from 9 to 22) 4. EMA ( Change setting from 9 to 55) Time frame  15 min / 30 min for intraday ...
  14. R

    Need help with AFL for Exploration - Urgent

    Hello Everyone, I am new to coding and I have been struggling with a very basic requirement of mine. I need the AFL code for an exploration that will read "Bull" when the +DI crosses the -DI and ADX (range 14) is going above 25. Similarly to read "Bear" when the -DI crosses the +DI and ADX...
  15. P

    why this code not working

    Hi, Can you help me why below code not working & why? _SECTION_BEGIN("MAX Moving Avg broke"); n=0; function fun_name(C,LB ) { LB=IIf(IsNull(LB),1,LB) OR IIf(LB<=0,1,LB); R=ValueWhen(Cross(MA(C,LB),C),HHV(H,LB),1); result=IIf(C>=R,LB,0); return result; } for( i = 0; i < BarCount; i++ ) {...
  16. P

    highest days of EMA broke today

    Hi, I want to find how many max days EMA stock break today? if C>EMA(5) is true & C<EMA(6) is false then afl should return 5 since close broke max of 5 days ema. this things should run in loop for 1 yr say 365 loops total Can help me with this afl. Regards, Paresh
  17. frisky

    REQUEST - Just need an exploration for Supertrend (already AFL ready created by KelvinHand)

    Hi, I am sure there would be lot of experts out here who are well versed on coding. What I am proposing is to have an exploration to be implemented for already existing AFL which is created by "Kelvinhand". So, the main thing is , I am trying to establish/re-create a paid version AFL of...
  18. P

    not traded stock & missing quote afl required

    Hi, need below afl exploration 1. to search not traded stocks , last date of available data, no of days its not traded compared to today's date. 2. missing quote for stock, date ,symbol, when compared to index stock i.e. Nifty Pls share if you have afl. Regards, P.
  19. U

    Amibroker chart afl help!!!

    HI, Could some one help me how to get these consolidated up bars (Green) and Down bars (red) thanks
  20. soft_trader

    Upstox - RKSV - Trade in Rs 20 Max

    Oh! got it. It is the patch for windows 7. I have once installed that that patch, but after installing that NOW used to hang every now and then so reinstalled NOW without that patch. Since then, NOW working great!! :cool: