Can anyone help me make the example below work? Condition1 = Open > ref(close, -1); Condition2 = Open < ref(close, -1); Buy = Condition1; Sell = OpenProfit >=...
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 : /PFChart...
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...
Hi, browsing Herman's list, this is a relevant issue (at least for me) when designing trading systems, even when using intraday data (eg 5 min data): 29. Which...
To moderator, I would be honored to assist with moderating this group, helping to keep spam out, clean out the files, etc. There is a growing interest in...
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...
[OT] AmiBroker-afl I just noticed that last activity on the -afl list was in July of 2008. Would anyone know if this list is still active? thanks, herman...
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 ...
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...
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 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 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...
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...
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, 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, Are there any trading interfaces available to connect Amibroker with any FX trading platforms for automatic execution for signals generated from...
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...
Hello, I'm new to amibroker and have still a lot to learn. I've some ideas, but have trouble coding them. Some help would greatly be appreciated. - The first...
Hello, I have a .csv file that I wish to use to store symbols and dates of stocks I wish to exclude from backtesting and explorations. Matching the symbol was...
Hi, I have a practical question regarding coding style and which way is better from a performance execution standpoint. Perhaps Tomasz or anyone else has an...
Hello folks, I would like to code a cycle indicator that basically starts with 1 on seeddate and then goes upto +20 and then starts counting down from +20 to 0...