Hi I go on with my purpose: to obtain accurate results from the walk forward analysis. I think I've got it: this is the code that inserts the optimal values...
Ah, marvellous! it goes now very fast, but... aargh! Something goes wrong. My yearly CAR results have changed absolutely! The results now are not similar to...
This is great and will do the trick just fine. I was wondering if anyone had an idea on how to tweak this just a tad to get the seconds left to actually...
You will have to define HFT. If that is high frequency trading I may not be able to answer that question. I trade futures and only one contract at a time and...
Hello, I keep track of stocks using AB portfolio. Recently, a stock has consolidated 10 for 1. AB sees the new price but not the reduction in shares, so I have...
Here is a question I would like to querry the group with: Is there a way using and IIF statement that would allow for the choosing of the proper foreign data...
Hi anybody have afl for this Lookback period should be adjustible ATR parameter should be adjustible New UpMove starts when price moves 3 ATRs up from the...
Hello, I have hundreds of parameters in my system (using Flexible Parameters). My trading mentor wants to learn and start playing with my system in Jan (first...
You could choose the foreign data by examining the market a stock belongs to. In this case, you do not need the IIF function, a simple IF statement will work,...
Hi, Anyone has afl for elliot wave? Thanks Best Regards New Email names for you! Get the Email name you've always wanted on the new @ymail and @rocketmail....
Spoke to IB support, the latest TWS does offer an option to use esignal data It is in the Configure menu of TWS. You can enter your esignal user id and...
Thanks for following up on that Paul. Looks like your persistence, and attention to detail, has paid dividends. It certainly adds value to IB, and AB,...
Re: [amibroker] Looking for Ideas to document my Parameters First: YES: I WOULD LOVE TO HAVE TOOLTIPS ADDED TO THE PARAM WINDOW. GREAT IDEA! You should make a...
Try starting with something like this. You might want to limit the trades when the ATR is lower than some threshold value. This would indicate a sideways or...
Tim, This AFL formula could gives you a good start to adapt with the Herman code. Best regards _SECTION_BEGIN("Advanced Trend Lines"); function GetXSupport(Lo,...
Thank you Tomasz So what I can see form your reply, this example here is correct. But must be a way for a loop to calculate only the last X bars, and not all ...
// Install as indicator and use parameter Trigger to rotate // through watchlist // Change in 5.09 allows the current ticker for the active // document...
Re: [amibroker] Using optimal variables ? I think most of the time we calculate the stop value based on ATR(), or some other volatility measurement. However,...
Hi - Re layouts, a common problem is that people start a new layout by copying an old layout. The problem here is that both layouts will then share the same...