Индюк для
thinkorswim показывающий фракталы на графике - input fractal_length = 5; def up_cond1 = high == Highest(high, fractal_length); def up_cond2 = high > Highest(high, fractal_length)[fractal_length]; def up_cond3 = if close[-fractal_length] then high > Highest(high, fractal_length)[-fractal_length] else high > Highest(high, fractal_length); def frac_up = up_cond1 && up_cond2 && up_cond3; def down_cond1 = low == Lowest(low, fractal_length); def down_cond2 = low < Lowest(low, fractal_length)[fractal_length]; def down_cond3 = if close[-fractal_length] then low < Lowest(low, fractal_length)[-fractal_length] else low < Lowest(low, fractal_length); def frac_down = down_cond1 && down_cond2 && down_cond3; plot up = if frac_up then high else double.NaN; plot down = if frac_down then low else double.nan; up.SetPaintingStrategy(paintingStrategy.ARROW_down); down.SetPaintingStrategy(paintingStrategy.ARROW_up);
Сказали, что на этих выходных у тос "профилактика". В понедельник должен работать.
Авг 13 2011, 19:50Что такое ТОС?))
Авг 13 2011, 20:01As a result of the integration between thinkorswim and TD Ameritrade, there will be outages from Friday, August 12 at 6:15 pm ET through the afternoon of Sunday, August 14. You will be unable to access the thinkorswim website, thinkorswim platform and TD Ameritrade mobile platform. We apologize for any inconvenience and appreciate your patience
Авг 13 2011, 20:19