Brian, I never used MCS analysis in a formal way I guess but when developing portfolio systems I did do some research on the effect of adding noise to entry...
Hello Progster I use Market Profile formula in 15 minutes chart. My database is a future in 1 minute. I run AB v: 5.17 My Intraday settings are : Day session...
Hi, I will soon finalizing my Heatmap code and I am looking for some beta testers, just to make sure it doesn't have any major problems before I post it on the...
I believe that ValueWhen will do what you want, as shown below. PrevClose = Ref(Close, -1); Indices = BarIndex(); Rising = Close > PrevClose; FailureBars =...
Dear TJ, This is a heartfelt plea for you to prioritise fixing two AB bugs that have been causing me all sorts of problems for months. They are pretty ...
Herman et al, IB works and so does Esignal. Esignal is really the better choice - the data is pretty much the most reliable (that is a big reliable) and ...
Since the purpose is for price pattern research we do not have to worry about "looking into the future" of the zigzag indicator. Varying the "change" parameter...
Re[2]: [amibroker] Re: The ultimate charting challenge for AB? Thanks Anthony, I am re-subscribing to eSignal today --- three weeks without it was too much to...
It is not always the programs fault either. Take the British Pound for example. The futures contract trades on the CME (Chicago) but is really dependent on the...
Re[2]: [amibroker] Re: The ultimate charting challenge for AB? yes, for advanced traders it would no doubt be complex. But we have to start somewhere... simply...
For forex and gld/slv I often use Oanda. They also offer an api, monthly costs depending on activity. Has anybody used this? Is there a plug-in available? Btw,...
Thanks, so Close will still show in the wizard, but Industry will show in actual format file. Cool. That way I can update the Sector and Industry and Market...
still. i am not sure why you did not consider dtn. i find dtn to be a billoin times better than esignal and a lot cheaper. you get delayed North american (us...
Re: [amibroker] Re: The ultimate charting challenge for AB? Yes, no foreign markets, the idea is to access foreign markets. However, i am not sure how fast I...
Greetings all -- I have received a couple of inquiries about using the equity curve to control the logic of a trading system. Pasted into this posting is a ...
Hi Anthony -- You wrote: "It is not always the programs fault either. Take the British Pound for example. The futures contract trades on the CME (Chicago) but...
Hi Ed, and all -- Your wrote: "with an incomplete database or dataset I meant that many symbols have disappeared over the years through bankruptcies or...
Hi Jorgen -- I am using DTN IQ real-time data. I am a willing beta tester. Thanks, Howard On Sun, Feb 1, 2009 at 3:49 AM, jorgen_wallgren ... Hi Jorgen -- I...
Hi Brian -- I am writing a third book -- Advanced AmiBroker. It will have sections on portfolio management, risk assessment, position sizing, options pricing,...
Hello Guys, I have too a question concerning the IB plugin. I want to send a trailing stop order with for an example of 15%. I read the documentation at...
Interesting example Howard - thanks for sharing. I'll admit I don't understand why this would work as a piece of code - how can you have Amibroker compute a...
There are a couple of ways to do this. 1. Send and order. In your code monitor for the fill. Then get the the fill price. Then send a trailing order 15% above...
Hi Damian -- Yes, the Equity() function returns an array. When that result is assigned to a variable (which must also be an array, and which it will be unless...
Hi Howard, You have been busy today. Glad you posted because I left a lot of people off my Christmas honour roll, who should have been there, and you were one ...