I'm a new user and need some help on the proper
sequence to nest AFL
scripts... ie; if I want to check the 10 bar unsmoothed stochastics of
the foreign symbol "INDEX" as of the previous bar...
I know the following doesn't work...
Condition = Ref(Foreign("INDEX","StochK(10,1)"),-1)>80;
Can anybody tell me the correct nesting structure?
Thanks, Doug