Energy prices set to soar with supply problems at US refineries, w/ OPEC's cut, and with a cold winter ahead that will add to the shortages Take advantage of...
I found this cool way to post my ad that I created on ALL CUPID.com on a lot of yahoo groups lists... so if you would like come take a look at my profile......
223
amibroker-afl@yahoogr...
Oct 25, 2003 7:28 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the amibroker-afl group. File :...
Hello, I have uploaded new code for Options valuation. This file include europoean non-dividend call/put options valuation and greeks. Test files are also...
Hi Marek, Yes, we seem to have a very exclusive neighborhood here. Maybe we should quit trading and just sub-divide the remaining space! $$$$$ : - ) Steve ...
... Don, This is a library of functions/procedures and you have to downlad all libraries: mcLIB_date.afl - for dates difference in days, mcLIB_statistics.afl -...
Hello, Note that code on ninjatrader.com is outdated. With version 4.46.1 the code does not require any 3rd party plugin. fileischanged = 0; if (LastValue(Buy)...
hello everybody, I wrote short code that plots pivot points on intraday charts. but this code runs very slow. I also don't know how to prevent this code from...
Several authors (Connors & Raschke, Landry) talk about using the ratio of six period historical volatility/100 period historical volatility as part of a...
Hello, As to Historical Volatility you will find appropriate formula here: http://www.amibroker.com/library/detail.php?id=115 Take a look at other interesting...
This should get you going: /* Historical Volatility */ Period1=20; Period2=90; Volatility1 = StDev(log(C/Ref(C,-1)),Period1)*sqrt(365/7)*100; Volatility2 =...
Thanks to both Tomasz and Anthony; as a point of interest, I compared the formula at Tomasz's site and Anthony's formula against what I originally posted as...
John, Changing the Period1 and Period2 variables to 6 and 100....then : ratio=(Volatility1/Volatility2)*100; Is this what you are after ? Anthony ... From:...
Hi Anthony, Yes, the six and 100 period historical volatility ratio (HVR) is what I was after, but first I needed to find out how to derive historical ...
Hello, i want to program an intraday stop-and-reversal system on 10min Data. The reversal idea is: go long if stoplossShort is triggert, go short if...
I would like to run a MACD of the Rel Str of 2 stocks. Does anyone have an afl they would be willing to share? Hopefully I am posting this request in the...
I wish to program a buy signal the condition for which would be different depending on whether current position is short or cash. How can I call what the last...
Larry, As per my previous response, you should use: function MACDa( array, fastper, slowper ) { return EMA( array, fastper ) - EMA( array, slowper ); } Graph0...
Tomasz, Thanks I missed that. What I want to do is optimize the MACD parameters and the signal line for the relative strength. I am a little confused here on...
The following formula runs, but not being a programmer I am not sure if it is done correctly. I am trying to optimize the MACD settings for Relative Strength...
Your formula is correct. Best regards, Tomasz Janeczko amibroker.com ... From: larypowell To: amibroker-afl@yahoogroups.com Sent: Monday, January 05, 2004 7:22...
Group, Here is my version of the Camarilla Equation. 1) I got this off the web and don't know if it is accurate. So if anyone can confirm this it will be...
... Hash: SHA1 Sorry about the test, but I've just changed email address, but the update has only 'stuck39; to some of my groups, not others. - -- Nigel Rowe ...