AFL multi time frame explorer : Need help

Is there even more ignorance possible? I guess it is the ultimate one been seen so far. Would you please care to read How to use this site! @Tomasz has added a comment in first post of this thread and you still don't even bother to read it. It is amazing.


BTW, in your first post you were writing

to identify the scripts whose RSI in 5 min time frame >70 ...

Since we are talking about programming software here a script is a piece of code, a program! See Meaning of "script". Instead the one that you actually mean is ticker or symbol! Please write proper English that is understood by everyone. But please don't invent new meanings that don't exist and may cause confusion. Thank you!


And last but not least... the reason of why result output shows same values in your analysis is a simple one (it has been posted two times in different threads already):
Analysis interval setting is independently set from chart interval!
So just go to Analysis settings -> General <- tab and choose -> Periodicity <- there.

In your case it would have to be minimum 5-min. Since you are applying timeframe functions on 5-min interval too just set to minimum 1-min interval in analysis settings.

And another hint... if you want to know the set analysis interval being applied on each exploration run then simply add a line of AddTextColumn() to your code (-> script).

So,

AddTextColumn( Interval(2), "Set Interval", 1 );
3 Likes