• Добро пожаловать в Пиратскую Бухту! Чтобы получить полный доступ к форуму пройдите регистрацию!

Результаты поиска

  1. PlayerFTH/N

    AI Рынок криптовалют.

    03:24:46 Ошибка в 114:0 mismatched character '\n' expecting '"' //@version=4 strategy(title="Combined signals with Take Profit and Stop Loss",overlay=true) // Define trading session session=tradingsession.regular nullsession = tradingsession.regular tradingsession =...
  2. PlayerFTH/N

    AI Рынок криптовалют.

    Исправь код что бы его можно было импортировать в Pine TradingView session=tradingsession.regular nullsession = tradingsession.regular tradingsession = input.session(title="Trading Session", defval="24x7") sessioncolor = tradingsession=="24x7" ? na : (tradingsession=="0900-1630" ...
  3. PlayerFTH/N

    AI Рынок криптовалют.

    Script could not be translated from: null session=tradingsession.regular nullsession = tradingsession.regular tradingsession = input.session(title="Trading Session", defval="24x7") sessioncolor = tradingsession=="24x7" ? na : (tradingsession=="0900-1630" ? #33FF33 : #FF3333)...
  4. PlayerFTH/N

    AI Рынок криптовалют.

    Script could not be translated from: null session=tradingsession.regular tradingsession = input.session(title="Trading Session", defval="24x7") sessioncolor = tradingsession=="24x7" ? na : (tradingsession=="0900-1630" ? #33FF33 : #FF3333) bgcolor(sessioncolor, transp=50)...
  5. PlayerFTH/N

    AI Рынок криптовалют.

    Script could not be translated from: null session=tradingsession.regular strategy("Combined signals with Take Profit and Stop Loss",overlay=true) // Inputs for MA+EMA signals fast_ma_length = input(title="Fast MA length", type=input.integer, defval=10) slow_ma_length = input(title="Slow MA...
  6. PlayerFTH/N

    AI Рынок криптовалют.

    Script could not be translated from: null session=tradingsession.regular strategy("Combined signals with Take Profit and Stop Loss",overlay=true) // Inputs for MA+EMA signals fast_ma_length = input(title="Fast MA length", type=input.integer, defval=10) slow_ma_length = input(title="Slow MA...
  7. PlayerFTH/N

    AI Рынок криптовалют.

    Script could not be translated from: null session=tradingsession.regular strategy("Combined signals with Take Profit and Stop Loss",overlay=true) // Inputs for MA+EMA signals fast_ma_length = input(title="Fast MA length", type=input.integer, defval=10) slow_ma_length = input(title="Slow MA...
  8. PlayerFTH/N

    AI Рынок криптовалют.

    Script could not be translated from: null session=tradingsession.regular strategy("Combined signals with Take Profit and Stop Loss",overlay=true) // Inputs for MA+EMA signals
  9. PlayerFTH/N

    AI Рынок криптовалют.

    02:56:04 Ошибка в 90:1 Mismatched input 'strategy' expecting 'end of line without line continuation' // Long entry long_entry_condition = long_entry and close < tp1 if (long_entry_condition) strategy.entry("Long Entry", strategy.long) strategy.exit("TP 1 Long", "Long Entry", limit=tp1)...
  10. PlayerFTH/N

    AI Рынок криптовалют.

    02:51:54 Ошибка в 100:63 no viable alternative at character ';' //@version=5 session=tradingsession.regular strategy("Combined signals with Take Profit and Stop Loss",overlay=true) // Inputs for MA+EMA signals fast_ma_length = input(title="Fast MA length", type=input.integer, defval=10)...
Сверху