Search found 7 matches

by orionsturtle
25 Mar 2014
Forum: MultiCharts
Topic: Simple Sector Rotation example needed
Replies: 0
Views: 848

Simple Sector Rotation example needed

Does anyone have or know where I can find a sample strategy code in easylanguage that ranks a few ETFs based on the ROC and buys the strongest ranked issue everyday?

Thanks for any help!
by orionsturtle
13 Mar 2014
Forum: MultiCharts .NET
Topic: Equity Curve plotting and feedback
Replies: 2
Views: 1306

Re: Equity Curve plotting and feedback

Okay,I'll see if I can figure it out using these snippets. Thanks for the help.
by orionsturtle
11 Mar 2014
Forum: MultiCharts .NET
Topic: Equity Curve plotting and feedback
Replies: 2
Views: 1306

Equity Curve plotting and feedback

1) Does anyone have any C# code showing how to plot the intraday equity curve for a day trading system trading live? 2) Does anyone have any C# code showing how to stop auto trading if the equity curve intraday crosses above $500 and then crosses back below $400? Thank you for any help or direction.
by orionsturtle
27 Feb 2014
Forum: MultiCharts .NET
Topic: Strategy Time filtering [SOLVED]
Replies: 8
Views: 7119

Re: Strategy Time filtering [SOLVED]

That's great Henry. I now know I am not missing anything. BTW...I came a cross this great video series of C# training if anyone is interested. http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners An aside for the marketing department: I currently "program" in .afl,...
by orionsturtle
27 Feb 2014
Forum: MultiCharts .NET
Topic: Strategy Time filtering [SOLVED]
Replies: 8
Views: 7119

Re: Strategy Time filtering [SOLVED]

That worked. I was looking at that "DateTime.Now.TimeOfDay" and thought it might be referencing just the current time. I tried to look up DateTime in the help but there doesn't seem to be a search function, and not really knowing my way around yet I couldn't find the info I was looking for. Is there...
by orionsturtle
26 Feb 2014
Forum: MultiCharts .NET
Topic: Strategy Time filtering [SOLVED]
Replies: 8
Views: 7119

Re: Strategy Time filtering [SOLVED]

Henry I was trying to apply your sample time filter code to the canned RSI_LE signal and it complied and gave me the green check mark, but the ALL the signals disappeared from the chart. I was wondering if you might take a look at the CalcBar() block at the end (below) where I added your time filter...
by orionsturtle
25 Feb 2014
Forum: MultiCharts .NET
Topic: Strategy Time filtering [SOLVED]
Replies: 8
Views: 7119

Strategy Time filtering [SOLVED]

I was wondering if anyone can give me a small block of C# code that will filter trades to just take place between 0930 and 1200 each day? ie if time >= 0930 or time < 1200 then trade.

Thank you!
Mike

Go to advanced search