NexusFi: Find Your Edge


Home Menu

 





afl to dll


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one badabingbadaboom with 6 posts (0 thanks)
    2. looks_two Big Mike with 2 posts (0 thanks)
    3. looks_3 sr114 with 2 posts (0 thanks)
    4. looks_4 murtiabcde with 2 posts (0 thanks)
    1. trending_up 13,216 views
    2. thumb_up 2 thanks given
    3. group 5 followers
    1. forum 14 posts
    2. attach_file 4 attachments




 
Search this Thread

afl to dll

  #11 (permalink)
 badabingbadaboom 
London/UK
 
Posts: 56 since Apr 2013


Big Mike View Post
Moderator Notice
Moderator Notice


So please tell me what do you expect me to reply to a repeated post like


Quoting 
I want to convert afl programming to DLL(C++ programming)

I have asked in my first reply


Quoting 
Where is the problem? What's the message?

Besides that he is posting a code property of someone else from a different website without agreement of the original coder.

Quoting 
Why do you wanna convert it anyway? I don't see any reason for it.
Last but not least I hope you don't wanna sell it by using your own name. Don't get me wrong I don't wanna imply anything but it looks a bit suspicious to me.

As for better readability I provided a useful tip:

Quoting 
... next time please use code tags to insert code. Thanks!


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Request for MACD with option to use different MAs for fa …
NinjaTrader
ZombieSqueeze
Platforms and Indicators
NexusFi Journal Challenge - April 2024
Feedback and Announcements
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Retail Trading As An Industry
61 thanks
NexusFi site changelog and issues/problem reporting
46 thanks
Battlestations: Show us your trading desks!
38 thanks
GFIs1 1 DAX trade per day journal
32 thanks
What percentage per day is possible? [Poll]
25 thanks

  #12 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,320 since Jun 2009
Thanks Given: 33,142
Thanks Received: 101,475

Don't reply at all instead of an unhelpful reply.

If there is a copyright problem use the report post function and provide details.

Sent from my Nexus 4

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #13 (permalink)
 badabingbadaboom 
London/UK
 
Posts: 56 since Apr 2013



murtiabcde View Post
I want to convert afl programming to DLL(C++ programming)

Learn C++ - Google Search

If you have learned enough or if you are already proficient enough then go to their website and download their development kit.

AmiBroker - Download
AmiBroker DevLog Search Results amibroker development kit

It would be a better idea to provide more details about what you are exactly looking for and about what's your coding problem otherwise it's difficult to help because it is a wide range. In addition I don't think it is a good idea to post intellectual property of someone else without his or her agreement.

Reply With Quote
  #14 (permalink)
csayantan
kolkata+WB/Country
 
Posts: 22 since Dec 2013
Thanks Given: 10
Thanks Received: 4

hi

i found a tool on googling by it but very much unsure how it's work.

SQA - StockQuoteAnalysis | Downloads


Reply With Quote
  #15 (permalink)
wmcindia
Bangalore+Karnataka/INDIA
 
Posts: 1 since Feb 2014
Thanks Given: 0
Thanks Received: 0


sr114 View Post
Hello Forum

is there any easy way to convert the afl to a dll or plugin?

can any 1 elaborate the process of the conversion?

what 1 have to do for this conversion?

regards and thanks
sr

Check this....

Google for AFL2DLL keyword and aswell check under images section.

Here is one example how the AFL can e converted to equivalent C code inside the DLL using the above library.

================
namespace ns_IND_0000002
{
AFLAPI AmiVar RTDF_AFL2C_DEMO1_BBands(int NumArgs , AmiVar * ArgsTable)
{
AFL_AB_INIT(5);

float Periods, Width,Color,Style;
AmiVar_ P;
_SECTION_BEGIN("RTDF_AFL2C_DEMO1_BBands");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1 );
Width = Param("Width", 2, 0, 10, 0.05 );
Color = ParamColor("Color", colorYellow );
Style = ParamStyle("Style");
Plot( BBandTop( P, Periods, Width ), T_("BBTop") + _PARAM_VALUES(), Color, Style );
Plot( BBandBot( P, Periods, Width ), T_("BBBot") + _PARAM_VALUES(), Color, Style );
_SECTION_END();
return N_(0);
}
}

//The below is the original AFL code.
#if this_is_afl_code
_SECTION_BEGIN("Bollinger Bands");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1 );
Width = Param("Width", 2, 0, 10, 0.05 );
Color = ParamColor("Color", colorCycle );
Style = ParamStyle("Style");
Plot( BBandTop( P, Periods, Width ), "BBTop" + _PARAM_VALUES(), Color, Style );
Plot( BBandBot( P, Periods, Width ), "BBBot" + _PARAM_VALUES(), Color, Style );
_SECTION_END();
#endif

Reply With Quote





Last Updated on August 14, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts