Hi folks, What I want: Is to have one window with a particular stock (for example ADBE) and another window of a single sheet with the industry group associated...
Hello, Daily_50Dayema=WriteVal(TimeFrameExpand( Daily_50EMA,inDaily), 1.4 ); buffer = IIf( StrFind(Name(), "JPY"), 0.3, 0.003); In the above code, I would like...
Does this do what you want? daily_50dayema = writeval(iif(name() == "JPY"), (.....), (...))); Bill ... From: Padhu To: amibroker-afl@yahoogroups.com Sent:...
Hello, Are there any trading interfaces available to connect Amibroker with any FX trading platforms for automatic execution for signals generated from...
Hello, I would like to add a unique ID for every alert generated by using a combination of the datetime function and the symbol name. Alert_UniqueID =...
Hello, Is it possible to compute fib levels (using most recent 100day high/100day low) and plot them on the hourly chart?. If anyone has ideas on AFL for this...
Hello, I would like to know if anyone is using amibroker to autotrade Forex?. I haven't seen any clear answers. Worstcase is anyone aware of any FX platforms...
Hello, this gives you the High and Low of the Last 100 days. The rest is yours. TimeFrameSet(inDaily); Dayhigh100 = HHV(H, 100); Daylow100 = LLV(L, 100); ...
Folks, Say i have buy = condition1; Alert gets generated...Now few bars later again condition1 matches and another alert gets generated. So i'd like add a...
I expect to be flamed, but I beg you to RTFM.. Bob ... From: amibroker-afl@yahoogroups.com [mailto:amibroker-afl@yahoogroups.com]On Behalf Of Padhu Sent:...
Hi Bob, Not sure I understood what you mean here RTFM?. Cheers,Padhu ... From: Bob Jagow To: amibroker-afl@yahoogroups.com Sent: Tuesday, July 10, 2007 7:29 PM...
Ok. If I guessed what ur what you were trying to say, thanks for your "contribution". I thought the purpose of the mailing list list is to share what others...
Here is one method buy=condition1 and sum(condition1,5)==1; also remember that a single = means allocating a value to a variable. To check if it is equal to...
Hello Graham, That additional equal to made all the difference. Thank you so much for the answer. It works great. I appreciate you taking the time to solve...
Please tell me how to overcome the following limitations of Amibroker 1)We cannot set bollinger bands for a period more than 100 2)We cannot set RSI and...
Hello, Locate BBand section. Highligthed number is the one you should modify. Then press "Apply Indicator". _SECTION_BEGIN("BBands"); P = ParamField("Price...
dear sirs , we can place buttons in the tol bar for 1mnute,5 minute,15 minute, tick , hour periods of chart. but how it is to place button for 15 seconds. ... ...
please help me does anyone have an afl for elliot wave? not like elliot wave oscilator or ell wave like zigzag but, more. like numbering and calculation like...
I purchased Dr Bandy's books "Intro to Amibroker" and "Quantitative Trading Systems" which are now on the Amibroker home page and they both have a lot of AFL...
Dear Members, Can anyone help me by coding my simple requirement of inserting the following: 1)Pivot Point 2)3 Levels of Support and 3)3 Levels of Resistance ...
AFL Projects for the UKB Please answer to this email on AmiBroker-afl . As I unannounced on the main list I have an assortment of ideas and code (nothing...