Supertrend DLL

cloudTrader

Well-Known Member
#2
Hello every one

I have created supertrend dll using dotnetforab.Copy the dll in AB plugin folder.
Use Supertrend() function in your AFL
Example
Var1=Supertrend(percent).
Developed under dotnet 3.5
Here is the link for downloadhttps://www.dropbox.com/s/xnofsttotajz27g/Supertrend.rar?dl=0
I am not sure that I can post the links.
I developed the dll out of curiosity.
Any advises welcome.

RAO
What will be the benefit of DLL ? Can you elaborate?

Thanks.
 
Last edited:

LOVEENAJYOTHI

Well-Known Member
#4
Not Working / Not Recognized in Amibroker Latest Paid version 6.20.1+ Niether does work in 6.00.2 Trial version even after installing DotNetForAB relevant versions (Free Editions) to relevant folders.

Is it Compatible with only AmiBroker 5.0 & Lower ?

Plz make it compatible for All/Latest versions.
 

travi

Well-Known Member
#5
Not Working / Not Recognized in Amibroker Latest Paid version 6.20.1+ Niether does work in 6.00.2 Trial version even after installing DotNetForAB relevant versions (Free Editions) to relevant folders.

Is it Compatible with only AmiBroker 5.0 & Lower ?

Plz make it compatible for All/Latest versions.
I would avoid running DLL's from unknown sources
unless, of course, you're sandboxed or you know what your doing :D

And to the author, why DLL and not AFL?
 

LOVEENAJYOTHI

Well-Known Member
#6
I would avoid running DLL's from unknown sources
unless, of course, you're sandboxed or you know what your doing :D


Thank u TraviJi,
Ya 'm Covered, Not sandboxed exactly, but covered :)


And to the author, why DLL and not AFL?
The only Obvious Advantage i see is NO NEED to Write /Copy the SuperTrend Code EveryTime to Every AFL wherever i need a superTrend Variable. But then, the Advantage is subject to Length n Strength of the Source AFL Script, and therefore , Request to the Author / OP -------->PlZ respond to the following:
1. Whats the ORIGINAL AFL Script ?
2. Any Future Leak ?
3. Is there any Advantage vs AFL as percieved by u while compromising the speed ?
4. And finally , bit cheeky :), can u plz share the source code ?
Thank u and Regards
 

Raj232

Well-Known Member
#7
Hello every one

I have created supertrend dll using dotnetforab.Copy the dll in AB plugin folder.
Use Supertrend() function in your AFL
Example
Var1=Supertrend(percent).
Developed under dotnet 3.5
Here is the link for downloadhttps://www.dropbox.com/s/xnofsttotajz27g/Supertrend.rar?dl=0
I am not sure that I can post the links.
I developed the dll out of curiosity.
Any advises welcome.

RAO
Good job on doing this !!
Only 2 queries,
1. what are the advantages of your DLL compared to the standard AFL ?
2. Can your DLL place order into NEST/NOW software automatically once the signal is generated ?
Thanks in advance... :thumb:
 
#8
Thanks for response.

To Loveenjyothi
My AB is 5.6 .As u said you can use one line replacement for original supertrend.It is written in VB using dotnetforab developer trial version.I don't know how speed is calculated,but my charts are appearing flicker free while expanding and contracting.I don't mind in sharing the code.
To Raj232
Is it worked for you?
The advantage is as I said above one line replacement.
If so u can use it to code your own logic for firing the orders etc.I am not well versed with that.
Finally I am passionate to develop indicators for myself.Not very complicated but simple one's.
Again thanks for your response.
 

copypasteaee

Humbled by Markets
#9
Can you make supertrend dll without loop. Nice initiative BTW but do we need dotnetforab license to run dll.
 

Similar threads