Search found 6 matches

by flomtl
03 Oct 2014
Forum: MultiCharts
Topic: Problem with esignal datafeed.
Replies: 8
Views: 4097

Re: Problem with esignal datafeed.

using weekly bars the last full bar on your chart would be last Fridays close. the week will close today at 430 and u should then see the Oct3 as the date. The bar is only considered once its completed. when u refer to "close" in your code, it is "close" of the most recent bar. since the week hasnt ...
by flomtl
03 Oct 2014
Forum: MultiCharts
Topic: Dedicated Server Suggestions?
Replies: 1
Views: 830

Dedicated Server Suggestions?

I would like to move MC with my automated strategies to a Dedicated server. I was wondering if anybody in the community would care to share their experience if they've done so and if they have anything to recommend? The products I trade are spot FX with LMAX as my broker. i have about 7 work spaces ...
by flomtl
07 May 2014
Forum: MultiCharts
Topic: Is there a way to bulk import ascii data in Quote Manager ?
Replies: 4
Views: 1905

Re: Is there a way to bulk import ascii data in Quote Manage

I would be curious to know about a bulk import as i have always done it that long way (each file by itself). as for charting, Most of my data is 1minute ASCII and i can chart any increment of time >1min have you tried a manual import of 1 instrument and tried to chart a 30min chart with 5min data un...
by flomtl
13 Mar 2014
Forum: MultiCharts
Topic: Issue using Data(2) with Signals [SOLVED]
Replies: 5
Views: 3036

Re: Issue using Data(2) with Signals [SOLVED]

Thank you all for your contributions and help on this topic! The fixes you recommended worked and i have attached the code below as a reference in case someone faces similar issues. This works: MAfast = AverageFC( Close, FastLength ) data2 ; MAslow = AverageFC( Close, SlowLength ) data2 ; this does ...
by flomtl
11 Mar 2014
Forum: MultiCharts
Topic: Issue using Data(2) with Signals [SOLVED]
Replies: 5
Views: 3036

Issue using Data(2) with Signals [SOLVED]

I have been trying to use multiple data series in signals and indicators. I have currently loaded Data(1): 1min AUDCAD, Data(2) 20min AUDCAD Plotting Studies is not an issue. I add the study to the format object screen and select the base data number and everything works as i want it to. When it com...
by flomtl
30 Jan 2014
Forum: MultiCharts
Topic: Sending Email Alerts with Entry Price
Replies: 8
Views: 3030

Sending Email Alerts with Entry Price

I would like to trigger an email alert on trade entries and exits which includes the price at which my trade was filled at. I am using the following in my easy language code: (triggered after my entry conditions are met) alert(text("Long Entry at:", Entryprice_checked)); What is the difference betwe...

Go to advanced search