How to Lock Amibroker AFL? - PowerPoint PPT Presentation

About This Presentation
Title:

How to Lock Amibroker AFL?

Description:

Amibroker is world famous Trading Analysis Tool. It has its own coding language, it’s called AFL. Here you know steps for how to lock Amibroker AFL. – PowerPoint PPT presentation

Number of Views:178
Slides: 10
Provided by: gunjanchokshi
Category: Other

less

Transcript and Presenter's Notes

Title: How to Lock Amibroker AFL?


1
What is Amibroker AFL?
How to Lock Amibroker AFL?
2
How to Lock Amibroker AFL?
  • Amibroker is world famous Trading Analysis
    Tool. Amibroker provide best charting solution
    for mostly all instruments. Amibroker design such
    a way that you can code and back-test your
    trading idea. And do paper trading or direct
    trading from Amibroker Charting software.

3
Amibroker Formula Language AFL
  • Amibroker has its own coding language its
    called AFL. Programming in Amibroker Formula
    Language (AFL) is not that different from
    programming language.
  • If you are looking for a general introduction to
    programming any language tutorial would do
    because programming is not about the syntax but
    about general concepts such as functions, loops,
    variables etc. is a high level language used to
    create Trading systems and Algorithms. Its very
    easy to learn and code. Even non programming
    person can learn and code in Amibroker.

4
How to Lock Amibroker AFL?
  • Why you should lock your AFL? Amibroker code
    by default is unlocked you can edit and see any
    code from your indicator library. But if you are
    professional trader and you have your own
    indicator or trading strategy which you dont
    want to share with other. Then its best way is
    lock your afl.
  • Also Read
  •  Which is the best Intraday trading AFL code
    forAmibroker?

5
Who Should go for AFL Lock?
  • Professional advisor
  • Professional Trader
  • Technical Analyst.
  • By default Amibroker dont support afl
    protection programme. Amibroker has three
    different edition
  • Free Edition
  • Standard
  • Developer

6
  • Developer edition come with default templates.
    If you want to check then you should install
    developer edition .NET for Amibroker. Following
    tools and knowledge required for lock AFL.
  • Amibroker Developer edition
  • Knowledge of coding
  • Microsoft Visual Studio for converting afl into
    DLL
  • Knowledge of C VC
  • Knowledge of Visual Studio SDK
  • Amibroker Formula language knowledge.

7
Steps to follow Lock AFL
  1. Download Amibroker Developer version
  2. Download SDK .NET for Amibroker
  3. Download Visual studio
  4. Open Visual Studio and create new project and
    open templates of amibroker plugin.
  5. Create name of your project
  6. Once you select ok its open new page where simple
    code already mentions.
  7. Write your own code into it
  8. Once your coding done press CLRL SHIFT B ( for
    building the solution )
  9. Bingo your AFL converted into DLL under
    /Amibroker/.Net for Amibroker/Assemblies.
  10. Also created AFL file which has call DLL function
    location  /amibroker/formulas/.Net for
    Amibroker/SimplePlugin.
  11. Open Amibroker software where you can file simple
    plugin section under charting tab
  12. Check your coding name there with blue colour
    mark? if yes then Amibroker recognize yourDLL
    coding
  13. Now open new coding function and use your created
    own custom function there.
  14. Done- now no one can see your code or edit it.

8
Benefits of AmiBroker AFL  LOCK?
  • No one can copy your amibroker formula
  • AFL is completely safe from editing
  • AFL convert in to DLL
  • You can create license
  • You can sell your amibroker coding after
    protecting from copy
  • DLL works in machine wise license and time wise
    license
  • You can control your AFL online.
  • Also Read Amibroker AFL Indicators

9
CONTACT US
Address 28, General Bank Chamber
Opp Municipal Market
Above kotak Bank C.G.Road
,Ahmedabad India Gujarat
380009 Phone 07940325797
Website https//www.investallign.in/
Write a Comment
User Comments (0)
About PowerShow.com