amibroker

  1. A

    Plotting SMA high Low as Line

    Hi Members, We can plot SMA or EMA as continuously changing lines. Is it possible to catch the High and Low of Moving Averages and plot a straight line for the current day. Please help.
  2. A

    =MOD((SQRT(N)*180)-225,360) into AFL

    Hi all members, Please help me convert the excel formula into AFL code. =MOD((SQRT(N)*180)-225,360) Many thanks. I googled, but could not find anything.
  3. A

    Amibroker open close 1st bar

    Dear Sir/Mam, I trade with a 5 minute chart in Amibroker, i will like to plot the open & close of the 1st bar/stick i.e price for the first 5 minute on the chart & these lines should be the same for the full day. Pl help me what will be the afl formula ..:) :)
  4. M

    Need help to create simple AFL

    Hello, I'm required to have one simple afl to backtest few things. Logic is Buy = 9:20:00 ( Buy call should trigger for all script at 9:20) Sell = 3:20:00 (Sell call should trigger for all script at 3:20) Would anybody please write this simple logic in amibroker afl ? Your help...
  5. J

    Volume last 30 days greater than

    Hi all, I need an afl that I can explorer or scan my stocks, that gives me the stocks that have an average volume greater than 100.000 in the last 30 days/bars. I would like to be able to change the variable volume and days. Could someone help me an write the afl code? I appreciate a lot...
  6. A

    AFL Correction - Gann Sq of 9

    Hi All memebers, I found an AFL from net plotting lines for levels of Gann Square of 9. I am trying to make changes so that lines show up only for current day. And just 3 lines above and 3 lines below the previous days close. AFL seems to be very tricky for me. Please help me...
  7. K

    Execute Imacro Script from Amibroker AFL

    Hello Experts, Could anyone please tell me , how can I execute Imacro script ( For firefox ) from Amibroker ( Formula ) ? Thanks a lot for your help.
  8. A

    Amibroker Chart settings:

    Hi All members, When I plot last month's Open, High Low Close lines on the chart, it shrinks the candle size so much that it really makes hard to find if the prices are moving or now. Please help me so that i can adjust the chart settings to the normal. It is not necessary that all...
  9. A

    Ribbon Afl - Need help

    Hello Members, Please help me plotting the ribbon. I tried but getting many errors. I have attached the image of the ribbon that I am trying to plot. I have attached the image for reference: Thanks all. ********************* _SECTION_BEGIN("Price")...
  10. A

    AFL - last days MID level + cloud

    Hi members, please help me plotting cloud funtion in below afl. Above last days mid level all green and below all red. Below is afl //************************************* _SECTION_BEGIN(""); SetChartOptions(0,chartShowArrows|chartShowDates); Plot( C, "Close", ParamColor("Color"...
  11. A

    AFL Exploration

    Hi All members, Below afl plots High and Low for: Previous day & 3rd day from today. How can I create an exploration so that all the stocks that close above these two lines show up in the scan. Please help. //-------------------------------AFL---------- _SECTION_BEGIN("Price1")...
  12. I

    Send me your valuable Amibroker AFL, I will protect it in minutes

    Dear Friends of TJ, Do you want to hide your AFLs from hackers and friends. Just PM me your valuable AFL. I will hide all lines of code immediately. In return I will give you an exe file, that you may login and get access to your AFL. Guaranteed, not a single line of code can be seen by any...
  13. A

    Charts consistency

    Hi Team, At times I find the candles in the charts are not consistent and are very scattered. Please help me understand the reason for such a formation. I checked, volume doesn't seem to be the factor as many have good volume but the form inconsistent candles. Please help.
  14. T

    Pad Specific Days

    Hi, In amibroker there is "Pad non-trading days" option in "view" menu that it hides non-trading days. Now I want pad some specific days with zero volume. That mentioned option ("pad non-trading days") does not hide such days with zero volume. How can do this for zero volume days or for other...
  15. P

    Amibroker and its applications?

    Hi, I have been trading equities for a while now but it is purely on instinct and common sense. I want to trade professionally, I saw an ad from marketcalls.in about a 2 days workshop on AMIBROKER. I wanted to know, 1) is amibroker a useful tool for trading? 2) is a 2 day workshop...
  16. 1

    Amibroker Optimization Result - Factors & Analysis

    Some of us have done the optimization analysis of our AFL's in Amibroker to get the best out of them, using the collective wisdom of the internet forums to choose the correct time periods, smoothing factors, OB-OS combinations etc. The big question is how do you right values from the...
  17. 1

    Scanning stocks for intraday trades

    Hello All have some familiarity with only equities, so i like to start with them first. I have familiarity with basic indicators like - MACD,RSI,Stoch D & K, ADX, Bollingerbands,ATR, Support & Resistance levels and what values mean in them. Trying to learn how to draw trend lines,stop...
  18. madhavareddy1203

    Need AFL : for this Strategy

    Hi, Im looking for afl with explorer for below strategy. After 3 yrs researching on amibroker afls i came to conclusion that there is no afl which give success rate above 60%. and i have stopped searching for new afls. im tired. Still some people searching for Holygrails and above 90% success...
  19. A

    AFL - colored bars

    Hi Members, I am trying to code an AFL where the following conditions meet. 1. If close is Greater than previous bar's open - Green Bar 2. If close if Lower than previous bar's open - Red Bar (Attached image) I tried much but could not work it out. Please help with your inputs...
  20. A

    AFL correction - help needed

    Hi All, Below afl plots a straight line which is not extended to the extreme right of the chart. Please help me doing corrections so that the marked line is extended to the extreme right and plots only for current day. I have attached the image. _SECTION_BEGIN("Price"); _N(Title =...