Search found 8 matches

by k-hen
16 Jun 2010
Forum: User Contributed Studies and Indicator Library
Topic: Trade File Import Indicator
Replies: 2
Views: 3494

Trade File Import Indicator

Hi All, I wanted to be able to review my trading activity in MultiCharts so I set to work on this indicator or rather a series of indicators. Since my trade history is stored in a database - I'm able to write this data to a file and import it using ELCollections. I would really appreciate any feedba...
by k-hen
16 Jun 2010
Forum: User Contributed Studies and Indicator Library
Topic: Maximum/Minimum Functions
Replies: 2
Views: 2935

If you're looking for a max between variables then you can create a new function, call it Max as returning numeric and simple function storage. Then paste this in the code section: inputs: v1(numericsimple), v2(numericsimple); Max = iff(v1>=v2,v1,v2); and compile ... you can then use the function li...
by k-hen
16 Jun 2010
Forum: User Contributed Studies and Indicator Library
Topic: Sharing ADE Collections
Replies: 2
Views: 2096

Hi everyone, After reading through the ELCollections documentation again I found the solution I was looking for. In order to retrieve the map you simply call the MapSC.Share() method again and if it exists will return the existing one again. Below is the updated code example. In practice the retriev...
by k-hen
28 May 2010
Forum: User Contributed Studies and Indicator Library
Topic: Sharing ADE Collections
Replies: 2
Views: 2096

Sharing ADE Collections

Hi - I'm trying to create a shared map using ADE/ELCollections. It works fine locally within an indicator but I can't seem to retrieve any shared ones. I'm using Version 6.0 Beta 3. Any help would be greatly appreciated. Thank you. (p.s. big thanks to damageboy for the overview and Economic Events i...
by k-hen
19 Jan 2010
Forum: MultiCharts
Topic: FindBar maximum
Replies: 5
Views: 1684

Hi, I just wanted to provide an update - Setting an explicit user specified max bars back value in the study properties produced a 'not enough series length' error. Likewise setting a fixed MBB for "Value1 = Close[MBB]" produced the same error - both likely because my instrument data series does not...
by k-hen
15 Jan 2010
Forum: MultiCharts
Topic: FindBar maximum
Replies: 5
Views: 1684

TJ, when I do that I get an error alert about the series length. I'll try to get the exact message but I'm away from my computer until next week.

Bob, yes I'd read that post and used it in my test code - which I believe is correct - thanks for posting, it helped me out.
by k-hen
14 Jan 2010
Forum: MultiCharts
Topic: FindBar maximum
Replies: 5
Views: 1684

FindBar maximum

Hi, I'm trying to use FindBar with the aiRightDispDateTime value to create a customized data window - but it's returning '-1' when it's too many bars back from the last bar (~100). Can anyone help clarify what might be happening? Should I write a custom findbar function instead of using the built-in...

Go to advanced search