Rkapers, I'm no expert on AB, but perhaps a "trick" used in MetaStock may work here and force charts to show data gaps. In MS, I always plot a known "gapless"...
Hi Jose, Very interesting idea you presented! I will try this and see if it does the trick in AB as well. It would help me a lot as long as AB cannot force an...
Hi Corey Thanks for your response. After studying your afl implementation for a few moments it suddenly occurred to me what the problem was with my approach....
I've been having a lot of problems with eSignal data feed last couple of days. I installed latest beta (4.54) a couple of days ago ... problem started about...
Can someone take the Heiken-Ashi formula, posted in the AFL Library and write it into a system? The system would take the criteria which causes the bars to...
Hello, can somebody help me on the next thing, How can get the value of the previous MACD bar? TimeFrameSet( inWeekly ); WeeklyMACD = TimeFrameExpand(...
Not sure if HyperTrader's free programs are able to be used with AmiBroker, however they just announced: " Dear HyperTools User, We're pleased to announce the...
Help! Im trying to find the Highest High in the last 50 days then display a vertical line at it's position. The results I am getting don't seem to make sense....
I have my Thresh hold on 5% ! I thought this was only for using the snap to price. I´m talking about drawing line manually based on mouse XY axis. It is...
Hello, I do not have snap to price activated. I can not duplicate your condtition..When I draw a line manually and zoom in or zoom out , the line stays...
Thanks guys I don´t know what I should do without you guys !!! I run this on my ETF list and AGG was creating this problem so I removed it temp. Results of...
Anthony, Thanks for the reply - But I belive this has the same problem I encountered with NewsLetter 2001-Issue 1 examples. ie. What happens if the High in the...
Ok, Thanks for your help Graham & Anthony. I have got the code working. It will display a vertical bar for the Highest High for the last X(50) bars. It will...
One Last Revision - Compacting some of the code for even smaller AFL. // Find BarNumber for Highest High in Last 50 Bars. // // Michael.S.G. Color = IIf ( O ...
Paolo, for example: if on short position ref(low,-1)==100 and open of the day==110 min ( ref(low,-1) , open== 100 but if the low of the day is 105 you can...
Paolo: You have designed a reversal system, meaning that if you are long and you get a short signal, you will exit your long and go short. If you have Reverse...
There are probably lots of simple ways to solve this but I can't seem to make anything work. Assume my backtest interval is one minute and I want to buy at the...
Jose, Showing multiple symbols in one chart (using the PlotForeign function) is indeed solving my problem but only if I show the gapless data as the primary...
Hi Everyone, I have just completed "Manual Stop Entry" indicator which may be usefull for others. (If even just to examine the code to see how it works). Also,...