Hi everyone, You help will be greatly appreciated on this: I want to use (reference) daily infos (like H, C, L, ATR, etc....) in 5 min bars testing code; is it...
Walt, Thank you for taking the trouble to dig out DT's post, which I had missed. Much appreciated Keith ... to ... reference :-( ... was ... the ... ...
Keith, Try first to avoid IIF [a simple multiplication is enough] and use Sig = (C > Ref(C,-1) AND V > Ref(V,-1))*1+ (C < Ref(C,-1) AND V < Ref(V,-1))*2; ...
Hello All, Has anyone successfully implemented Dynaorder to automate your trading with Amibroker? There is not a lot of documentation on the Dynaorder site...
Sid, Yes that's real problem. Some alternative is available already : message boards at http://www.amibroker.net/boards but significant number of people...
Hi, I would like to use Amibroker with RT Data from Tai Pan (Germany). Very good and cheaper data for Eurex. I think it was not possible. Now, there is a new...
with regard to using addtocomposite(ATC): i have backtested ATC with flags=31 and got "Buy & Hold return" shown as "N/A". This appears to be due to the ATC...
Hi I am user of Amibroker RT and i would like to ask some questions to the board. I am more familiar with Qcharts and Esignal... I will probably use IQ feed...
Is there not some way that you could have the Amibroker.net/boards email new messages to a list? Isn't that the missing piece? d ... From: Tomasz Janeczko...
Hi, When I click on the "Auto-UPdate quotes" link from Amibroker, it opens the Amiquote and downloads the data. When I finishes the Import some time Amibroker...
Peter, Why do you set your Initial Equity to a very large number? As long as you set PositionSize=xxx, that's all you need to do, right? In Settings, you...
Friends, Here is the background. 1) I have a 'database' sourced from external source. 2) I need to import *just* 1 security based on an ASCII file, which *does...
... <salil_gangal@y...> wrote: [..] ... The only thing you need is AutoIt http://www.hiddensoft.com/AutoIt/ It's free, well supported and you can automate...
Ron, It was just my wrong choice of words in my reply to Dominic. If you go through the whole tutorial you will notice in step 1 that the setting (Analysis...
William Peters
williampeters@...
Aug 1, 2003 5:16 pm
45363
I would like any feedback about esignal and iqfeed for emini futures. They cost almost the same but I would like to know about bad ticks, glitches, quality of...
... I don't see why the forums on Amibroker.com aren't used. The php stuff makes them quick and organized. I think the threads would be much more readable...
... Hi Salil, I have been using a tool called "Macro Express" for years and it is rock-solid. Here is their web site: http://www.macros.com/ Take a look; the...
Hi, I would like to extract the min/max value between two consecutive points and also measure the duration of two consecutive points. for example: StdErrOsc =...
How Do I --- Implement Limit Orders I have a trading system based on pattern recognition. I am using end of day data and will be processing after the close,...
How Do I --- Move Control of Backtester Trade Settings into the afl System Code I have a trading system that uses both profit target and stop loss, along with...
How Do I --- Use Day by Day Equity as a Filter Assume I have a trading system that gets me into good trades, but does not have an effective exit. I want to...
How Do I --- Use Closed Trade Results as a Filter Assume I have a trading system that generates about six trades a month, each lasting a day or two. I have...
Hello, Yes it IS doable. Check NEWSLETTERS http://www.amibroker.com/newsletter especially http://www.amibroker.com/newsletter/02-2001.html It describes how to...