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...
Hello, I am relative new to Amibroker and am trying to migrate some stuff from TradeStation to AB. The IIF statement has me in tangles and I would appreciate...
Hi Joris Thanks very much EXCELLENTO!!!!!!!!!!! regards rvlv ... From: Joris Schuller <jschuller@...> Subject: RE: [amibroker] fl for new highs and new...
Hi, What you are suggestiong is going to be both difficult and error prone. 1. I am not aware of any way to get the name of the active formula, other than...
You are describing a chicken and egg problem. In order to execute your script, you must start the scan/exploration/backtest. Once the scan/exploration/backtest...
Permission and scope are the same thing. If you can't see it (i.e. out of scope), you can't use it. If you can see it (i.e. in scope), you can use it. ...
You can call object methods anytime you have a valid object. The question is, where did the trade object come from? It is perfectly valid, for example, to do...
Are you trying to show the total value combined of all open positions? If so, you should be setting your custom metric on the backtester object itself (i.e....
mac_bosh: Thank you very much, that did the trick for getting the correct values. I am now battling with preventing the stop widening - in TradeStation 2000i...
You are missing a clause in your translation for the Trade Station part: AND buystop < buystop [ 1day day ago] Also, rather than recalculating the offset array...
Mike Your reply is appreciated however I am now running into a difference between AB and TS2000. Basically in TS2000 the buystop does not widen at all since...
You would have to provide more information. Specifically, how did you initialize buyStop? What is the final code that you ended up with in AB for the IIf...
Thanks for clearing that up, Mike! CBT documentation is pretty vague sometimes, imho. Markus ... From: Mike To: amibroker@yahoogroups.com Sent: Sunday,...