Search found 14 matches

by Zoakes
03 May 2021
Forum: MultiCharts
Topic: Equities universe
Replies: 22
Views: 3332

Re: Equities universe

Yeah, in TS I reviewed it and you can do it using OOEL ... but OOEL isn’t supported in MC — it’s also pretty heavy and not sure it’s worth the effort at this point, as radarscreen also limits the amount of symbols you can use. It would at least ‘allow’ it in TS though via OOEL. Do you have a sample ...
by Zoakes
02 May 2021
Forum: MultiCharts
Topic: Equities universe
Replies: 22
Views: 3332

Re: Equities universe

I’ve used radarscreen with hotlists, but you cannot trade them from the radarscreen, from my understanding. That’s the issue... still need the charts for each symbol in hotlist. It kinda reads like it’s possible, but it’s not. Can’t apply strategies to radarscreen, solely indicators. Can’t enter fro...
by Zoakes
28 Apr 2021
Forum: MultiCharts
Topic: Equities universe
Replies: 22
Views: 3332

Re: Equities universe

One possible way would be to use a PFT global MM type algo to aggregate all the values needed for universe, but it’s really just an abstracted version of the 500 charts, symbols, strategies method.
That’s not universe selection, it’s trading the entire universe while ‘sleeping’ 95% of them.
by Zoakes
28 Apr 2021
Forum: MultiCharts
Topic: Equities universe
Replies: 22
Views: 3332

Re: Equities universe

scanner rows / indicators can communicate basic values with a strategy, but they can’t share their sorted position based on the scanner query, which is all that matters for universe. Shared resource ... Sharedvar? Globals? I think of like 500 symbols for universe. Ex: they can share that AAPL has an...
by Zoakes
28 Apr 2021
Forum: MultiCharts
Topic: Equities universe
Replies: 22
Views: 3332

Re: Equities universe

Cant trade any symbol, only D1 from a strategy — so if you could attach scanner to strategy, would still need an instance for every single symbol in the universe, and they would all need to communicate with same scanner... which I don’t see how you could do anyway.
by Zoakes
27 Apr 2021
Forum: MultiCharts
Topic: Equities universe
Replies: 22
Views: 3332

Re: Equities universe

I see a few options in MC, but at this point it's easier to do it in a platform built for this. 1. Create an MC strategy to read in an array of symbols from CSV, or Sharedvar. (Logic equivalent to if getsymbolname in symbol_arr: then switch this strategy/symbol instance on, else flatten and halt sym...
by Zoakes
13 Sep 2020
Forum: MultiCharts
Topic: Cannot access currency conversion server
Replies: 6
Views: 2912

Re: Cannot access currency conversion server

I'm having the same issue with a handful of pairs with LMAX, and I seem to also be having it with IB -- so must be the MCFX server?

I saw in another thread you can change the conversion server in preferences somewhere? Can't seem to find it, if so?
by Zoakes
08 Sep 2020
Forum: MultiCharts
Topic: Orders being rejected: Account does nor exist.
Replies: 4
Views: 2182

Re: Orders being rejected: Account does nor exist.

I'm having a similar issue, but with a Paper Trader broker profile (working with Portfolio Trader), but it's saying account 'Vici 4H' does not exist -- (which is my Portfolio Trader Portfolio name...). I'm using the paper trader broker profile in settings, and the profile works (tested a manual orde...
by Zoakes
02 Aug 2020
Forum: User Contributed Studies and Indicator Library
Topic: ADE, ELcollections, and GlobalVariables
Replies: 43
Views: 83336

Re: ADE, ELcollections, and GlobalVariables

Hey guys -- This is a pretty old thread, but I'm getting a 'cannot find globalvariables.dll' error whenever I use even the basic examples -- it's installed in the proper folder, installed the eld file in MC, don't know what's wrong. I've followed all instructions, downloaded a few different versions...
by Zoakes
02 Aug 2020
Forum: MultiCharts
Topic: Global Variables - How to make them work on hystoric chart and not only in real time [SOLVED]
Replies: 4
Views: 2438

Re: Global Variables - How to make them work on hystoric chart and not only in real time [SOLVED]

This is a pretty old thread, but I'm getting a 'cannot find globalvariables.dll' error whenever I use even the basic examples -- it's installed in the proper folder, installed the eld file in MC, don't know what's wrong. --Resolved: I simply pulled the ORIGINAL GlobalVariables.dll from a fresh insta...
by Zoakes
02 Aug 2019
Forum: MultiCharts
Topic: Delay Order (On Purpose) [SOLVED]
Replies: 3
Views: 1574

Re: Delay Order (On Purpose) [SOLVED]

Thanks ! This is perfect.


well that was alot of code for nothing : /

Zach
by Zoakes
02 Aug 2019
Forum: MultiCharts
Topic: Exit on close
Replies: 1
Views: 761

Exit on close

Hello, I have a few methods of exiting prior to market close; 1. setexitonclose; which works in TS despite warnings in docs against it's use. 2. time based exit, set at 1600 to exit on close. 3. an if time <> 1600: enter condition so it doesn't try to enter right at the close. However for some reaso...
by Zoakes
23 Jul 2019
Forum: MultiCharts
Topic: Delay Order (On Purpose) [SOLVED]
Replies: 3
Views: 1574

Delay Order (On Purpose) [SOLVED]

I'm doing some testing to determine latency requirements for capacity, and want to include a delay into my order to determine the effects. I'm currently using something I found on the forum, a DLL function import of MS 'Sleep([seconds])' function. Wanted to make sure this was correct, I kind of doub...
by Zoakes
23 Jul 2019
Forum: MultiCharts
Topic: Problem with Highest built in function on data2
Replies: 4
Views: 1376

Re: Problem with Highest built in function on data2

You might be able to get around it with maxlist() minlist(), but it would be a bit busy. (maxlist(h,h[1],h[2],h[3],h[4] ...)

Zach

Go to advanced search