Jump to content

mafiaonmove

Members
  • Posts

    100
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    mafiaonmove got a reaction from TraderGJ in Multicharts Latest Fixed   
    Anyone have fix for MC 14.2 or later ??? Please share
  2. Like
    mafiaonmove reacted to ⭐ epictetus in Req:Zerodha Pi to Amibroker(for Indian traders)   
    https://sites.google.com/site/amibrokerplugins/investing_com_realtime_amibroker_data_plugin
  3. Like
    mafiaonmove reacted to Shenong in AMIBROKER PRO 6.30.0.6300 / AMIQUOTE 3.31 Full ( Not tested by me )   
    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
  4. Like
    mafiaonmove got a reaction from ⭐ epictetus in [REQ] Metastock Xenith Real Time Connector   
    I know a guy who can be handy,.. but he will charge a ton and will also require ur login credentials for Xenith...
     
    If ur willing to pay, he will make a flawless utility for the same.
     
    P.S. Years back i hired him to code the same for me , he gave me 2 utilities ,.. which can connect from QuoteCenter ( metastock ) to Multicharts and Ninjatrader .
  5. Like
    mafiaonmove reacted to ⭐ kesk in ( REQ) MetaStock Add-Ons   
    Ver 10 did not require any crack. If I remember correctly, V11 Pro came with a crack.
     
    Do you need V11?
     

  6. Like
    mafiaonmove got a reaction from ⭐ laser1000it in Education indicators for NinjaTrader 8 or New year's gift   
    LoL,..
     
    Expected ,.. :P
  7. Like
    mafiaonmove reacted to ⭐ Electron in Development for NinjaTrader   
    My main focus is developing indicators/addons for NT7, NT8
     
    Reasonable price.
     
    [email protected]
  8. Like
    mafiaonmove reacted to makepossible in Education indicators for NinjaTrader 8 or New year's gift   
    @ mafiaonmove
     
    Use MSIL decrypter or SMD_Agile
     
     
    The only thing I could do is force it to protector unknown (-p un):
    de4dot Õlename -p un --dont-rename --strtyp delegate --strtok
    Each class constructor methods call those:
    static LicenseHelper()
    {
    <AgileDotNetRT>.Initialize();
    <AgileDotNetRT>.PostInitialize();
    }
    This will restore MSIL for each method.
    So you also got to change this method to a simple return:
  9. Like
    mafiaonmove reacted to ⭐ Electron in Education indicators for NinjaTrader 8 or New year's gift   
    Hello, everyone.
     
    The scheme of licensing (protection) of indicators/addons can be divided into 3 groups
    1. Using only the standard licensing method from NinjaTrader.
    2. Own licensing method.
    3. Mixed method.
     
    Let's see what we can do with first group...
     

     
    In the video, two indicators are trained (with a missing license and with a completed trial).
     
    Some vendors from the first group:
    https://pvoodoo.blogspot.com/p/list.html
    https://ninjaindicators.quantumtrading.com/product-tag/ninjatrader-7-indicators/
    http://indicatormall.com/
    https://www.lizardindicators.com/premium-indicators/premium-indicators/
    https://www.daytraderprofesional.com/
     
    MagicThing
    https://www.sendspace.com/file/565fpn
     
    BTC Donate
    1MkERnt9ZsxeEPjm6Dnv8drN2kmyGQ3rCm
     
    Enjoy!
  10. Like
    mafiaonmove got a reaction from wahabdeen in REQ Convert Amibroker Afl Code To Nijatrader 7 indicater   
    Try
     
    Try this
     
    Fractals_Mike.zip
  11. Like
    mafiaonmove got a reaction from mike83 in REQ Convert Amibroker Afl Code To Nijatrader 7 indicater   
    Try
     
    Try this
     
    Fractals_Mike.zip
  12. Like
    mafiaonmove reacted to ⭐ RichardGere in Why its logging me off every time ?   
    It happened to me before. But then I realized that when I logged in, I did not tick the box "Remember Me".
    It was ok after I ticked the box.
    Perhaps this may help.
  13. Like
    mafiaonmove reacted to ⭐ flipper26 in Why its logging me off every time ?   
    Yes, it happens to me too unless I check the box, "remember me", then it's okay.
  14. Like
    mafiaonmove reacted to Traderbeauty in Why its logging me off every time ?   
    I have no idea what can cause it but I am here to help if you let me know how.
     
    Traderbeauty -Jane
  15. Like
    mafiaonmove got a reaction from peter pinto in PairTradeFinder Setup files   
    Well, I uninstalled it after patching it in runtime.
     
    Though I can tell you how one can patch it... Its protected via TurboActivator , so PTF main assembly calls for few calls to that TA based dlls.
    IsGenuine()
    IsActivated()
     
    I dont remember more,.. but u can open those DLLs in IDA and patch them to return TRUE always.. And its cracked..
     
    Once again, I would like to mention that its not worthy to take so much pain in cracking. Read some basics about pair trading. Code strategies in ur desired platform (in PTF u cant do much) say Excel, R, Python , Matlab ...
     
    U can get it done in Popular charting softwares as NT, MC , Amibroker etc ,.. depends on ur skill set.
     
    Still I think someone will patch it soon.
     
    Best luck..
  16. Like
    mafiaonmove got a reaction from Shenong in Over Charts   
    It looks neat and good product.
    It currently doesnt support any data provider for my markets where i trade.
     
    I'm sure, soon someone will comeup and will remove limitations of 60 days :). (I've not checked the protection n all, if somebody can take the pain to download and scan it for protection and build language, I'm sure talents here will be able to crack it.)
     
    Download ProtectionID or Detect ItEasy or RDG packer detector and post results here..
     
    Cheers
  17. Like
    mafiaonmove got a reaction from SignalTime in Over Charts   
    It looks neat and good product.
    It currently doesnt support any data provider for my markets where i trade.
     
    I'm sure, soon someone will comeup and will remove limitations of 60 days :). (I've not checked the protection n all, if somebody can take the pain to download and scan it for protection and build language, I'm sure talents here will be able to crack it.)
     
    Download ProtectionID or Detect ItEasy or RDG packer detector and post results here..
     
    Cheers
  18. Like
    mafiaonmove got a reaction from ⭐ Carlos5 in Over Charts   
    It looks neat and good product.
    It currently doesnt support any data provider for my markets where i trade.
     
    I'm sure, soon someone will comeup and will remove limitations of 60 days :). (I've not checked the protection n all, if somebody can take the pain to download and scan it for protection and build language, I'm sure talents here will be able to crack it.)
     
    Download ProtectionID or Detect ItEasy or RDG packer detector and post results here..
     
    Cheers
  19. Like
    mafiaonmove got a reaction from candyman in Does any genius can able reverse engineering, please help!   
    Dont forget to include sample data also.
  20. Like
    mafiaonmove reacted to candyman in Does any genius can able reverse engineering, please help!   
    i need a test file and a detailed explanation how to use this
     
    a video of its use would help greatly
  21. Like
    mafiaonmove got a reaction from ⭐ kostas9419 in PairTradeFinder Setup files   
    Well,
     
    It was easier then i thought ,..
     

     
    Had some hickups while installing but i ran it with compatibility mode with winXP SP3 and it got installed...
     
    I didnt create a patch yet ,.. will share once i do it ,.. but if any enthusiast here ,.. its just 2 byte patch ,..
     
    Regards
  22. Like
    mafiaonmove got a reaction from ⭐ chullankallan in PairTradeFinder Setup files   
    Thanks dude ,.. i will look into it if i can do anything.
     
    Edit : Not able to install it on my win10 machine. It keeps on downloading sqlDB but after downloading it says install failed. I installed sqlDB (required to run this package) manually but still its downloading and doing the same damn thing.
     
    I will retry on Win7 VM tonight. Hope it gets installed.
  23. Like
    mafiaonmove got a reaction from ⭐ chullankallan in PairTradeFinder Setup files   
    Well,
     
    It was easier then i thought ,..
     

     
    Had some hickups while installing but i ran it with compatibility mode with winXP SP3 and it got installed...
     
    I didnt create a patch yet ,.. will share once i do it ,.. but if any enthusiast here ,.. its just 2 byte patch ,..
     
    Regards
  24. Like
    mafiaonmove got a reaction from ⭐ mr12323 in PairTradeFinder Setup files   
    Well,
     
    It was easier then i thought ,..
     

     
    Had some hickups while installing but i ran it with compatibility mode with winXP SP3 and it got installed...
     
    I didnt create a patch yet ,.. will share once i do it ,.. but if any enthusiast here ,.. its just 2 byte patch ,..
     
    Regards
  25. Like
    mafiaonmove got a reaction from peter pinto in PairTradeFinder Setup files   
    Well,
     
    It was easier then i thought ,..
     

     
    Had some hickups while installing but i ran it with compatibility mode with winXP SP3 and it got installed...
     
    I didnt create a patch yet ,.. will share once i do it ,.. but if any enthusiast here ,.. its just 2 byte patch ,..
     
    Regards
×
×
  • Create New...