Search found 32 matches

by Shaman
20 Dec 2019
Forum: MultiCharts
Topic: restore singals after re-install windows
Replies: 1
Views: 1047

restore singals after re-install windows

Hi! I have reinstalled windows. Then I installed the MC and indicated in the settings the path to the old D:\studyserver directory, because it contains many of my functions and signals. But the MC stubbornly does not see them. Question1 - did I have to create an export file of all my developments be...
by Shaman
30 Nov 2019
Forum: MultiCharts
Topic: Limit orders in loop
Replies: 2
Views: 1215

Limit orders in loop

Hi! I need to submit several bids at equal intervals of price. I wanted to do this in a loop. But received an error message. Why can't buy and sell operators be used inside a loop? I am ready to give different names to these inputs. Is there any way around this limitation? Or has nothing changed in ...
by Shaman
30 Nov 2019
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Which Computer to Buy?

video not available
by Shaman
07 Sep 2019
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 1
Replies: 45
Views: 12461

Re: MULTICHARTS 14.0 BETA 1

Thank you for this great update!
You are the best!!!
by Shaman
17 Aug 2019
Forum: MultiCharts
Topic: Trading from Multiple Charts on One Instrument
Replies: 4
Views: 1858

Re: Trading from Multiple Charts on One Instrument

What is your question? I am just a novice user. Therefore, part of my questions and problems is solely due to the lack of experience. I got advice from tech support - not to make several strategies trading with one symbol. After reading several materials on this topic, I realized that there really ...
by Shaman
17 Aug 2019
Forum: MultiCharts
Topic: Trading from Multiple Charts on One Instrument
Replies: 4
Views: 1858

Re: Trading from Multiple Charts on One Instrument

... My suggestion would need just two accounts one long and one short account, instead of 10 different accounts if you run 10 different strategies on same symbol.
thanks for the help!
by Shaman
13 Aug 2019
Forum: MultiCharts
Topic: Trading from Multiple Charts on One Instrument
Replies: 4
Views: 1858

Trading from Multiple Charts on One Instrument

Hi! I need to run several strategies on one symbol. Rather, some of these strategies are unique, but there are also those that I need to run several instances of the same strategy, but with different parameter settings. This is necessary to reduce drawdown. I have studied related documentation artic...
by Shaman
31 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

.... You are doing these copies faster than I expected!... Thanks for the help! And if I would have copied 1 time per minute, how would I write the line correctly? Lua.Exec(LuaState, "f = os.copyfile([D:\MyFile.csv],[D:\MyFile2.csv])"); Lua.Close(LuaState); I have a critical application error at an...
by Shaman
27 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

Try using Robocopy instead of copy. https://sumtips.com/how-to/robocopy-command-line-usage-examples-and-switches/. Place the Lua call within an Barstatus(0) = 2 condition so that it does not run every tick. Alex Thanks for the help! Unfortunately, robocopy also blinks windows. Since I need to copy ...
by Shaman
27 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

Try using Robocopy instead of copy. https://sumtips.com/how-to/robocopy-command-line-usage-examples-and-switches/. Place the Lua call within an Barstatus(0) = 2 condition so that it does not run every tick. Alex Thanks for the help! Unfortunately, robocopy also blinks windows. Since I need to copy ...
by Shaman
27 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

Hi! Unfortunately I could not solve the problem - I just need to copy the file inside the signal. I tried a lot of options. lua himself works for me. If you copy files by invoking the copy command MS DOS, windows constantly blink on the screen, which are intercepted by the cursor, etc. - It certainl...
by Shaman
20 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

Here is a cut and paste from my code which has a path for the java.jar that I am calling. See if that format helps.
Thank you for help!
by Shaman
10 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

If place the bat-file in the MС directory (where the DLL is), then it works. because you do not need to specify the path. temp_str = DoubleQuote + "mytest.bat" + DoubleQuote ; Lua.Exec(LuaState, "f = os.execute(" + temp_str + ")"); But with the path still does not work temp_str = DoubleQuote + "d:" ...
by Shaman
10 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

Hi Shaman, if you use the code example above and just add your copy command within the brackets after the os.execute it should work. Yes thank you! I'm doing this right now. But it looks like I had a war with escaping quotes ("" and /) between PowerLanguage and LUA. I can not win yet. Lua error: [s...
by Shaman
10 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Re: Copy file [SOLVED]

Take a look at the lua thread. ....
Thank You very much! I really do not know Lua, but I hope to understand.
by Shaman
08 Jul 2019
Forum: MultiCharts
Topic: Copy file [SOLVED]
Replies: 13
Views: 3445

Copy file [SOLVED]

Hi! I need to copy a text file from the function code, which I then analyze line by line. Because the source file is changing too fast. In many programming languages, it is possible to call MSDOS commands (file copying, renaming, etc.). There are no such full-time operators in PL. Does anyone have a...
by Shaman
24 Dec 2018
Forum: MultiCharts
Topic: weighted average price when averaging
Replies: 1
Views: 831

weighted average price when averaging

Hi! 1. playing long I bought 10 contracts for the price of $ 100. 2. The price began to decline, but I decided not to leave the position, but to purchase another 20 contracts at a price of $ 90 (averaging). 3. The price has slightly increased to 92 dollars. 4. Now I want to put a stop at breakeven f...
by Shaman
22 Dec 2018
Forum: MultiCharts
Topic: Cyrillic in the PowerLanguage Editor [SOLVED]
Replies: 6
Views: 1972

Re: Cyrillic in the PowerLanguage Editor [SOLVED]

I received a response via email from tech support. I post it - maybe someone will be useful:

"Unfortunately Cyrillic input Is not supported by the compiler we are using."

P.S. Admit it, I still hoped that there will be some key in the regedit :)
by Shaman
19 Dec 2018
Forum: MultiCharts
Topic: compile error:"line 0, column 0" - Low(0) [SOLVED]
Replies: 4
Views: 6716

compile error:"line 0, column 0" - Low(0) [SOLVED]

I ran into the problem Compile error line 0, column 0. I read a few topics about this error. did not help. while the old signals were compiled. I began to cut gradually and calculated the error in the line where instead of LowD(0) was written Low(0). Strange, of course, when the compiler does not po...
by Shaman
19 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

@Shamen, get the fastest machine you can. It takes me three hours to optimize a few parameters on my portfolio strategy using 14 cores / 28 threads. It is a waste of time to try to do it on a four core machine. For trading, four cores work fine. Ignore the argument about Intel/AMD. They both work f...
by Shaman
19 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

perhaps I did not understand you. My English is bad. trading - too. :( I have several strategies. To evaluate them, I need to backtest and optimize (parameters). because of the main job (full time) my time for searching for grails is limited. It's easier for me to buy a more powerful processor — to ...
by Shaman
18 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

... So far I've been very happy with my old quad-core Intel i7-4600M quad core processor. .... thanks for the information! I have an i-7 2600K 3.4 GHz. Here I think on what to upgrade. It is a pity there is no reference example on the forum for measuring different processors at the time of optimiza...
by Shaman
18 Dec 2018
Forum: MultiCharts
Topic: Cyrillic in the PowerLanguage Editor [SOLVED]
Replies: 6
Views: 1972

Re: Cyrillic in the PowerLanguage Editor [SOLVED]

Thanks for trying to help! I actively use comments. Unfortunately, the problem is different - after switching the input keyboard language (from English to Russian) - no Cyrillic character can be physically entered into the editor. The editor itself flickers at the same time (I think it just flushes ...
by Shaman
18 Dec 2018
Forum: MultiCharts
Topic: Cyrillic in the PowerLanguage Editor [SOLVED]
Replies: 6
Views: 1972

Re: Cyrillic in the PowerLanguage Editor [SOLVED]

At a minimum - write comments in Russian. Transliteration annoys me.

As a maximum - to name variables in Russian.

P.S. Sorry for my english. it's all Google Translate. I'm worse :)
by Shaman
18 Dec 2018
Forum: MultiCharts
Topic: Cyrillic in the PowerLanguage Editor [SOLVED]
Replies: 6
Views: 1972

Cyrillic in the PowerLanguage Editor [SOLVED]

Hi!

Do I understand correctly that using Cyrillic in the PowerLanguage Editor is not an impossible problem? Even for comments?
by Shaman
10 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

@Shaman, the 2950X or the 2920X are very good choices. So are the new Intel 9900k and 9700k options which are eight core cpu's and cheaper. Keep in mind that you might not need to spend so much money. My actual automated trading is done on a basic four core server and Multicharts works perfectly. I...
by Shaman
10 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

my computer is old enough and still need to upgrade. but I had previously read the answer / advice of developers on this forum - that with the current version of the program, the processor frequency is more important than the cores. so I want to understand which processor is better to take.
by Shaman
10 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

I do not need it - I am not a scientific institute. I have a simple application question - does it make sense to buy AMD Ryzen Threadripper or not?
by Shaman
09 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

It can already saturate 14 cores / 28 threads on my machine. I think you will need to explain yourself better.
Unfortunately, I do not know English very well. Please do a search in the forum at the word indicated by me and you will see that everything is not so good.
by Shaman
09 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Re: Multicharts 13 - when?

search by word "Threadripper" on this forum
by Shaman
09 Dec 2018
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7172

Which Computer to Buy?

Dear developers!

Can you share the approximate timing of the release the Multicharts 13?
Will it provide full support for parallel computing of genetic optimization (acceleration of work due to multiple processor cores)?
by Shaman
09 Dec 2018
Forum: MultiCharts
Topic: Code to plot historical data
Replies: 5
Views: 2274

Re: Code to plot historical data

Hello MichaelF, The data can be read from a csv file and plotted on a chart using the ASCII mapping feature. It creates a link from the software to the ASCII file with data.... More information: http://www.multicharts.com/trading-software/index.php/Mapping_ASCII Tell me - does mapping work only for...

Go to advanced search