Shenong Posted September 1, 2020 Report Share Posted September 1, 2020 (edited) AmiBroker is a full-featured technical analysis & trading system development platform, with an advanced real-time charting, portfolio back-testing/optimization and scanning capabilities. AmiBroker's robust system development environment allows to find market inefficiences, code the system and validate it using powerful statistical methods including walk-forward test and Monte Carlo simulation. AmiBroker allows you to trade directly from charts or programmatically, using auto-trading interface (works with Interactive Brokers). It gives everything you need to trade successfully. True Portfolio-Level Backtesting Test your trading system on multiple securities using realistic account constraints and common portfolio equity. Trade portfolios to decrease risk/reward ratio. Find out how changing the number of simultaneous positions and using different money management affects your trading system performance. Dynamic portfolio-level position sizing Use current portfolio equity (sum of cash and all simultaneously opened positions value) to calculate new trade size, or use any other position sizing method by specifying dollar value or number of contracts/shares. Position size can be constant or changing trade-by-trade. Blazing fast speed Nasdaq 100 symbol backtest of simple MACD system, covering 10 years end-of-day data takes below one second Multiple symbol data access Trading rules can use other symbols data - this allows creation of spread strategies, global market timing signals, pair trading, etc. Multiple time-frames and multiple currencies in one system Systems can use multiple time frames at once and symbols denominated in different currencies Scaling in/out (pyramiding) and rebalancing You can test systems that scale and/or rebalance open positions in user-defined moments Everything is customizable You can change built-in report charts, create your own equity, drawdown charts, create own tables in the report, add custom metrics Custom backtest procedure Even the backtest process itself can be modified by the user allowing non-standard handling of every signal, every trade. It also allows to create custom metrics, implement Monte-Carlo driven optimization and whatever you can dream about Scoring & ranking If multiple entry signals occur on the same bar and you run out of buying power, AmiBroker performs bar-by-bar sorting and ranking based on user-definable position score to find preferrable trade. Rotational trading A dedicated mode for sector rotation trading algorithms using user-definable score to switch between preferred stocks/funds/sectors Flexible built-in stops All stops are user definable and can be fixed or dynamic (changing stop amount during the trade). Built-in stop types include maximum loss, profit target, trailing stop (incl. Chandelier), N-bar (timed) all with customizable re-entry delay, activation delay and validity limit There is just too many things left to mention, including - Mutual fund support (early redemption fee, early exit restrictions) - Futures mode (margin/point value support) - Custom commissions - Full trade price control (can emulate slippage) and trade delays - Support for constraints like round lot size, tick size, minimum trade size, maximum trade value as percent of bar volume - Detailed reports for all, long-only, short-only trades with 42 built-in metrics including Sharpe ratio, Ulcer Index, CAR/MDD and many others - Profit distribution chart, Maximum Favourable Excursion chart, Maximum Adverse Excursion chart - Automatic storage, maintenance and viewing of all historical tests conducted via the Report Explorer - Support for all intervals (daily and intraday) and all instrument classes - No limit on number of symbols under test (capable of handling enitre US stock universe) Highlights of version 6.30 Version 6.30 brings lots of new functionality especially with regards to the formula language and performance . There are hundreds of new features and changes to existing functionality as compared to version 6.20, listed in detail in "Release Notes" document in AmiBroker directory. Below is just a short list of few of them: HIGHLIGHT: User-definable on-chart GUI controls 18 new AFL functions were added to allow creation of user-definable on-chart graphical user interfaces. GuiButton (https://www.amibroker.com/guide/afl/guibutton.html)- create on-chart button control (AFL 4.30) GuiCheckBox (https://www.amibroker.com/guide/afl/guicheckbox.html)- creates on-chart checkbox control (AFL 4.30) GuiDateTime (https://www.amibroker.com/guide/afl/guidatetime.html)- creates on-chart date-time picker control (AFL 4.30) GuiEdit (https://www.amibroker.com/guide/afl/guiedit.html)- create on-chart edit control (AFL 4.30) GuiEnable (https://www.amibroker.com/guide/afl/guienable.html)- enables or disables on-chart control (AFL 4.30) GuiGetCheck (https://www.amibroker.com/guide/afl/guigetcheck.html)- get checked state of control (AFL 4.30) GuiGetEvent (https://www.amibroker.com/guide/afl/guigetevent.html)- get GUI event (AFL 4.30) GuiGetText (https://www.amibroker.com/guide/afl/guigettext.html)- get text from on-chart control (AFL 4.30) GuiGetValue (https://www.amibroker.com/guide/afl/guigetvalue.html)- get numeric value of on-chart control (AFL 4.30) GuiRadio (https://www.amibroker.com/guide/afl/guiradio.html)- creates on-chart radio button control (AFL 4.30) GuiSetCheck (https://www.amibroker.com/guide/afl/guisetcheck.html)- set checked state of on-chart control (AFL 4.30) GuiSetFont (https://www.amibroker.com/guide/afl/guisetfont.html)- set the font for on-chart control (AFL 4.30) GuiSetRange (https://www.amibroker.com/guide/afl/guisetrange.html)- set slider control range (AFL 4.30) GuiSetText (https://www.amibroker.com/guide/afl/guisettext.html)- set text value of on-chart control (AFL 4.30) GuiSetValue (https://www.amibroker.com/guide/afl/guisetvalue.html)- set numeric value of on-chart control (AFL 4.30) GuiSetVisible (https://www.amibroker.com/guide/afl/guisetvisible.html)- shows or hides on-chart control (AFL 4.30) GuiSlider (https://www.amibroker.com/guide/afl/guislider.html)- creates on-chart slider control (AFL 4.30) GuiToggle (https://www.amibroker.com/guide/afl/guitoggle.html)- create on-chart toggle button control (AFL 4.30) [*]New features in AmiBroker Formula Language static variable declaration (https://www.amibroker.com/guide/keyword/static.html) passing variables by reference new voice functions VoiceSetRate (https://www.amibroker.com/guide/afl/voicesetrate.html)- sets voice speech rate (AFL 4.30) VoiceSetVolume (https://www.amibroker.com/guide/afl/voicesetvolume.html)- set the volume of speech (AFL 4.30) VoiceWaitUntilDone (https://www.amibroker.com/guide/afl/voicewaituntildone.html)- waits until TTS voice has finished speaking (AFL 4.30) [*]system error handling via GetLastOSError (https://www.amibroker.com/guide/afl/getlastoserror.html) [*]support for geometric pens in GfxSelectPen (https://www.amibroker.com/guide/afl/gfxselectpen.html) [*]Huge performance improvements in 64-bit version with migration to new VC++2017 compiler Why do we migrate to new compiler with 64-bit version? New compiler supports new CPU instructions (SSE3/AVX) that we can use to offer better performance According to our tests new compiler support produces faster code by itself (better optimizations, auto-vectorization, etc) New compiler is better with error checking (less bugs to slip through) We don't need to care about compatibility with pre-Vista systems in 64-bits version and all 64-bit capable CPUs are "modern" enough. Why do we stay with old compiler in 32-bit version? New compiler does not produce code compatible with older operating systems (XP or earlier). Old compiler offers 100% compatibility with all Windows versions New compiler requires modern CPUs Exact performance improvement is function dependent and hardware dependent. Many functions are faster by 30-50% but in some cases such as Min()/Max() functions as large as 8x speed up can be observed in 64-bit version. Other key improvements Auto-optimization framework HTML5 compatibility in Web Research window comment folding in the AFL editor clickable links in Analysis result list D/L Link : http://www.mediafire.com/file/e8rroc5ezrzw5p3/AmiBroker_6.30.0.6300_&_AmiQuote_3.31.rar/file :D Edited December 15, 2020 by Shenong mafiaonmove, ⭐ MOF NET, ⭐ whinny and 22 others 25 Quote Link to comment Share on other sites More sharing options...
indo37 Posted September 1, 2020 Report Share Posted September 1, 2020 Thanks Shenong, wonderful. And thanks for your clear statement that you couln`t test this. So as usual with AB: Best to install in a virtual machine and block connections associated with AB. If it doesn`t stop after 45 days it should be ok. Thanks again -- you wouldn`t find Trading Blox Builder 5.xx by any chance? Quote Link to comment Share on other sites More sharing options...
XPO2672 Posted September 4, 2020 Report Share Posted September 4, 2020 Thank you so very much Quote Link to comment Share on other sites More sharing options...
⭐ FFRT Posted September 6, 2020 Report Share Posted September 6, 2020 Anything more required to be done as precaution in addition to trailing Add to host file 127.0.0.1 www.amibroker.com 127.0.0.1 amibroker.com 127.0.0.1 www.amibroker.pl 127.0.0.1 amibroker.pl 127.0.0.1 www.amibroker.net 127.0.0.1 amibroker.net 127.0.0.1 updates.connectify.me 127.0.0.1 ns1.amibroker.com 127.0.0.1 NEO.PL 127.0.0.1 www.enom.com Shenong and birdshoof 2 Quote Link to comment Share on other sites More sharing options...
⭐ FFRT Posted September 6, 2020 Report Share Posted September 6, 2020 (edited) Thanks, is it 64bit or 32 bit? Edited September 6, 2020 by FFRT Quote Link to comment Share on other sites More sharing options...
djdjdj Posted September 6, 2020 Report Share Posted September 6, 2020 its 32 x86 ⭐ FFRT and ⭐ option trader 2 Quote Link to comment Share on other sites More sharing options...
indo37 Posted November 29, 2020 Report Share Posted November 29, 2020 So anybody got it installed AND working for more than 30 days? Thanks Quote Link to comment Share on other sites More sharing options...
24floor Posted December 13, 2020 Report Share Posted December 13, 2020 Is anybody aware of VSA package available for Amibroker? Quote Link to comment Share on other sites More sharing options...
⭐ monkeybusiness Posted December 14, 2020 Report Share Posted December 14, 2020 Is anybody aware of VSA package available for Amibroker? you can download from here: https://karthikmarar.blogspot.com/ siba 1 Quote Link to comment Share on other sites More sharing options...
⭐ sherbaaz Posted December 14, 2020 Report Share Posted December 14, 2020 you can download from here: https://karthikmarar.blogspot.com/ at your own risk as its grossly wrong at basic level of VSA, Quote Link to comment Share on other sites More sharing options...
⭐ monkeybusiness Posted December 14, 2020 Report Share Posted December 14, 2020 at your own risk as its grossly wrong at basic level of VSA, Hi S, I don't use VSA, however if one is interested in VSA he can take this code modify according to his definitions. Quote Link to comment Share on other sites More sharing options...
indo37 Posted December 14, 2020 Report Share Posted December 14, 2020 Hi all, may I again ask if anyone has used his downloaded version of AB/AQ for more than 45 days? Still running? With other cracked versions after 31 days it was blocked. Thanks again Quote Link to comment Share on other sites More sharing options...
⭐ insaneike Posted December 14, 2020 Report Share Posted December 14, 2020 Hi all, may I again ask if anyone has used his downloaded version of AB/AQ for more than 45 days? Still running? With other cracked versions after 31 days it was blocked. Thanks again Have you updated your host file to block the software from calling back home ?? Check #4. Quote Link to comment Share on other sites More sharing options...
indo37 Posted December 14, 2020 Report Share Posted December 14, 2020 I haven`t tried with this version, just previous ones, icluding avoiding home call procedures. I won`t try again without being sure. So anyone got it running for some 45 days? Quote Link to comment Share on other sites More sharing options...
⭐ shawnh Posted November 10, 2021 Report Share Posted November 10, 2021 Thanks for that Shenong... virustotal.com shows a "Malware Heuristic" however. Wondering if this is alright or not, and if all who are using this have no problems. Thanks! Shawn Quote Link to comment Share on other sites More sharing options...
Kder Posted August 10, 2022 Report Share Posted August 10, 2022 Hello; can anyone upload AmiBroker 6.30 64 bit full cracked? Thanks in advance Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.