![]() |
|
|||||||
| NinjaScript File Sharing Discussion Discussion for shared NinjaScript files. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Feb 2009
Posts: 13
Thanks: 0
Thanked 0 times in 0 posts
|
I posted this in another Thread but I am making it its ownb thread so as not to hijack the other thread.
I am looking to translate this mt4 indicator to NT. It tracks MMA consolidation. I have given an explanation as to what I am looking for on the pic. Attached is the mt4 indicator itself. |
|
|
|
|
|
#2 |
|
Member
Join Date: Dec 2008
Posts: 80
Thanks: 0
Thanked 1 time in 1 post
|
like this, which timeframe. all timeframe. 1 second, 30 second ...
break outs wma 1 - 200 |
|
|
|
|
|
#3 |
|
Member
Join Date: Dec 2008
Posts: 80
Thanks: 0
Thanked 1 time in 1 post
|
sigline for eurousd -- 0,0005 take the ticsize * 5
sigline for eurjpy -- 0,05 ... tomorow more |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Feb 2009
Posts: 13
Thanks: 0
Thanked 0 times in 0 posts
|
|
|
|
|
|
|
#5 |
|
Member
Join Date: Dec 2008
Posts: 80
Thanks: 0
Thanked 1 time in 1 post
|
here is the translation.
|
|
|
|
|
|
#6 |
|
Member
Join Date: Jan 2009
Posts: 89
Thanks: 0
Thanked 1 time in 1 post
|
Here.. I already had this coded, very similar to the one you posted.
Edit: Er, looks like someone else already posted a conversion, oops =) My version can use different types of moving averages though so I will leave it up in case that interests anyone. Also BTW when scalping with RMMA, I find that it is better to use 1-3 Range bars instead of 1second or 5 second bars..
Last edited by sefstrat; 03-15-2009 at 05:51 PM.
|
|
|
|
|
|
#7 | |
|
Member
Join Date: Dec 2008
Posts: 80
Thanks: 0
Thanked 1 time in 1 post
|
Quote:
and new script with german alert function and small modification.
Last edited by whself beginner; 03-16-2009 at 04:08 AM.
|
|
|
|
|
|
|
#8 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,377
Thanks: 252
Thanked 966 times in 949 posts
|
Thanks for your help getting this coded up guys.
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: May 2008
Posts: 7
Thanks: 0
Thanked 0 times in 0 posts
|
Hi,
could please anybody explain how to import this .cs files into ninjatrader in order to get this indicator running. i tried to copy it into the indicator folder, but that doesn't work. maybe some would be so kind and post the zipped version... Regards, jetjockey |
|
|
|
|
|
#10 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,377
Thanks: 252
Thanked 966 times in 949 posts
|
Hi Jetjockey737, welcome to our support forums! Just copy the cs file into the MyDocuments\NinjaTrader 6.5\bin\Custom\Indicator folder (for indicators). Then open any file in your NinjaScript editor (Tools > Edit NinjaScript > Indicator) and F5 in it to compile all your script, then the fresh imported one should be available for immediate use.
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#11 | |
|
Junior Member
Join Date: Feb 2009
Posts: 13
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
Found A bug.... When I try to change the sensitivity by decreasing the alert zone it changes back to .0005 (default) on eur/usd as soon as I remove cursor from the box. Works fine when I change the alert zone on the eurjpy. (.05 to .0x)
|
|
|
|
|
|
|
#12 |
|
Member
Join Date: Dec 2008
Posts: 80
Thanks: 0
Thanked 1 time in 1 post
|
this is not a bug. --> this is the min of input parameter. you can chance it in the code by <find/replace> for example 0.0005 - 0.00005.
open the textfile and use the <find/replace> function of an editor, save the file, compile and press F5 on the chart. sometimes it would help, to read the document of an application. best regards |
|
|
|
|
|
#13 |
|
Junior Member
Join Date: Feb 2009
Posts: 13
Thanks: 0
Thanked 0 times in 0 posts
|
thanks , I meant no offense.
|
|
|
|
|
|
#14 |
|
Member
Join Date: Dec 2008
Posts: 80
Thanks: 0
Thanked 1 time in 1 post
|
no problem.
thanx to you, for post this idea. indicator works well for me to find better entries and exit with simple 123 pattern. i like it more as adx, cci ... best regards |
|
|
|
|
|
#15 | |
|
Junior Member
Join Date: Jan 2008
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
http://www.cyrox.com/ http://www.cyrox.com/forum |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Idea for a new indicator | Antraman | ATM Strategies (Discretionary Trading) | 35 | 01-12-2009 03:13 PM |
| Possible Idea To Save CPU....?? | Alfred | Charting | 5 | 10-15-2008 01:51 PM |
| Great indicator idea | 5iver | Indicator Development | 5 | 10-04-2008 06:43 PM |
| RMO - Rainbow Osillators has or can anyone in forum using | johncare | Indicator Development | 1 | 07-04-2008 11:52 AM |
| NT6 Chart Idea | Alfred | Suggestions And Feedback | 1 | 01-12-2007 03:37 AM |