Search found 20 matches

by AlexKendo
04 Jul 2022
Forum: MultiCharts
Topic: I ask for help with the script Power Language.
Replies: 2
Views: 569

I ask for help with the script Power Language.

Hello. I'm just starting to use Power Language and I'm having trouble writing the script. The task is the following. I want to use 1-hour timeframe bars. I want a position to be opened at the specified time of this bar (inside the bar) when the condition is fulfilled. The problem is that with the co...
by AlexKendo
14 Dec 2016
Forum: MultiCharts
Topic: Difference between backtest and real trading [SOLVED]
Replies: 6
Views: 2511

Re: Difference between backtest and real trading [SOLVED]

The problem I have. The problem is that when the real-time strategy and enabled IOG signals are not correct. If you select in the menu "Recalculate" strategy, the strategy change signals! For example, the price was 10 and showed the strategy "Buy." A few minutes later, the price has dropped to 9.5. ...
by AlexKendo
30 Jun 2015
Forum: MultiCharts QUIK
Topic: Автоторговля и реальность
Replies: 3
Views: 2213

Re: Автоторговля и реальность

Да, можно сказать, что отличие бектестинга от реальной. Я много уже прочитал здесь на форумах про отличие бектестинга от реальности. Я просто не могу понять, почему простенькая стратегия на маркет ордерах не отображается корректно при тестировании в реальном времени?
by AlexKendo
30 Jun 2015
Forum: MultiCharts
Topic: StopLoss and PercentTrailing Strategy
Replies: 11
Views: 2067

Re: StopLoss and PercentTrailing Strategy

Thanks. I have this book. The problem is that I wrote on the forum waiting for tips. After all, here we have to do together, as you have written. If EL professionals is not difficult, I can pay for the services.
by AlexKendo
30 Jun 2015
Forum: MultiCharts
Topic: StopLoss and PercentTrailing Strategy
Replies: 11
Views: 2067

Re: StopLoss and PercentTrailing Strategy

I'm not a professional in the EL. It is not clear how to write code execution closing positions via limit orders.

Code: Select all

[IntrabarOrderGeneration = false]
inputs: PositionBasis( false ), Amount( 1 ) ;

if PositionBasis then
SetStopPosition
else
SetStopShare ;

SetStopLoss( Amount ) ;
by AlexKendo
30 Jun 2015
Forum: MultiCharts QUIK
Topic: Почему разные результаты??
Replies: 6
Views: 2314

Re: Почему разные результаты??

Спасибо за совет.

Т.е. исторические данные закаченные с реал-тайма лучше не использовать? Нужно переключится на демо и перезакачать заново? Напомню, данные за 3 года. Неужели в системе, которая в реал-тайм это не годится для анализа?
by AlexKendo
30 Jun 2015
Forum: MultiCharts
Topic: Why different results ??
Replies: 4
Views: 1405

Re: Why different results ??

With all the same instruments. I took a "Portfolio" folder copied to another computer. In QuoteManager also all the same. SMART instruments (stock) used symbols from the TWS.
by AlexKendo
30 Jun 2015
Forum: MultiCharts QUIK
Topic: Почему разные результаты??
Replies: 6
Views: 2314

Re: Почему разные результаты??

Я тоже подозревал про дефект данных в истории.
Я проверил List of Trades, некоторые сделки совпадают, некоторые расходятся...вот и получается, что на истории за 3 года собирается расхождений на 20% от результата на другом компе.

Т.Е. для МЧ это нормально?
by AlexKendo
30 Jun 2015
Forum: MultiCharts
Topic: Why different results ??
Replies: 4
Views: 1405

Re: Why different results ??

I use MC9 + TWS. MC9 running on two different computers (I have two licenses). Mode: TWS bektest in demo mode. There is no real trade. Strategy: One. Equally on two computers. Same time mode. The same number of instruments. Same name instruments. All the same. Result: Different on two computers. One...
by AlexKendo
29 Jun 2015
Forum: MultiCharts
Topic: Why different results ??
Replies: 4
Views: 1405

Why different results ??

I use MС9 + TWS. That noted such strangeness. MС9 running on two different computers (I have two licenses). Portfolio .... The same strategy ... are identical settings and options on two computers..a eventually, after backtest, different results, approximately + \ - 10-15%. A computer Which to belie...
by AlexKendo
29 Jun 2015
Forum: MultiCharts QUIK
Topic: Почему разные результаты??
Replies: 6
Views: 2314

Почему разные результаты??

Использую МС9 + TWS.
Вот заметил такую странность.
Запущено МС9 на двух разных компах (у меня две лицензии).
Портфель....Одна и та же стратегия...полностью идентичны настройки и параметры на двух компах..а в итоге, после бэктест, разные результаты, примерно +\- 10-15%.

Какому компу верить?))
by AlexKendo
29 Jun 2015
Forum: MultiCharts
Topic: StopLoss and PercentTrailing Strategy
Replies: 11
Views: 2067

Re: StopLoss and PercentTrailing Strategy

What is not clear from the logic? In MC9 StopLoss market orders executed. I want to StopLoss and PercentTrailing limit order is executed.
by AlexKendo
29 Jun 2015
Forum: MultiCharts
Topic: StopLoss and PercentTrailing Strategy
Replies: 11
Views: 2067

Re: StopLoss and PercentTrailing Strategy

StopLoss sends a Market Order. I want to send that Limit orders.

If long position:

SetStopLoss;
Sell next bar at (Price StopLoss) limit;
by AlexKendo
29 Jun 2015
Forum: MultiCharts
Topic: StopLoss and PercentTrailing Strategy
Replies: 11
Views: 2067

StopLoss and PercentTrailing Strategy

Maybe someone found a solution ...... can somehow StopLoss and PercentTrailing indicate fulfill orders limit orders?
by AlexKendo
26 Jun 2015
Forum: MultiCharts QUIK
Topic: Автоторговля и реальность
Replies: 3
Views: 2213

Автоторговля и реальность

Здравствуйте. Заметил такую не очень приятную особенность... Выставил стратегию на чарт, оптимизировал, включаю Авто трейдинг и стратегия начинает торговать.... через некоторое время останавливаю автоторговлю, а стратегия на чарте показывает трейды совершенно не те что прошли в автоторговле...особен...
by AlexKendo
23 Jun 2015
Forum: MultiCharts
Topic: Help ! Optimizer not working [SOLVED]
Replies: 11
Views: 4630

Re: Help ! Optimizer not working [SOLVED]

Henry!
I wrote a letter to you with a problem in the P.M.. Please take a look.
by AlexKendo
22 Jun 2015
Forum: MultiCharts
Topic: Help ! Optimizer not working [SOLVED]
Replies: 11
Views: 4630

Re: Help ! Optimizer not working [SOLVED]

I have the exact same problem for MC 9 under Windows 8. It does not work optimization. Can I get a decision .dll. Thank you.
by AlexKendo
11 Jun 2015
Forum: MultiCharts QUIK
Topic: Проблема MC 9 и Windows 8.1 [SOLVED]
Replies: 4
Views: 2903

Re: Проблема MC 9 и Windows 8.1 [SOLVED]

Спасибо за совет, но ничего не изменилось. Со своими стратегиями в МС все в порядке, но у меня проблема с импортной из TS....на Win7 такой проблемы нет Подробная информация об использовании оперативной (JIT) отладки вместо данного диалогового окна содержится в конце этого сообщения. ************** Т...
by AlexKendo
26 May 2015
Forum: MultiCharts QUIK
Topic: Проблема MC 9 и Windows 8.1 [SOLVED]
Replies: 4
Views: 2903

Проблема MC 9 и Windows 8.1 [SOLVED]

Поставил МС на комп с Windows 8.1 и возникла проблема, которая заключается в том, что при выборе Оптимизация стратегии появляется ошибка, которая в принципе даже в окне не показывается. Просто может окно оптимизации вызвать, а при нажатии Оптимизировать, ничего не происходит. Помогите разобраться - ...
by AlexKendo
19 Sep 2012
Forum: MultiCharts QUIK
Topic: Multicharts и IB TWS
Replies: 8
Views: 6436

Re: Multicharts и IB TWS

Спасибо. Все вышло.
Еще один вопрос:
У меня открыт ордер. Через пару минут после запуска программы, из графика пропадает отображение открытого ордера. Тоже самое происходит в Chartrader. Подскажите, что это и как исправить.

Go to advanced search