Tostao Posted June 22, 2015 Report Share Posted June 22, 2015 rhv, They are default values (the box 7,7,2) I always work with renko 13 or 15 points or ticks in the trading timeframe. I can use 30-40 renko for context, I only work with Oil, Dow Jones and Nasdaq. rhv, ⭐ ESVepara, lululee and 1 other 4 Quote Link to comment Share on other sites More sharing options...
hhjj Posted June 24, 2015 Report Share Posted June 24, 2015 Hi, Thanks for all the great work!!! Would we be expecting version 1.8p to be released here? Thanks a million!!! Quote Link to comment Share on other sites More sharing options...
Tostao Posted June 24, 2015 Report Share Posted June 24, 2015 Hi, Thanks for all the great work!!! Would we be expecting version 1.8p to be released here? Thanks a million!!! IMHO is that even since the first version in essence the concept is the same. Those old boxes say exactly what the newest boxes say, sure if we want to carefully listen (hehe) ;) hhjj 1 Quote Link to comment Share on other sites More sharing options...
hhjj Posted June 24, 2015 Report Share Posted June 24, 2015 IMHO is that even since the first version in essence the concept is the same. Those old boxes say exactly what the newest boxes say, sure if we want to carefully listen (hehe) ;) Thx, Good to know! : ) Quote Link to comment Share on other sites More sharing options...
kenny123 Posted June 26, 2015 Report Share Posted June 26, 2015 thanks.... Quote Link to comment Share on other sites More sharing options...
admis Posted June 26, 2015 Report Share Posted June 26, 2015 thanks.... Everlasting story, keny123 has created a new post! By the accident, haven't you seen of the Thanks button? Try to use it instead of spamming all of the threads... newbie0101, nnn123 and Marcelo Andreotti 3 Quote Link to comment Share on other sites More sharing options...
Marcelo Andreotti Posted June 30, 2015 Report Share Posted June 30, 2015 Thanks a lot!!! Quote Link to comment Share on other sites More sharing options...
domdom64 Posted August 5, 2015 Report Share Posted August 5, 2015 Below is the link to the source version of TAS Indicators. It also requires the same binary dll files. https://www.sendspace.com/file/udoxfh Now you can test it on your own. To change the default location of binary file: TASIndicators.dll you have to find the below part of code: ... [DllImport("TASIndicators.dll", CallingConvention=CallingConvention.StdCall)] private static extern int TAS_IndicatorInit(string tpe, string ind, string sym); [DllImport("TASIndicators.dll", CallingConvention=CallingConvention.StdCall)] private static extern int TAS_IndicatorSetBar(int id, int barno, int edate, int etime, double O, double H, double L, double C, double pV, double nV); ... and change it in the following way as an example: [DllImport(@"C:\TAS\32\TASIndicators.dll", CallingConvention=CallingConvention.StdCall)] private static extern int TAS_IndicatorInit(string tpe, string ind, string sym); [DllImport(@"C:\TAS\32\"TASIndicators.dll", CallingConvention=CallingConvention.StdCall)] private static extern int TAS_IndicatorSetBar(int id, int barno, int edate, int etime, double O, double H, double L, double C, double pV, double nV); where C:\TAS\32\ are the new example folders created by you. Keep in mind, you have to compile changed file. No doubt this is a ****** question, but how do you actually edit the .dll and how do you find, the part of the code, edit it, and comile it? Any software in particular? Many thanks and apologies for my ignorance! Quote Link to comment Share on other sites More sharing options...
Luccast Posted August 5, 2015 Report Share Posted August 5, 2015 No doubt this is a ****** question, but how do you actually edit the .dll and how do you find, the part of the code, edit it, and comile it? Any software in particular? Many thanks and apologies for my ignorance! I don't know how they do it, but I know it's a difficult process. I can say however, that knowledge like this can be easily exploited. The members of this forum that provide us with educated versions do so with the hope that we will use it for educational purposes and testing, and if we do profit from a system or indicator, we should respectfully purchase the software. Whatever answers you get here, be careful. One bad apple could ruin this great source of education for all of us. tryitagainmf, ⭐ flipper26, ⭐ zbear and 2 others 5 Quote Link to comment Share on other sites More sharing options...
vanpar Posted August 6, 2015 Report Share Posted August 6, 2015 That helps a lot.. I don't know how they do it, but I know it's a difficult process. I can say however, that knowledge like this can be easily exploited. The members of this forum that provide us with educated versions do so with the hope that we will use it for educational purposes and testing, and if we do profit from a system or indicator, we should respectfully purchase the software. Whatever answers you get here, be careful. One bad apple could ruin this great source of education for all of us. Quote Link to comment Share on other sites More sharing options...
mtpf Posted October 5, 2015 Report Share Posted October 5, 2015 You are indeed a genius Admis..this worked!This seem to be a nice trading system to me. Installation: 1. Unpack TAS_NT18h_edu.7z archive using the proper password 2. Manually copy 2 educated files (respectively 32 bit and 64 bit version) from the following subfolders: .\Windows\System32\TASIndicators.dll .\Windows\SysWOW64\TASIndicators.dll into the corresponding folders: c:\Windows\System32\ c:\Windows\SysWOW64\ 3. Import in the standard way TASNinjaIndicators18h.zip indicators from inside of NinjaTrader 4. Enjoy it! Quote Link to comment Share on other sites More sharing options...
Guest anuraghsr Posted December 9, 2015 Report Share Posted December 9, 2015 how to edit dll file which software need sir Quote Link to comment Share on other sites More sharing options...
admis Posted December 9, 2015 Report Share Posted December 9, 2015 how to edit dll file which software need sir First of all - which file you'd like to edit and secondly what for? DLL means: "dynamic linked library", which is a binary (not a text) file. https://en.wikipedia.org/wiki/Dynamic-link_library Quote Link to comment Share on other sites More sharing options...
Guest anuraghsr Posted December 9, 2015 Report Share Posted December 9, 2015 i installed this indicator tas in my ninja and put dll files in system32 but not working its coming blank seems some thing pending to edit that i unable to understand plz pm me on skype anuraghsr id and by teamviewer plz do the need full Quote Link to comment Share on other sites More sharing options...
admis Posted December 9, 2015 Report Share Posted December 9, 2015 (edited) i installed this indicator tas in my ninja and put dll files in system32 but not working its coming blank seems some thing pending to edit that i unable to understand plz pm me on skype anuraghsr id and by teamviewer plz do the need full I'm sorry, but I'm not helping here in such a way. The only thing I can advise you is to read this thread from the post #90 (page# 9), but very carefully. Everything is already written and you absolutely don't need to edit any dll files... Edited December 9, 2015 by admis JoeWilson and newbie0101 2 Quote Link to comment Share on other sites More sharing options...
JoeWilson Posted December 10, 2015 Report Share Posted December 10, 2015 anuraghsr, and any who may be having problems installing this. I followed the instructions carefully and it works fine. Many thanks to Admis. newbie0101 and admis 2 Quote Link to comment Share on other sites More sharing options...
Guest anuraghsr Posted December 15, 2015 Report Share Posted December 15, 2015 i have put dll in my window xp windows system32 and import indicator but its come blank plz help me if possible Quote Link to comment Share on other sites More sharing options...
Guest anuraghsr Posted December 15, 2015 Report Share Posted December 15, 2015 [imgur](http://i.imgur.com/n0dcRAE.jpg) Quote Link to comment Share on other sites More sharing options...
Guest anuraghsr Posted December 15, 2015 Report Share Posted December 15, 2015 http://imgur.com/n0dcRAE Quote Link to comment Share on other sites More sharing options...
Tostao Posted December 15, 2015 Report Share Posted December 15, 2015 surely it has to do with the post # 115, check if you already have this library installed newbie0101 1 Quote Link to comment Share on other sites More sharing options...
Guest anuraghsr Posted December 19, 2015 Report Share Posted December 19, 2015 done every thing but unable to achived the target plz help Quote Link to comment Share on other sites More sharing options...
Guest anuraghsr Posted December 21, 2015 Report Share Posted December 21, 2015 plz any body can help here or not? my skype id anuraghsr i am frm a small village from india Quote Link to comment Share on other sites More sharing options...
Tostao Posted December 21, 2015 Report Share Posted December 21, 2015 Tell us if you see any error messages on the log (Control center-windows log) when load the indicator on the chart Quote Link to comment Share on other sites More sharing options...
jff1713006937 Posted December 24, 2015 Report Share Posted December 24, 2015 Thanks All :) Very useful info Quote Link to comment Share on other sites More sharing options...
⭐ zitroc Posted June 1, 2016 Report Share Posted June 1, 2016 Hey guys anybody out there have the latest 2.1B x32 and x64 versions of TAS -- just wanted to get it before it my current gives out. 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.