Powered by Jitbit Asp.Net Forum free trial version.
home recent topics recent posts search faq  

MicroTrends NinjaTrader Forum



register | lost password   open id
Messages in this topic - RSS

Home » MicroTrends NinjaTrader Framework » What scanning program to use

MicroTrends NinjaTrader Framework questions and posts
07/04/2010 21:05:28

forum
forum
Administrator
Posts: 387
Hi Michael

That’s a new one I would be interested to see an example or demo and then I may be able to assist in the choice of that technology.

With regards to the MicroTrends.NinjaTraderFramework
Version 1.0.1.6 has just been released
http://www.micro-trends.co.uk/downloads/bin/

In the forum there is sample code showing public exposed methods you can hook to process a signal.
SignalLong SignalShort SignalExit There is also a dataseries which can be read:
currentbar
SignalsLong[0] SignalsShort[0] SignalsExit[0]


http://www.micro-trends.co.uk/forum/default.aspx


Code Example:
if(MicroTrendsExtremeSS(0,-100,10,100,0,0,50,15,30,7,14,85,70,3,20,13,0,3,26,2,2.5,14).SignalLong)
{
EnterLong();
}
if(MicroTrendsExtremeSS(0,-100,10,100,0,0,50,15,30,7,14,85,70,3,20,13,0,3,26,2,2.5,14).SignalShort)
{
EnterShort();
}
if(MicroTrendsExtremeSS(0,-100,10,100,0,0,50,15,30,7,14,85,70,3,20,13,0,3,26,2,2.5,14).SignalExit)
{
ExitLong();
ExitShort();
}

Does this help?
0 permalink
07/04/2010 21:05:04

forum
forum
Administrator
Posts: 387
Hi Tom



What screening software will recommend for your Indicators and strategies?



All my screening softwares could not match your indicators and strategies for a buy and sell signals.



For example, if my software ema 10 cross above ema 20, it is false in your indicators and strategies. I am really looking for scanner that will help me with your indicators and strategies for a buy and sell signals.



Your indicators and strategies look better than most I have used.



Thanks

Michael
0 permalink

Home » MicroTrends NinjaTrader Framework » What scanning program to use





Powered by AspNetForum 7.0.1.0 © 2006-2011 Jitbit Software