Hi, I am trying to use one formula file to generate multiple, distinct equity lines. The idea is that I will just change the "apply to filter" in Automatic...
OK, i think i know why the confusion: AUX1 and AUX2 are not formatted like a reserved word (like Close , Sell , etc) in the editor. They look like non-reserved...
Nick - I'll take this since I'm here and curious about something. I saw that Keith referred you to BoilerPlate.afl (thanks Keith) on AmibrokerU. Did you...
Is it possible to set value for interest rate to something that changes. For example my data has symbol for 3 month treasury yield. Is there a way to set...
If Tomasz was designing a new language, then this discussion might have been fruitful. And I might even support one of the well thought suggestions. But the...
Are there ways to control cash after a position is closed via sell, and not applystop e.g. If the sellprice is at the open, the cash is available to Buying on...
when you see "//" (without the quote marks) in a line everything to the right of it on that line is ignored. So for the line RSIperiod = 5; // Param("RSI...
Check the IIF function in the Help files. The proper construct is positionsize = IIF(equity() > ma(equity(), 20), -20, -10); Best Regards Rick Osborn ...
Haven't seen that built into AB yet. A feature request for vector-oriented interest rates exists. Custom backtester code can read your yield series and add...
Sure will do that. Best regards, Tomasz Janeczko amibroker.com ... From: Herman To: amibroker@yahoogroups.com ; AmiBroker Support Sent: Friday, November 06,...
Plot(RSI(9),"RSI", IIf(Result,colorRed,0),styleThick |styleDashed) ; 1. AmiBroker has a product manual. 2. AmiBroker also has a buit-in HELP, which can...
Herman,rick,droskill (your kind attention please) HI afl experts Can you give me an afl code with price 30 min candles, vwap1 for 89ticks,vwap2 for 200 ticks...
hELLOW AFL experts Please help I am looking for an afl that has candle chart, 30min, every new HIGHER high marked on chart as HH1,HH2,HH3,HH4 EVERY NEW LOWER...
Thank you! I prefer to stick with the AB editor since I use context help a lot. herman Tomasz Janeczko wrote: Sure will do that. Best regards, Tomasz Janeczko ...
Hello again, I have always been under the impression that trade properties/methods can only be called within a trade loop and signal properties/methods can...
Dear afl experts Please look into this matter and code an afl for me Conditions 1.use of heikin ashi candles 2.use of an envelope-bands(somebody told me these...
Hello, I have trouble finding coming up with the proper code for determining the value of all open positions for any given day (determined by the close!) Is it...
/* This should take care of it. It is a combination of 2 existing posts: One buried in a Reinsley afl and one by Tomasz. The Zig in the Reinsley post is an...
Hello, I would like to decrease Myparam of 0.25 on each clic inside the red button. I complicated with static var but Myparam comes back to 5 as it is declared...
Are you talking about a portfolio equity curve or the equity curve of an individual security? Unfortunately, I think equity() only works for individual...