ami broker

  1. B

    Need help to plot lastvalue of supertrend on candle...

    I am trying to plot lastvalue line on supertrend but it is not showing the lastvalue line on candle , so plz correct my code and help me to get lastvalue of supertrend on candle. CODE _SECTION_BEGIN("My first trading Strategy"); _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g...
  2. B

    Need help to find highest value of an array...

    How do i find the highest value of an array or how do i find the highest value in a +ve supertrend , i tried using HHV & highest function but counldn't get the signals that i wanted...
  3. S

    NSE / BSE Sector Industry Classification

    NSE / BSE Sector Industry Classification for Amibroker Database. [ The sector industry csv files have to be done through Ascii Import .] NSE Sector Industry classification file. https://drive.google.com/file/d/1XpxLnkV3RwkPfCZjdH03w1AmARRVNnMO/view?usp=sharing BSE Sector Industry...
  4. K

    Super Trend AFL

    Hello Friends, I have just started to learn AFL, basic Buy and Sell Backtest i can do with Indicators but i got stuck with Super Trend Indicator, can anyone help me in this regard, Buy Condition = Cross (Close, SuperTrend) Sell Condition = Target or SL In sell condition, i want if stock...
  5. 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
  6. M

    Error in message board. Please help

    _SECTION_BEGIN(" NMA VARIABLE SL AND PROFIT"); SetChartOptions(1,chartShowArrows|chartShowDates); RequestTimedRefresh( 1 ); GraphXSpace=5; HaClose = (O+H+L+C)/4; HaOpen = AMA( Ref( HaClose, -1 ), 0.8); HaHigh = Max( H, Max( HaClose, HaOpen ) ); HaLow = Min( L, Min( HaClose, HaOpen ) ); xDiff =...
  7. TheBigBull

    Why Always 1132 steps in Amibroker Walk Forward Optimization

    I have recently started using Amibroker for walk forward optimisation and created couple of trading systems like MA cross over, etc. Although i have used different optimisation parameters in different strategies but surprizingly in all the strategys during my walk forward optimisation it shows...
  8. jash_kd

    I have made a new Buy Sell signal system, Plz test it

    Hi Friends, I have made a Auto Buy Sell Trading Signal System in Amibroker. Plz test my ATS and let me know if it is ok or need improvement.
  9. D

    Need Help to create buy/sell Signal

    Hello Seniors, I am new to alf coding and coding isn't my background I was try to create buy and sell Signal at (Std. Deviation Lower 4)SDL4 and (Std. Deviation upper 4) SDU4 with 3 trgts and stop loss SDL6(for buy) and SDU6(for short Sell) can anyone help me plz...
  10. D

    Amibroker: How to import next day opening data in EOD database

    Hi Experts, I need some help on the Amibroker software. I use an AFL which gives a signal after the current candle closes and the next candle opens. I use the EOD charts to view the signals. I have been able to isolate a trading strategy suitable for my temperament and time. For this I need to...
  11. P

    backtesting settings

    hi, i tried many systems afl for backtesting on EOD NSE data. all systems are showing 100-90% loss only. Is this issue of systems or backtester settings. What are typical backtester setting requried for NSE EOD data? Please share profitable system AFL & along with back tester data...
  12. N

    New to Amibroker and AFL

    Hi I am new to Amibroker and AFL. I will ask guidance from the guru's to assist me on the road to develop myself.
  13. A

    introduction

    hi im new to the forum but not new to the market. have done trading and made some good gains and beautiful losses. worst decision was buying two thousand icici stocks at three hundred .still waiting to get even. now after studying a lot on charts i have turned my attention to technical...
  14. I

    [Frustrated] Need help with AFL and analysis

    This is my formula (for testing and learning purpose only): _SECTION_BEGIN("Price"); SetChartOptions(0,chartShowArrows|chartShowDates); _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ))...
  15. A

    Explosive Technique

    Hi Anyone has Explosive Technique AFL or strategy used by powerup capital by Kishore M. Kindly Share your views on Powerup Capital as well...:thumb:
  16. A

    Help building an AFL

    :clap:Hi all I'm in need of help creating an AFL with the below requites: LTP above EMA 34 and cross ABOVE EMA 8 then Buy signal LTP above EMA 34 and cross BELOW EMA 8 then CLOSE BUY POSITION LTP BELOW EMA 34 and cross BELOW EMA 8 then Sell signal LTP ELOW EMA 34 and cross above EMA...
  17. W

    AMIBroker Data Help

    Hi, I have just installed AMIBroker and I am very new to it and i need your help. - How can i get all the BSE/NSE scripts in AMIBroker - How can i check if my AMIBroker support real time quotes and updation - How to do back testing
  18. N

    How to define Max loss stop and Trailing Stops into AFL

    Hi I am new to Ami Broker. I am back testing various afls I got from the forum and other sources I want to add my own stoplosses and trailing stops to the system. Senior Programmers pls help me. Here are the conditions 1.The initial SL is 2% of the entry price. 2.As the position moves...
  19. S

    Meta Stock / Ami broker formula's

    Hi Every one, Is anybody having good collection/own wrriten formula's for metastock.ami broker, which will help others to get clear idea about buy/sell signal from this volatile market? Thanks in advance