Уважаемые трейдеры, помогите разобраться 60 дней юзал
thinkorswim демосчет, после чего он отрубился, как я и предполагал. после этого я зарегился на новый почтовый ящик, с новыми паролем и никнеймом войти не получилось, пишет ту же ошибку. попробовал удалить и снова установить, не получается, выдает .txt - файл со следующим текстом "Could not display the GUI. This application needs access to an X Server. If you have access there is probably an X library missing. ******************************************************************* You can also run this application in console mode without access to an X server by passing the argument -c" У кого-нибудь такое было, ОЧЕНЬ ПРОШУ, ПОСОВЕТУЙТЕ ЧТО-НИБУДЬ
input offset = 1 ;
Окт 08 2013, 19:08plot InsideBar = if close < close[1] then high + offset else double.NaN;
insideBar.SetPaintingStrategy(paintingStrategy.POINTS);
InsideBar.SetDefaultColor(color.LIGHT_GREEN);
insideBar.SetLineWeight(5);
insideBar.setHiding( if(close > reference SimpleMovingAvg(length=21),1,0));