![]() |
|
|||||||
| NinjaScript File Sharing Discussion Discussion for shared NinjaScript files. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Jan 2008
Posts: 266
Thanks: 0
Thanked 0 times in 0 posts
|
Hi the code from these is in C something but its for MetaTrader4 from Metaquotes Software.It is similar code it looks like to NT I just don't know how to make it into a NT indicator.
One indicator is Heiken Ashi Smoothed and the other is Signal Line. I put 2 pics and 2 text files with the code. If someone could make them into NT indicators it would be good. ![]()
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Dec 2007
Posts: 29
Thanks: 0
Thanked 0 times in 0 posts
|
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jun 2007
Posts: 218
Thanks: 0
Thanked 1 time in 1 post
|
Not sure I follow. How are either of these different to ModHeikenAshi?
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Dec 2007
Posts: 29
Thanks: 0
Thanked 0 times in 0 posts
|
Well the lower pane of the attached image in this thread shows a modified HA (smoothed HA type indicator) shown "smoothed" (which we are trying to get this capability as an indicator for NT6.5). Also this smothed indicator is shown as an overlayed indicator ON TOP of price...so smoothed and overlayed as a stand alone indicator that can be added to a pane which also has regular price candles/bars. Make more sense?
|
|
|
|
|
|
#5 | |
|
Senior Member
Join Date: Jan 2008
Posts: 266
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
extern int MaMetod = 2; extern int MaPeriod = 6; extern int MaMetod2 = 3; extern int MaPeriod2 = 2; extern int period=15; extern int method=3; // MODE_SMA extern int price=0; // PRICE_CLOSE I cant get ModHA to compile has to many errors. When I go to, file, utilities, import ninja script, it gives me this. You have custom ninja script files on your pc that have programming errors. These errors must be resolved before you can import a nonja script archive file.
Last edited by Mike_32; 01-28-2008 at 02:28 PM.
|
|
|
|
|
|
|
#6 | |
|
Senior Member
Join Date: Jun 2007
Posts: 218
Thanks: 0
Thanked 1 time in 1 post
|
Quote:
|
|
|
|
|
|
|
#7 | |
|
Senior Member
Join Date: Jun 2007
Posts: 218
Thanks: 0
Thanked 1 time in 1 post
|
Quote:
If you add the .cs file in manually to the indicators directory and try to compile what errors do you get? |
|
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Jan 2008
Posts: 266
Thanks: 0
Thanked 0 times in 0 posts
|
I fixed all that ok here is the difference in ModHA and HASmoothed.
![]()
|
|
|
|
|
|
#9 |
|
Member
Join Date: Nov 2007
Posts: 41
Thanks: 0
Thanked 0 times in 0 posts
|
I cant get ModHA to compile has to many errors.
I don't understand. I have been using Gumphrie's ModHA since he posted and it works fine. These ones color based on Moving averages not on high low close etc. I can also see some value in the smoothed indicators you are inquiring about. Very interesting! |
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Jan 2008
Posts: 266
Thanks: 0
Thanked 0 times in 0 posts
|
Have to import other peoples indicators straight from zipfile's cannot go to tools, edit ninja script, indicator and select the unzipped file then compile.
If I have any other corrupt things in directory it wont let me import anything. But anyway thats the difference in ModHA and HASmoothed they are almost the same but smoothed gives less signals. |
|
|
|
|
|
#11 |
|
Junior Member
Join Date: Dec 2007
Posts: 29
Thanks: 0
Thanked 0 times in 0 posts
|
So we do have a HASmoothed indicator now for NT6.5 that looks like the very last chart image you posted...with the HASmoothed overlayed onto price?
What file? |
|
|
|
|
|
#12 |
|
Member
Join Date: Feb 2007
Location: , ,
Posts: 68
Thanks: 0
Thanked 0 times in 0 posts
|
Naww. Fulcrum.. if a truly smoothed HA exists for NT 6.5 or otherwise, I have never seen any evidence of it. Now I don't really know if the metatrader versions are smoothed with a 3 period T3 or KAMA or whatever, but I haven't seen any HA here that performs close to that.
Perhaps one of the outstanding coders here who is not already swamped with our incessant indicator requests will look upon it as a challenge and have a go at producing one. Happy Trading... |
|
|
|
|
|
#13 |
|
Member
Join Date: Nov 2006
Location: , ,
Posts: 38
Thanks: 1
Thanked 0 times in 0 posts
|
I know I would use a smoothed one if someone made it!!
|
|
|
|
|
|
#14 |
|
Senior Member
Join Date: Jan 2008
Posts: 266
Thanks: 0
Thanked 0 times in 0 posts
|
|
|
|
|
|
|
#15 | |
|
Junior Member
Join Date: Dec 2007
Posts: 29
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Turn off unwanted price markers? | higler | Charting | 5 | 03-20-2009 05:15 AM |
| Can we turn off the following error message in the log? | cassb | Miscellaneous Support | 1 | 12-19-2007 11:02 AM |
| ho do I turn cursor cross hair on | nkhoi | Miscellaneous Support | 2 | 12-02-2007 01:17 PM |
| Turn Chart Indicator Labels Off | aslane | Charting | 4 | 11-28-2007 07:19 PM |
| Possible to turn off numbers on graphic indicators ? | Alfred | Miscellaneous Support | 1 | 03-20-2007 05:01 PM |