Hi
I'm beginning to learn programming with AFL.
I tried to code a basic stop-and-reverse system which buys and sells on price crossing over SAR. I think I may have done some error in the coding, because instead of Buying and Selling on the crossover of the price on the SAR 'dot', the system...
Hi.. Does anyone know how to call another executable or any other program from within a AFL?
I need to send myself some alerts on email while I work in office. I have written a small vb.net program and I want to invoke/call this program from AFL after certain conditions are met.
Hello,
I'm new to AFL coding. I have designed a system that I wish to backtest. Everything works fine but I'm stuck at one simple point. I wish to keep #of shares constant & not to increase with increase in my capital.
For example, I wish to trade in 2 lots of Nifty. than how do I let...
I am new to this community and intend to be regular visiting member.
I am using Amibroker as my trading tool and looking for some alf's related with Bollinger Bands.
Thank You.
Hello,
I need an AFL for the following conditions: It can be reffered to as modified RSI DIvergence.
1) Let L = bottom of the RSI(close,14) for last n days.
2) Let Close at L be P.
3) Q = RSI of Today.
4) M = Today's CLose.
Buy = Q > L AND P < M
There are many more features added...
I am new to Amibroker 5.30. I want the best/perfect formulae for (NSE/BSE) for generating buy and sell signals for the NSE. I prefer trading with a weekly targets. The formulae (AFL) should be able to generate targets also. Can you please help me with this ?
Can any one solve these errors ? in this afl ?
_SECTION_BEGIN ( "Chart Display Theme" );
ChartDisplayTheme = ParamList ( "Chart Display Theme", "White background with B/W candles|Black background with R/G candles", 1 );
param_ShowSystemTitle = ParamToggle ( "Show System Title ?", "No|Yes"...
dear,
i need help in creating AFL for stock alert with pop-up window.
conditions: 13 EMA is above 34 EMA, 55 EMA is above 144 EMA and
RSI & Stochastic is below 20 and headed upwards.......
then to give buy alert with pop-up window.
and
13 EMA is Below 34 EMA,55 EMA is Below 144 EMA...
Greetings All, will some one code this basic accumulation code in AFL for me and all others too? Thanks so much. :)
if (this is the start of a new month) then
set buy flag = true
if (buy flag == true) and
((close today is less than 1%
below the close five days ago)...
Hello Traderji,
I am a swing trader and recently bought Amibroker 5.30. I have a trading system which needs to be coded as per AFL. Kindly Help me.
Chart: Daily
Indicators: Slow Stochstic (9,2), SMA 90.
Buy = When Slow Stochastic (9,2) crosses the 20 Level from below & Closing price...