![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Sunday May 26th at 12PM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Dec 2009
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
|
Hello everyone,
i found volume alerter for Trade Station and wanted to ask - maybe somoone can help to make it for ninja trader or maybe its easy and fast to make new one.. Here is explanation: I am looking to creat an alert when , say, the volume histogram reaches 1500 on a 5 minute chart.. or 2000 on 15 minutes chart... or like that.. It would be great if i could add how much i want alerts. I would appreciate if someone could make this indicator. Attaching also Trade Station code ( i made .zip archive for it, otherwise couldn't attach it) Thanks for Your help !!! Best wishes, Tom |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,421
Thanks: 252
Thanked 982 times in 964 posts
|
FlyerLV, thanks for sharing - hopefully a community member can assist you converting, I'm not aware of a Volume Alert already shared - http://www.ninjatrader-support2.com/...=volume&desc=1
You could add an alert condition to the posted volume indicators with custom coding and the Alert() method - http://www.ninjatrader-support.com/H...eV6/Alert.html
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2009
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
|
Thank You for replying.
Unfortunataly there is not such volume alerter. Or.. i just couldnt find it.. Thanks one more time and hope someone can help tomake this simple script . Best wishes, Tom |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Dec 2009
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
|
Hello, is there anyone who can help ?
![]() Thank You! Best, Tom |
|
|
|
|
|
#5 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,421
Thanks: 252
Thanked 982 times in 964 posts
|
Tom, to get this custom coded for you, you could consider a NinjaScript consultant as well -
http://www.ninjatrader.com/webnew/pa...injaScript.htm
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Jun 2006
Posts: 111
Thanks: 0
Thanked 1 time in 1 post
|
Try this simple indicator.
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Dec 2009
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks a lot MJT - this is what i was looking, only will find how to change alert sound.
Is it easy to make also popup window with written text, when alerting: Alert 15 MIN eur/usd volume 1500, for example ? Otherwise, its great indicator for me - simple and usefull ! ![]() Thanks one more time and appreciate Your help! Best wishes, Tom |
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Jun 2006
Posts: 111
Thanks: 0
Thanked 1 time in 1 post
|
Tom,
The alert sound is just one of the Ninja default sounds. There is a message shown in the Alerts Window, but a new pop-up would need programing outside of NinjaScript which would take more time than I have available. Using Windows.Forms and MessageBox might be the quickest way. |
|
|
|
|
|
#9 | |
|
Junior Member
Join Date: Dec 2009
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
|
Thank You MJT for help, i will try to do myself or will ask someone to help!!!
Now i have base for alert what i wanted, thanks ![]() Best wishes, Tom Quote:
|
|
|
|
|
|
|
#10 |
|
Junior Member
Join Date: May 2007
Posts: 22
Thanks: 1
Thanked 0 times in 0 posts
|
Hi, thanks MJT for VolumeAlert, question please
can the script/code be made to alert, if volume change is " greater than x" percent ? |
|
|
|
|
|
#11 | |
|
Senior Member
Join Date: Jun 2006
Posts: 111
Thanks: 0
Thanked 1 time in 1 post
|
Quote:
In the line that reads " if (Volume[0] >= VolumeThreshold) ". If you replace VolumeThreshold with the new value you have calculated, I think it will work. |
|
|
|
|
|
|
#12 |
|
Junior Member
Join Date: May 2007
Posts: 22
Thanks: 1
Thanked 0 times in 0 posts
|
Thanks MJT, I will try to find some examples.
|
|
|
|
|
|
#13 |
|
Junior Member
Join Date: Jul 2009
Posts: 18
Thanks: 0
Thanked 0 times in 0 posts
|
yes.... i too would like the percent increase option ..... over the previous bar.. in order to alerted to "swoosh" volumn... (on a chart that may be minimized)
thanks t |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bid/Ask Volume combined with Hist Volume | monpere | NinjaScript File Sharing Discussion | 12 | 10-04-2011 02:25 PM |
| Find the Highest & Lowest Volume Volume Bars | RJay | General Programming | 1 | 09-03-2009 12:56 PM |
| time and sales volume vs. e.Volume | funk101 | Strategy Development | 1 | 09-17-2008 12:37 PM |
| Change volume bar color based on price and volume range | TiP2012 | Indicator Development | 5 | 05-26-2008 08:09 AM |
| multicolor volume bars and volume bar projections... possible or not? | Pr0crast | Charting | 8 | 12-25-2007 06:36 PM |