It is well known that after sudden news (fe. analyst ratings or after earning reports) the price of a stock can sharply fall or rise. This happens often. But...
402
uenal.mutlu@...
anty3de
Apr 13, 2003 4:48 pm
Here is also some AFL code. Test your system with and without it and compare the results: // add this to the end of your system: LoPerc = -7.5; // set your...
403
uenal.mutlu@...
anty3de
Apr 15, 2003 12:47 am
1.) The most important long term indicator on a daily basis is undoubtedly MACD. 2.) The second one is SlowStochastic, 3.) and the third is BollingerBands. 4.)...
404
Graham
kavemanperth
Apr 15, 2003 12:59 am
I always thought the most important TA item was price action. I have yet to find an indicator that consistently provides me positive returns. Maybe just me. I...
405
dingo
wingnut_1944
Apr 15, 2003 1:22 am
1. Do you trade using these rules? 2. If Yes, are you making money? d ... From: uenal.mutlu@... [mailto:uenal.mutlu@...] Sent: Monday, April...
406
uenal.mutlu@...
anty3de
Apr 15, 2003 1:27 am
Hi Graham, ... Yes, of course, it is of course also the basis for all the indicators. ... In this game there cannot be a guarantee for always positive results....
407
Graham
kavemanperth
Apr 15, 2003 1:39 am
It has been my belief that any indicator is lagging the price action. This is fine in a lovely long trending market where you can be assured of a medium to...
408
uenal.mutlu@...
anty3de
Apr 15, 2003 1:52 am
MessageHi dingo, yes I follow these basic rules myself indeed. And, yes, I also do make some money, but sometimes also lose some; who does not? As said, these...
409
dingo
wingnut_1944
Apr 15, 2003 1:57 am
Thanks! My method? Still trying to find one.. d ... From: uenal.mutlu@... [mailto:uenal.mutlu@...] Sent: Monday, April 14, 2003 9:52 PM To:...
410
uenal.mutlu@...
anty3de
Apr 15, 2003 2:02 am
MessageOops. it should read "minimum" price change (and not "minimal"), sorry. BTW: for the three days 3/10/03-3/12/03 there were many long signals produced by...
411
uenal.mutlu@...
anty3de
Apr 15, 2003 9:40 am
MessageHere is one more tip: 11.) SectorIndex Eventhough the indicators do give a good signal for a long trade, don't enter the trade if the stocks associated...
412
uenal.mutlu@...
anty3de
Apr 21, 2003 9:57 am
MessageHere is Trade Tip #12: If your system finds a stock to trade, then you should first verify that the stock gives also good backtest results by using that...
413
marytalamentes
Apr 24, 2003 8:25 pm
If I email the ami system code, and 5min ascii data for the sp's, could someone please run the simulation for me? My pc is having hardware problems. Thanks, ...
414
marytalamentes
Apr 24, 2003 8:25 pm
If I email the code, and the 5min data in ascii for the SP'S , can someone run the code I have, and verify the results via simulation? I am having a lot of...
415
Eugene
johngalt1234
Apr 25, 2003 3:10 am
Just for the past few days have been pondering on creating this indicator. Basis for index: 1. The number of people trading a particular instrument is pretty...
416
uenal.mutlu@...
anty3de
Apr 28, 2003 8:42 am
Trade Tip 13: Correctly Backtesting a system "under normal circumstances" If you test a system, then you better should define a "normal" situation or...
417
uenal.mutlu@...
anty3de
Apr 28, 2003 10:25 am
Sorry, the formula was wrong. Here's the correct formula: Buy = Buy and (Ref(C,1) >= (0.8*C) and Ref(C,1) <= (1.2*C)); // UM ... From:...
418
bolewood
May 14, 2003 2:58 am
What is procedure to stop receiving email? EJP...
419
dingo
wingnut_1944
May 14, 2003 3:04 am
Read the bottom of this email. The part that says "To unsubscribe from this group, send an email to" d ... From: bolewood [mailto:warton@...] Sent:...
420
Graham
kavemanperth
May 14, 2003 3:04 am
Go to the yahoo group Amibroker site, and set your preferences to stop emails Cheers, Graham http://groups.msn.com/ASXShareTrading ...
421
yourbestfriendjax
yourbestfrie...
May 14, 2003 3:58 pm
I am now increasing my sophisication in trying to write my own indicators/systems. I orgininally thought that it would be too complicated to do in your program...
422
uenal.mutlu@...
anty3de
May 17, 2003 1:03 pm
Hello all, I've created the yahoo group "abtool" for discussions on the AB plugin ABtool and applications/solutions with it. All new releases will be announced...
423
uenal.mutlu@...
anty3de
May 17, 2003 2:25 pm
And here the link to the new ABtool group incl. its files area: http://groups.yahoo.com/group/abtool/ All ABtool related discussions should be posted to the...
424
Ara Kaloustian
akaloustian
May 18, 2003 2:14 am
Could you provide the exact ling ... or give guidance as to where the groups is located ... investments ... computers etc.... A search for "abtool" found no...
425
uenal.mutlu@...
anty3de
May 18, 2003 3:21 am
Hi, the link is http://groups.yahoo.com/group/abtool/ ... From: "Ara Kaloustian" <ara1@...> To: <amibroker-ts@yahoogroups.com> Sent: Sunday, May 18,...
426
joe_volleyguy
May 24, 2003 6:08 pm
What are the variables in the SetTradeDelays function? Boolean? Number of Periods? Thanks, Joe...
427
Tomasz Janeczko
amibroker
May 24, 2003 6:12 pm
Hello, Number of bars. SetTradeDelays( 1, 1, 1, 1 ); delays entry and exit by one bar. Best regards, Tomasz Janeczko amibroker.com ... From: "joe_volleyguy"...
428
joe_volleyguy
May 24, 2003 6:23 pm
429
robertlu007
May 25, 2003 7:13 pm
Hi, Does anyone know how to plot the custom indicator on price chart? When I choose "insert the indicator", it always shows up on sub- window. Thank you for...
430
Marek Chlopek
emcek
May 25, 2003 7:18 pm
... Add to you code: Plot(C, "Close", colorBlack, styleLine); see Plot() in HELP -- Marek Chlopek...