Search found 9 matches

by JensOhle
30 Oct 2023
Forum: MultiCharts
Topic: How to use ELCollection to read last row from a file? [SOLVED]
Replies: 4
Views: 434

Re: How to use ELCollection to read last row from a file? [SOLVED]

rrams - Yes it works. Thank you so much rrams! Could it be column 1 is its internal index for the file? JensOhle - Thank you JensOhle! Any chance you may have any idea about rrams's question on column 1? @TJ: I learned so much from the "TJ style of responses" that I try to imitate you here ;-) @rc7...
by JensOhle
25 Oct 2023
Forum: MultiCharts
Topic: How to use ELCollection to read last row from a file? [SOLVED]
Replies: 4
Views: 434

Re: How to use ELCollection to read last row from a file? [SOLVED]

Hey rc76 ... this is not how ELC stores data ... you should not think like importing a csv file into excel row by row ... please read carefully the section below "Value1 = ListC.ReadFile(ID, FileName);" on page 14 in the ELC documentation (attached) ... instead of rows, ELC uses columns ... it's mor...
by JensOhle
25 Oct 2023
Forum: MultiCharts
Topic: Developing studies & operating on two machines [SOLVED]
Replies: 1
Views: 343

Developing studies & operating on two machines [SOLVED]

Hi there! I changed to a two machine setup: developing studies in the morning on one machine (A) and trading live in the afternoon on another (B). There is an option to change the location to store studies into a cloud drive (which I was using already beforehand). In "Studies" the files are stored i...
by JensOhle
15 Mar 2022
Forum: MultiCharts
Topic: RAM/memory error with ELCollections
Replies: 0
Views: 537

RAM/memory error with ELCollections

Bildschirmfoto 2022-03-15 um 16.52.40.png Hey there! May be someone had the same issue or knows what the issue might be ... Thank you! I'm trying to use the ELCollections.dll for a study through addressing it directly (not through the MC wrapper function - "_" not "."). Compiling works well, but th...
by JensOhle
08 Mar 2022
Forum: MultiCharts
Topic: DOM order entry - Stop Limit with "one-click" only [SOLVED]
Replies: 2
Views: 690

Re: DOM order entry - Stop Limit with "one-click" only [SOLVED]

Thank you Kate :) ... the first one, was the one I needed ... I admit that I missed the "Keyboard Shortcuts" section in the File menu ... it's a pity that the short-cuts are not mentioned in the MC Wiki https://www.multicharts.com/trading-software/index.php?title=Chart_Trading_Orders_and_Strategies#...
by JensOhle
03 Mar 2022
Forum: MultiCharts
Topic: DOM order entry - Stop Limit with "one-click" only [SOLVED]
Replies: 2
Views: 690

DOM order entry - Stop Limit with "one-click" only [SOLVED]

There are times (and/or markets) were liquidity is dismal and velocity is extraordinary. Like in these days, a regular limit order may result in serious slippage. Thus, at the moment me and my colleagues work with stop limit orders only (Yes, I/we know: there is no guaranty with market gaps, but for...
by JensOhle
08 Apr 2020
Forum: MultiCharts
Topic: volume delta single candle - no cumulative delta
Replies: 8
Views: 3193

Re: volume delta single candle - no cumulative delta

No sure how this topic was solved ... I found the thread from a google search "multicharts volume delta single candle"

In 2013 ABC published their script in an indicator providing this feature.
https://www.multicharts.com/discussion ... p?t=12914
by JensOhle
25 Jul 2018
Forum: MultiCharts
Topic: PosTradeCount(PosBack) | Suggestion for more notes/details
Replies: 2
Views: 962

Re: PosTradeCount(PosBack) | Suggestion for more notes/details

In addition I wanted to share a function that needed that kind of information, so may be other developpers have it a bit easier ... If the pros find some flaws, please comment ... Thx. JO. ------ // PosTradeOpen:TrueFalse; // Returns true if the entry/trade with the entry name string as input is sti...
by JensOhle
25 Jul 2018
Forum: MultiCharts
Topic: PosTradeCount(PosBack) | Suggestion for more notes/details
Replies: 2
Views: 962

PosTradeCount(PosBack) | Suggestion for more notes/details

Suggestion: Give more details/information about the functioning of the PosTradeCount(PosBack) keyword. More specifically, the description "if there is a single entry and multiple scalping exits, ..." in the "Notes" section is kind of misleading. I thought in the beginning that the count would decrea...

Go to advanced search