[amibroker] Dow Jones EOD

2010-06-16 Thread Antonio Jordao Jr
Hi guys, Do you know where I can get a complete DJI EOD database for Metastock. I have e TS that I use in Metastock and would like to compare with the results after rewriting it to Amibroker. I want to import data to Metastock and after that reimport to Amibroker. Regards Antonio

Re: [amibroker] Back Test - does not work in my setup. (SELL)

2010-05-10 Thread Antonio Jordao Jr
Ricardo, Do you intend to open another trade with the opposite cross ? If you don't, go to the SETTINGS and let it on LONG at the Positions field. If you intend to trade long and short, you should add to your code: COVER=BUY; SHORT=SELL; Regards Jordao

Re: [amibroker] Re: Back Test - does not work in my setup. (SELL)

2010-05-10 Thread Antonio Jordao Jr
been initialized. Best Regards --- In amibroker@yahoogroups.com, Antonio Jordao Jr ajor...@... wrote: Ricardo, Do you intend to open another trade with the opposite cross ? If you don't, go to the SETTINGS and let it on LONG

Re: [amibroker] Re: Optimization

2010-05-07 Thread Antonio Jordao Jr
forward the netprofit still high for me. On Fri, May 7, 2010 at 12:21 AM, Antonio Jordao Jr ajor...@netsite.com.br wrote: Are you using it for stocks or futures? Sometimes the settings do all the difference on your results... Regards Antonio From: Ricardo Ribeiro

Re: [amibroker] Re: Optimization

2010-05-07 Thread Antonio Jordao Jr
:23 PM, Antonio Jordao Jr ajor...@netsite.com.br wrote: That´s me... You code has a little mistake at the BuyPrice and SellPrice. It takes the high and low values of the candle, and not exactly the closing values. If you change it, your results will decrease a lot

Re: [amibroker] Re: Optimization

2010-05-06 Thread Antonio Jordao Jr
Are you using it for stocks or futures? Sometimes the settings do all the difference on your results... Regards Antonio From: Ricardo Ribeiro Romero Sent: Thursday, May 06, 2010 11:13 PM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Re: Optimization Tks Mike, another question.

[amibroker] Plotting arrows

2010-04-13 Thread Antonio Jordao Jr
Hi all, I have an AFL to plot arrows for buy, sell, short and cover. Sometimes the exit of a trade is the entry of another. Sometimes not. How can I make the AFL to display the sell and cover arrows with an offset up or down from the buy and short arrows? I can not plot both. If there is a

Re: [amibroker] Re: Bernstein's CTOD as daytrading system- help with afl code

2010-04-07 Thread Antonio Jordao Jr
Could you post exactly how is your new AFL without the trailing stop? Regards Antonio -- From: mateusz.krysiak mateusz.krys...@yahoo.com Sent: Wednesday, April 07, 2010 4:36 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re: Bernstein's

Re: [amibroker] Something wrong: Sharpe Ratio 10

2010-04-05 Thread Antonio Jordao Jr
I think you are buying on NEXT BAR opening and selling on ACTUAL BAR closing, because you gave a delay of 1 to BUY and a delay of 0 to SELL. That means you are selling before you buy. Regards Antonio From: Peter Pan Sent: Monday, April 05, 2010 7:43 AM To: amibroker@yahoogroups.com

Re: [amibroker] Re: Ref function and backtesting

2010-04-02 Thread Antonio Jordao Jr
A good tip is, just after you code your system, click on CHECK at the Analysis menu on the formula editor window. If there is any reference to futures bars, that could interfere with the back test results, it will be immediately pointed. Regards Antonio

Re: [amibroker] HELP ON DDE UNIVERSAL DATA PLUG-IN

2010-03-10 Thread Antonio Jordao Jr
I will kindly disagree with you. DDE server was the best solution for me and works perfectly. It is much better than any live feeds I tryed. Why? Because I live in Brazil and eSignal data is terrible for our market. The only concern about it is the fact we do not have a backfill option.

Re: [amibroker] HELP ON DDE UNIVERSAL DATA PLUG-IN

2010-03-10 Thread Antonio Jordao Jr
wont be easy. take care regards --- On Wed, 3/10/10, Antonio Jordao Jr ajor...@netsite.com.br wrote: From: Antonio Jordao Jr ajor...@netsite.com.br Subject: Re: [amibroker] HELP ON DDE UNIVERSAL DATA PLUG-IN To: amibroker@yahoogroups.com

[amibroker] Plot Buy/Sell/Short/Cover arrows

2010-03-05 Thread Antonio Jordao Jr
I am having some difficulties when the SHORT and COVER rules are different from BUY and SELL. I would like to see both arrows BUY/COVER and SHORT/SELL When I code like this, they are not shown: shapetd = Buy * shapeUpArrow + Sell * shapeDownArrow ; shapevd = Short * shapeDownArrow + Cover *

[amibroker] Range Bar Chart

2010-02-24 Thread Antonio Jordao Jr
Is it possible to create RANGE BAR CHARTS through an AFL? Regards Antonio IMPORTANT PLEASE READ This group is for the discussion between users only. This is *NOT* technical support channel. TO GET TECHNICAL SUPPORT send an e-mail directly to

[amibroker] Importing data from a dde server

2010-02-22 Thread Antonio Jordao Jr
Hi all, I am trying to import data from a dde server to get real time quotes from a local feeder. The command line to import in an Excel cell is : =TWSVR|CMA!'0012CSNA3;3' where =TWSVR|CMA! is the DDE SERVER link 0012CSNA3 is the ticker code (0012 is the origin - BOVESPA and CSNA3 is the

[amibroker] Multiple time frames

2010-02-14 Thread Antonio Jordao Jr
Hi all, I am trying to convert a trading system I used in another tradestation to Amibroker. It is a multiframe system, that uses a higher frame (30min) to allow a lower frame (5min) to enter the trades. Let's call the higher frame system TRIGGER. It works like this: the lower frame goes LONG

Re: [amibroker] Multiple time frames

2010-02-14 Thread Antonio Jordao Jr
: [amibroker] Multiple time frames You can create indicators in any time frame and make decisions based on those. See TimeFrameSet() function - Original Message - From: Antonio Jordao Jr To: amibroker@yahoogroups.com Sent: Sunday, February 14, 2010 12:37 PM Subject: [amibroker