PureBytes Links
Trading Reference Links
|
if i have a password protected formula that requests a period to be entered
eg. 20
it draws the chart real well.
now i would like to write an exploration that will allow me to scan for the
indicator at a certain level. for example:
the WB "cycles" requests a period: i enter 20.
to scan for all charts where WB "cycles" with a 20 value is below 10.
how do i write this:
Fml("cycles")<10; period Fml("cycles")=20;
any ideas ?
mike arnoldi
|