Блог им. toshackers

Скрипт #ThinkOrSwim для #watchlist

Скрипт #ThinkOrSwim для #watchlist

Показывает число свечных моделей, которые найдены одновременно среди последних свечей графика. Своих настроек не имеет. Больших значений не будет, не позволит отслеживать, когда хотя бы одна свечная модель из группы появится на графике. Для понимания того, что за модель высветилась, нужно поставить индикаторы свечных моделей из соседнего подраздела. Поиск ведется именно среди паттернов с этого диска.

Скрипт #ThinkOrSwim для #watchlist

#Patterns.Показывает число одновременно найденных паттернов на графике (по последней свече)
#Cнять галочку Include Extended Session

def h1Bh2 = high[1]>high[2];def h1Mh2 = high[1]<high[2];def low25 = ((high — low) / 100) * 25;def cBh1 = close>high[1];def hMh1 = high<high[1];def hBh1 = high>high[1];def o1Bc1 = open[1]>close[1];def c1Bo1 = close[1]>open[1];def lBl1 = low>low[1];def lMl1 = low<low[1];def l1Ml2 = low[1]<low[2];def l1Bl2 = low[1]>low[2];def oMc = open<close;def oBc = open>close;def cMl1 = close<low[1];def h1Rh = high[1]==high;def l1Rl = low[1]==low;
def bRevers = (h1Bh2 and close[1]>high[2] and open>high[1] and close<close[1]) or (h1Mh2 and close[1]<low[2] and open<low[1] and close>close[1]);
def ThreeHighLow = (high[2]==high[1] and h1Rh) or (low[2]==low[1] and  l1Rl);
def bBody_overlapping = (c1Bo1 and open>close[1] and close<open[1]) or (o1Bc1 and open<close[1] and close>open[1]);
def Pin = (o1Bc1 and high-open < low25 and high-close < low25)or(c1Bo1 and open-low < low25 and close-low<low25);
def Outside_Bar = (c1Bo1 and hBh1 and cMl1 or o1Bc1 and hBh1 and cMl1) or (o1Bc1 and lMl1 and cBh1 or c1Bo1 and lMl1 and cBh1);
def Inside_Bar = (o1Bc1 and oMc and hMh1 and lBl1) or (c1Bo1 and oBc and hMh1 and lBl1);
def Double_Outside_bar = high[2]<high[1] and hBh1 and l1Ml2 and lMl1 and close>high[1];
def Double_Inside_bar = h1Mh2 and hMh1 and l1Bl2 and lBl1;
def ThreeBarReverse = (open[2]<close[2] and l1Bl2 and low[1]<high[2] and h1Bh2 and hMh1 and close[1]<low[1]) or (open[2]>close[2] and l1Ml2 and low[2]<high[1] and l1Ml2 and lBl1 and low<high[1] and close>high[1]);
def DoubleBars = (c1Bo1 and h1Rh and oBc and close<high[1]) or (o1Bc1 and l1Rl and oMc and close>high[1]);

plot out = bRevers+ThreeHighLow+bBody_overlapping+Pin+Outside_Bar+Inside_Bar+Double_Outside_bar+Double_Inside_bar+ThreeBarReverse+DoubleBars;

Полная библиотека индикаторов в нашем блоге goo.gl/9JRWUi

 

теги блога toshackers

....все тэги



UPDONW
Новый дизайн