Hello, I strongly recommend to UPGRADE to 4.70.3 RC3 http://www.amibroker.com/download.html By using ancient beta you are asking yourself for trouble. So...
Hi Tomasz, Was wondering whether and how you intend to follow-up on the Bloomberg link, now that there are 4 or 5 of us interested in such a connection. You...
Hello, Precisely speaking they are created not while editing, but at the time when you APPLY the indicator or press "Verify" button. Exact procedure is: 1....
Hello, ... IB API does not provide such functionality. IB API provides way to: - get streaming data - place orders - retrive order/account information The only...
Hello, No, current plugin is written for API 8.30. The work on next version of IB plugin that will support API 8.41 continues. Best regards, Tomasz Janeczko ...
A few hours ago, I did as you and others recommended. I have learned various parts of the AFL language that I extensively use very well, but I was reluctant...
Padhu, Here is a crude version of what you asked for. But i hope you'll find it easy to embellish. Herbert:- range = Prefs( 10 ); _N( ranstr = "("+WriteVal(...
I want to place code behind my chart to sound an alarm when a trendline is broken. The code below does not seem to work. What am I doing wrong. Your help is...
Thanks Tomasz and MagicTH for your comments: Tomasz: Ok, i see what the problem is now. However, i was just wondering why is any FOR loop index always tied to...
You could use an extrenal table for independant arrays, like OSAKA. Or for short arrays I prefer simply to use a number of static variables (dynamically named...
Hi, Something i received in mailbox . Short term, the market on Tuesday 3/29 had only 15% of all stocks trading above their 20 day moving average. This is a...
Is there a way (using OLE) or whatever to set the analysis screen value - Scan every (min): I can start up AB to schedule, as well as IB, but I have to be...
Can someone tell me what I did wrong on this code? Thanks! Brian w = Month(1) AND Day(1); x = Month(4) AND Day(1); y = Month(7) AND Day(1); z = Month(10) AND...
Refer to the help file; "Month" and "day" functions have no arguments... this should be coded; w = Month()==1 AND Day()==1; x = Month()==4 AND Day()==1; y =...
It's not clear what you're trying to do. Are you trying to mark certain dates? If so, I think you need to convert to DateNum() format. The formula is in HELP. ...
Hello, A new plug-in for TC2000/TCNet and TC2005 is available now. The only change compared to previous version is the change of registry key check to handle...
When I back test and optimize, there are usually one or two stocks which throw off the profit because they had one large gain. I do not want to consider...
While there MAY not be a way to set this field in automation, one thing you could certainly do is execute a time spaced scan i.e. For i = 1 To n Scan() ...
Hello, Definitely in April but when exactly - I can not tell yet. Best regards, Tomasz Janeczko amibroker.com ... From: "Eugene" <eugenecpinto@...> To:...
P R O F E S S I O N A L E D I T I O N (Version 4.70.3, Build date: Mar 24 2005) When plotting on white have tried the "styleThick" but it is no different...
There are a number of archived messages discussing Ehlers' indicators. I checked his Mesa Software website and it is very sparse with only info designed to...
Checking to find out if you have considered adding '# Trades" in GetRTData list?? I'm not sure others feel this is important but it would help me a bunch. We...
See attached file. Plotted on YM futures today at end, one minute. All the three lines are IDENTICAL and not dotted and narrow. Must be a bug. I set the lines...
I have used his indicators mostly for day trading and read most of his publications and books.... My experience is that to understand the material you need...