Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

Sparrow

Members
  • Content Count

    324
  • Joined

  • Last visited

Everything posted by Sparrow

  1. I'll look into it, I don't have the time to do it right away. But you'll have it in a few days. Cheers
  2. Scarry man, wouldn't wanna be in Mike's place ). My guess is that it can't be done, and I am already pitying poor Mike. Take care, ya'll
  3. Interesting Walter, does the fantailvma1 or vma3 have such issues or only the rainbow? The rainbow without lines is drawn, so it is only refreshed when there is a) action on the charts, b) you move your mouse over the window. If you'd use lines instead of the fill there shouldn't be any issues at all. I tested your setup using the adxvma this week on the gbpusd 11/22ticks this week, sadly enough it doesn't trend enough to give many oscialtor entries if you wait for the slow adxvma to break above/below the magenta. If you watch for M reversals though you can get some, but the slow adxvma is still above the magenta. Maybe it was just the market over the last few days, just my observations. Cheers and thanks again for all the superb videos
  4. Hi Walter, sure here is it, hope it helps your research. For indicator on indicator in NT you'll have to wait for version 7, that could take a while. Cheers ADXVMA_v1.1.zip
  5. Hi Bruce, no worries porting was easy, I didn't mess with anything just replaced the arrays with dataseries and that was about it. This pretty much ensures that results should be the same and I wanted to play it safe. Since calculations are exclusively on dataseries/arrays there shouldn't be a problem. That there is of course means that I am missing something. Cheers
  6. Change to My Documents\NinjaTrader 6\templates and copy the file there. Cheers
  7. I see Walter, dunno why I could misunderstand what you wrote by so much, must be the lack of sleep.:doh: Weeell, I can't find a reason why the indicators would be miscalculated atm, I hope I can do something about it. Cheers
  8. I changed the indicator a bit, probably will prevent the repaint issues from happening. Cheers FXST3CCI_v1.2.zip
  9. Hey Walter, cool that you found out what the problem was, I must have messed that one up when I coded it. I'll look into it what I can do about this. The last bar will print if you set per indicator Calculate on Close to false. Cheers
  10. Sorry to disappoint you but I have only got FX, Cheers
  11. Hi Unicorn, I made a screenshot of how the "normal" FX looks like on eSignal. Since eSignal compounds all the brokerages it got into one signal, and there are quite a few, the chart is unusable. God bless the futures. IQFeed hasn't got that many FX feeds. The other screenshots are of EFX, hope I got your settings right. Cheers
  12. You're welcome Walter, I would have ported the indicators you and Bruce designed together anyway.( sorry for not naming everyone included in the research ) I enjoy working with people who know what they're doing and are fun and interesting to interact with. Concerning the gaps, if you could post a gap on your chart, I could put something online during the same period using esignal. That way we'd know if it is the data provider's fault or some problem with NT. Btw: nice eye candy unicorn, I like that visualization Cheers
  13. Hi Walter, The gaps could also be cause by your data provider GAIN, as for the repainting, if you cold specify your problem, I can have a look at it. Certain charts are really spotty, the ones for YG or ZG for example. Can't complain about the forex charts with esignal. I've also sent you a request on skype to add me to your contacts, probably can work out things faster. Cheers
  14. Here you are Walter, I worked on this yesterday so it's easy as 1-2-3. It will degrade performance somewhat(meaning more cpu+memory), how much I am about to find out. Cheers have a great bbq. FXST3CCI_v1.1.zip
  15. If I was an american, I'd go with Ron Paul, what the guy talks about sounds good, dunno of course how good his policies would work out. Politicians being politicians, it is of course doubtful that he'd live up to all of his promises, but his record looks real good. The way that american politics works makes it very unlikely that he'll even become a candidate. I got the video from the high probablity trader, I like that guy .
  16. You're welcome Walter, hope you'll get something cool out of it. Cheers
  17. Here you go Walter, think you'll like these ones even better Cheers MAS_v1.0.zip MAS3_v1.0.zip
  18. Hi Walter, After one failed attempt here's the HMA Smoothed indicator. Not very difficult, but could have been done on MT4 by indicator on indicator much easier. Cheers HMAS_v1.0.zip
  19. Just to show how the rainbows could look like here's my suggestion Wish all a nice weekend as well, good team work guys
  20. Hi Unicorn, I haven't got the slightest idea, all I did was taking Bruce's work and porting it to NT. As I said before it's one thing to port something and another to design an indicator. The main credit should go to Bruce. I was very surprised by the parameter's list myself, but if you want to toy with something, that's the way to go . Parameters are: aDXPeriod chandeEMA mAPeriod mAType vI_0_VIsq_1_VIsqroot_2 vI_0_VIsqPlusRoot_1 vImax weightDM weightDI weightDX zeroVIbelow Cheers P.S.: Great chart Walter, but the rainbow cover's to much of the price action for my taste, IMO 2 colors without the lines are enough, one for the faster part and one for the slower part. Adding lines to both ends of the rainbow( can be done with bands and an increment of 1 ) produces an ok result for my taste. But being a noob, I am probably wrong .
  21. Added the moving average selection to the Test3 and corrected the ADXVMA a bit. It had only a small bug, but only during the first few bars, so no worries, nothing changed actually, just perfecting it. Have a happy weekend, just go waco on the indicators Maybe you know this one already, but here are a couple o cool apes ADXVMA_v1.1.zip ADXVMATest3_v1.1.zip
  22. Hi Walter, didn't want the chimp to get bored, who knows what might happen. So here's your other thing to toy arround with, surprisingly looks a lot like the vidya vma rainbow. Taking a bit of a break, development will be a lot slower once we have caught up to the MT4 stuff. Choosing the type of average is still missing, that's one of the weaknesses of NT, it takes a lot more to do this. Cheers ADXVMATest3_v1.0.zip
  23. Bruce, You have a lot more insight into indicator development, than I do which imo is the more important thing. Porting from MT4 is pretty easy most of the time, but designing an indicator takes more than that. What I did with the rainbow and bands is a whole different beast, most of the time it requires just some simple lines of code. And remember I only got like 4 weeks of on and off experience with NT myself. I think you'll have an easier time on NT and less headaches. One of the drawbacks is that there aren't that many indicators by other people around so MT4 still has its merits. We could team up of course. Cheers
  24. Bruce, Congrats on solving the tough problems with the Sniper CCI. I might have not phrased my NT stuff clearly, NT has an unlimited amount of arrays. I did a 1:1 translation of Bruce's code of the ADXVMA to NT. Things could be simplified using more NT indicators, Bruce should be much better at that. Hope I got it right, have fun. Cheers ADXVMA_v1.0.zip
  25. Hi guys (and the rare woman ), Sorry, I wasn't aware of the problem, even coded an indicator some time ago that that has the same bug. Using colors in NT without lines/bars is very uncommon and it really takes some effort to get the colors saved. Fortunately a guy at NT already did this before, otherwise it would have taken me days. Hope everything is fine now, happy researching/trading. VMABand_v1.3.zip VMARainbow_v1.1.zip
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.