Can the current scripts like the Vol SCT, PRV and pepe's tools for NinjaTrader 6.5 be used in the new NinjaTrader 7 as well ? Anyone been using or tested them before ? Thanks !
Hi emac, I tried pepe's channel drawing tool, but I haven't been able to get it to work. The line drawing functions from 6.5 needs to be changed to work in version 7. This is ver 6.5 "DrawLine("tag1", 10, 1000, 0, 1001, Color.LimeGreen, DashStyle.Dot, 2);" This is ver 7 "DrawLine("tag1", false, 10, 1000, 0, 1001, Color.LimeGreen, DashStyle.Dot, 2);" Hope this helps Gary
Here is a PV Pack that works with NT beta 18. I'm using it for FX, so you may have to change some settings. You need to copy the files to C:\Documents and Settings\[YourUserName]\My Documents\NinjaTrader 7\bin\Custom\Indicator\ then compile them. As always, use at your own risk and please share improvements. Thank you to Pepe and others for sharing the code. Cheers, Vorzo
Vorzo, TQVM for the scripts, I compiled a few of them and they worked so far. Really have to test them real time later to see if they are ok during RT hours. I tried to do the same for Nkhoi's great nogapchart but found errors. Not into scripting programming at all so I attached the error pane. Maybe Nkhoi can help to upgrade this script to NT7 . Cheers
Hi Polford, Thanks for the script, it worked fine. Just wondering, I noticed the default setting for the stochastic is 5 for %D, 2 for %K. On a video posted by Ezzy recently, I thought I heard Jack mentioned that the period used (Annotating charts in 20070126 video) was 5 though it was on a daily chart which should mean that 5 should be the %K instead. Would that be correct ? emac
vorzo, Thanks for putting together all the files. Do you mind sharing what you use for volume indicator in FX. I understand that spot FX doesn't have reliable volume indicator. or Do you trade currency futures? Thanks
I trade spot. For volume I use tick count, and CME futures volume as a proxy. I found the combination of two to be reliable enough for my purposes. In order to get accurate tick counts in NT7, you have to chart the bid (or the ask) rather than trades. Hope this helps, Vorzo