I notice that AB puts a temp file called NSBasig.stg on my computer Can not find it in the documentations What is it and what is AB using it for? I ask since...
Fred, Tried to figure out where it came from I am almost positive that Batman and or IO produces it now So when I thought it came from AB it actually comes...
I am a vb.net user who would like to call com objects that I create in vb.net through AFL. I believe that these should, in the end, work much like the c++...
Again, for those that are genuinely interested, *.afl does its calculations using single precision floating point numbers. If the orbital calculations require...
Hello , Is there a way or setting I need to set , to use the McClellan Index Thomasz has posted in the libary ? I use Quote+ data but still only get a empty...
I've seen references to it, as in Year()! or Month()!, but don't know what it means and didn't find an explanation in the Help files. TIA. Luck to all, ...
Graham, According to the AFL Reference, "FirstVisibleBar" returns the bar number while "FirstVisibleBarIndex" returns the bar index. With respect to Fred's...
Mark - Do you use MS ActiveSync? http://filext.com/detaillist.php?extdetail=STG Steve ... From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent: Friday,...
Powerscan is not Free !!! You pay a one time fee for the key file. Getting
it from someone else is STEALING!! If you can't afford it, don't use it! Haven't you...
Put SetBarsRequired(10000,0) at the beginning of the code (overrides QuickAFL) and both sets will return the same values. Note, if blank right bars are...
Bill, Thanks! I think you've identified the problem that I'm having. I would like to read up on QuickAFL, but I'm not having any luck finding anything. I've...
Bill, Sorry, but I meant to ask in my response to your note why "FirstVisibleBar" and "FirstVisibleBarIndex" would return the same values. According to the...
Hi Thomas, Someone mentioned in another thread that the MT4 plugin allows only the specific timeframes from MT4 in AB. Is this correct? With MT3, we have...
What are you searching for? Here is what came up with a QuickAFL search. Bill ========================================== Added chart timing display (you can...
This doesn't work for me. For example, if I edit RSI I get: SetChartOptions(0,0,chartGrid30|chartGrid70); periods = Param( "Periods", 15, 1, 200, 1 ); Plot(...
Hello Prashanth, I didnt get u when u said monthly returns but this is what i have maybe that can solve the purpose or give u some leads. and for limiting ur...
Now #include works!!! I did as you said. In "PR2" I wrote: #include <PR1.afl> xyz = C*ind(); Plot(xyz,"", colorRed); Thank you so much for the professional...
They are both zero based but BarIndex() returns the array from 0 to "firstvisiblebarindex" (or "lastvisibilebarindex"). BarCount is the number of things in...
Graham, I'm sure #include would work, but I am having a problem just including the indicator into my system. The system is not recognizing the indicator. I...
Hello, Can anyone guide me how can i import alias to my symbols in one go like we can do it with ascii import the fullname()with no quotes. I searched but...
Hi James, What version of AB do you have? How do you select RSI for example? Instead of clicking on it or dragging it, you can't right mouse click and get a...
Hi Dave, I am encountering the same issues as James.When you right click on the indicator and hit EDIT,you dont necessarily get the full code for the...
For me ... Right click and edit brings up the same code as when I open it directly with the formula editor i.e. all of it ... periods = Param( "Periods", 15,...
Bill, Thanks for the references on QuickAFL and "Display Chart Timing". I understand the situation better though I'm curious as to what QuickAFL is and why it...