1) "... the only way to have different timeframes on the same ticker is to change them on the fly ..." Not exactly. After you follow instructions from my...
Can anyone shed some light on "Chart ID". It somehow links charts to panes. Any examples how to use it. When panes have the same chart id you should be able to...
Hi I need help with some piece of code. I want to use SAR as a trailing SL for my long only system. The SAR should start from the buy day and move on till Sell...
Ooops I pressed the Send button befor I was done. So here is the algo again: Buy = Condition1; BuyPrice = X; Sar = X-Y; Sell = Cross(Sar, C); While(Long AND...
Hi cstrader, I would like to display on a daily chart (i.e. green triangles) the weekly bands squeeze (green candle). In the screenshot below, the bands ...
Evo1
Evo1@...
Jan 1, 2006 10:42 am
91805
Use the SAR base code that Tomasz put in the AFL library, and use the Buy as the start -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I...
Hello and happy new year! How can I code the following? go long in a stock when Nasdaq is above the 9 day MA go short in a stock when Nasdaq is below the 9 day...
Lesmond. Really sorry, but i just don't get that. No matter what I try, I find that changing the trading hours using || alt-v - intraday || changes all of...
... Put your own symbol in place of the index, OTC-C. You can look at this in a plot or use it in AA for a backtest. ... index = Foreign("OTC-C", "Close"); Buy...
Please, help me Many thanks ... Please, help me Many thanks Evo1 a crit : Hi cstrader, I would like to display on a daily chart (i.e. green triangles) the ...
Evo1
Evo1@...
Jan 1, 2006 7:49 pm
91812
Can anybody help me with my codes here, please. I am trying to buy at Inside bar high, put a fixed stop at low. Sell at fixed number of bars later (eg, End of...
Hi All: SInce I have not received any reply from support @ AB to this question - I've decided to post this question to the list.. I am trying to compare...
I have been using for some time Amiquote for automatic daily stock price updates from Yahoo with no problem. I have run Amiquote today to get yesterday prices...
I have the following code: BuySetup = condition1 BuyStop = ValueWhen(BuyStop,H); Buy = Cross(H,BuyStop); SellStop = ValueWhen(Buy,L); Sell = Cross(Sellstop,L);...
Thanks T.J. As a new user of your software I am continually discovering the power and flexibility of your software. And to see that it is always being updated...
Hi T.J. I forgot to mention one such example of the power and flexibility of the software. I have been using TC2005 for many years and each night I perform ...
just a quick idea, without testing... BuySetup = Ref(inside(), -1); BuySetup = Flip(BuySetup, Sell); BuySetup = BuySetup and NOT Ref(BuySetup, -1); BuyStop =...
You must use a For Loop to control the stops value and the buy/sells unless the buy and sell are mutually exclusive eg use same inverse conditions like cross...
No one can help me ? ... No one can help me ? Evo1 a crit : Please, help me Many thanks Evo1 a crit : Hi cstrader, I would like to display on a daily chart...
Evo1
Evo1@...
Jan 1, 2006 10:55 pm
91825
Hi Dario, Saturday, December 31, 2005, 1:00:27 AM, you wrote: DP> I have been using for some time Amiquote for automatic daily stock DP> price updates from...
Evo it is holiday season so most would be taking time off, or taking it a bit easier. Have you plotted the conditions that you required for the green dots? I...
Hi Tomasz, I don't think this behavior is particular to 4.75.0 (having appeared earlier), but is there a way you could formulate the program so that the hidden...
Hello, Since it is NOT limited to any particlar tab set/layout (you can move every tab in whatever side you want including tabs that were NOT present on the...
Hi Dave! How did you learn how to do that?? I'm still having trouble learning AB to the point I'm comfortable with it, and I feel embarrassed, when I keep...