amibroker

  1. G

    Need Help with converting this Pinescript to AFL

    Need help with Converting this PineScript to Amibroker AFL. Code is for an indicator called RVOL (Relative Volume). Attempted to do it myself but its not the same. Posting both the codes below PINESCRIPT CODE var tooltip1 = "The more recent the data is, the more relevant it is. Longer period...
  2. R

    Amibroker Data for 5 years

    Hi, I need Amibroker daily and intraday data for last 5 years for around 2000 stocks.Data should be adjusted for bonus and splits. Any help will be highly appreciated
  3. S

    What is the best free Amibroker Live Data in 2022

    Hi Traders, I searched a lot but the threads are like 10 years old. So can someone please suggest to me the best live Amibroker real time data feed or plugin that works in 2022. Thank you!
  4. A

    can someon send me the scan results of this afl.. i dont have amibroker and i want to know if it works

    can someon send me the scan results of this afl.. i dont have amibroker and i want to know if it works
  5. Chaiset

    T3B Trading System

    Where can I find the T3B system right now?
  6. S

    Convert Simple Thinkscript Support/Resistance Lines into AFL

    Using this on the Daily chart in ThinkorSwim. Would like to convert below Thinkscript to Amibroker (AFL) to match exactly as shown on the attached chart of Apple (AAPL) from closing date of 01/14/22. input Lookback = 10; def LowMove = Lowest(Low, Lookback); def HighMove = Highest(High...
  7. S

    Need help in AFL coding for strategy

    Hi, Can anyone please code the below strategy as I am begineer and learning AFL so not familier now. Logic: On starting Mark 30min 2nd candle high & low Buy Logic: If price break above 30min 2nd candle the Buy signal comes Targets (T1, T2, T3) = Set from parameter setting Manual in % from...
  8. S

    Please help to code combine line chart for Options

    Hi friends, Can anyone please help me in Amibroker AFL coding as per below strategy? Need Strike Options to mention (ex: NIFTYWK15700CE). Need atleast 4 strike options fields. Strike 1: NIFTYWK15700CE Strike 2: NIFTYWK15700PE Strike 3: NIFTYWK15500CE Strike 4: NIFTYWK15500PE And Strike Buy or...
  9. N

    Flash trader

    Have a look at this...this is one stop solution for every thing a trader needs..
  10. L

    export dates of higher high lower low to csv or interpration

    is there any way to export the dates of Higher Highs and lower lows displayed on the screen by the below code to excel or csv if not then to atleast display them in the interpration window.? if(hh[i+fvb] AND H[i+fvb]<HighMargin) PlotText("HH",i+fvb+dxhh,H[i+fvb]+dyhh,colorWhite,colorDefault)...
  11. M

    Need AFL code for buying Call option. Please help I am stuck

    Hello everyone. I am new to AFL. Can anyone help me with the following code in AFL? Buy ATM Call option whenever the underlying short MA crosses above long MA?
  12. M

    AFL for Options buying using SMA crossover

    Hello Everyone, I need AFL code for following strategy for Nifty Options weekly Expiry. 1. When Nifty Futures Short SMA crosses above Long SMA buy Nifty Weekly ATM CE 2. When Nifty Futures Short SMA crosses below Long SMA buy Nifty Weekly ATM PE 3. Coding should be for intraday trades. 4. SL...
  13. I

    AmiCOM - near RTD Amibroker feed from yahoo finance [ alpha ]

    As the title says, I have written AmiCOM a python utility to automatically import Data from Yahoo finance into Amibroker. Its an open-source project and is hosted on GitHub. https://github.com/iamashwin99/AmiCOM How does it work AmiCOM downloads the required data from yahoo finance for the...
  14. N

    AFL for extracting End of Week and Buy / Sell basics

    Respected members, 1. I wana make AFL exploration for extraction of weekly HL range ( of last 10 weeks ). Then i will use excel to get average of these 10 HL value that i can later use for targeting price levels. 2. I would like to request for a buy / sell on Weekly MACD. But in MACD i...
  15. P

    Amibroker buy/sell -> IBControler -> TWS (Interactive Brokers) /// too many orders submitted

    Hi, I would like to improve my autotrading so I would need your Help. Any help will be appreciated. My problem is , when my Amibroker system scans for a signals (buy or sell ) at the end of each candle (minute candle) there is a signal generated by AFL code. But Amibroker (6.20) sends signal (...
  16. P

    Drawing Pivot Lines till Day End

    Below is a basic Pivot Code which I use for day trading in Ami. Now the issue is, the pivot lines are drawn only till the current candle which becomes bit difficult to comprehend during live market. Was looking for help if anyone can advise on below. Since Pivot lines remain static for the...
  17. G

    Consolidation Indicator

    Hi Experts, I found a thinkscript strategy for consolidation boxes: https://usethinkscript.com/threads/b3-consolidation-box-breakout-breakdown-indicator-for-thinkorswim.103/ Attempted to convert it AFL, but can not seem to replicate, your help wioll be highly appreciated: // Consolidation Box...
  18. A

    Help needed regarding plotting static horizontal lines w.r.t option chain strikes

    Hello, Can anyone help me out regarding plotting of static horizontal lines on amibroker. Example, if i want to plot horizontal line on NIFTY charts w.r.t it's fixed option strikes, e.g. 10000,10050,10100,10150,10200 and so on (given range of 10000 to 10200, with increment of 50 points) Thanks...
  19. F

    Why has Zerodha stopped support for Amibroker & Pi-Bridge?

    Why has Zerodha stopped support for Amibroker & Pi-Bridge? How do they expect clients to automate their trade? Are they trying to push Kite-Connect API against Amibroker?
  20. F

    Amibroker vs Kite Connect

    What is the difference between automated trading with Amibroker and Zerodha Kite Connect? What is that we can do with Zerodha Kite Connect but can't with Amibroker and vice-versa?