
JDizzle22
-
Posts
95 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Articles
Posts posted by JDizzle22
-
-
Hello fellow traders . Does any one have a ninjatrader strategy that can open trades at specific times and have some basic order management. Im willing to pay for it if its need to be coded .
Thanks in advance
Just those basic requirements shouldn't be too hard for you to put together something on your own. You may want to start here: http://www.ninjatrader.com/support/forum/showthread.php?t=54022
This thread has some links to examples of manager stops and targets: http://www.ninjatrader.com/support/forum/showthread.php?t=25179
- vit007 and traderCamps
-
2
-
If you haven't already, you may want to consider plotting the TICK directly on your chart because I would be shocked if the indicator adapts its overbought and oversold levels (plus you can't watch potential overbought and sold for the day with price action), also you can't see everything that is occurring with the TICK with just that plotting signals: http://i57.tinypic.com/2znsk89.jpg
-
https://www.topsteptrader.com/learnmore#learnmore-combine-signup
Does any body in this forum completed combine and gOt funded. Looks like you have to make 3000$ in paid combine and you will get funded with 30000$ (not in your account ) . They use ninjatrader and price includes live data feed. I think for new futures traders its as close as you can get to real trading before you put your $$$to the broker account.
So if some one have successfully completed Combine please share your experience here
Thanks in advance
You may want to take a look through this forum and see what people are saying: https://www.bigmiketrading.com/vendors-product-reviews/11360-anybody-heard-topsteptrader-review.html
I generally fall under the category that if you can't afford to trade your own account, don't throw your money away on a service like this (just like don't throw your money away on vendors). If you are not disciplined enough to trade sim on your own on Ninja (for free), then you are probably not ready to pass one of their combines let alone trade with real money--I honestly believe they are mainly in it for the monthly fee and not funding traders, but read what people are saying and decide. But do not forget that they judge you on one set of criteria in sim and then another when you start live (typically a setup for failure when something like this happens): http://help.topsteptrader.com/knowledgebase/articles/411527-funded-trader-scaling-plan
-
Hi admis:
Could you please share the code for some of the beginners like me, where you showed displaying profile lines in the data window. I appreciate your help very much.
Thanks
Its a function of Ninja. Load indicator, right click on chart, and click Show Data Box. It's advertised and passing these values to the Data Box: http://fin-alg.com/images/stories/mplines/MPLines_DataBox.png
-
Thanks for your reply admis,
Awff.. Tell me about it...My engineer was struggling with this indicator for days, trying to get the variables in any possible way with no success.
And this guy is top-notch engineer, we call him "Superman" for the things he gets done. so definitely not an easy task.
Anyways, we are trying to get the current session levels as well as the naked levels.
Hopefully someone here could help..
If you haven't already done this, you can try (you will have to add this to the existing code):
1) When you are using daily levels, on the first bar of session (Bars.FirstBarOfSession) and first tick of bar (FirstTickOfBar), before the indicator updates all the levels (place it as the first function in OnBarUpdate), add each prior day level to a list: VAHList.Add(VariableThatHoldsOrComputesVAH);. Then you can reference any number of days back: double xdayVAH = VAHList[VAHList.Count - countBack];.
2) If using RTH and ETH to split your profile, find the beginning of the new session and add a variable to run step #1 once, but WITH first tick of bar and WITHOUT first bar of session.
-
then when we talk about deltas in for example nof indicators we are talking about a relation between options and futures? ithink you are wrong pal
LOL! You obviously did not read either of my posts. I do this for a living, I think I know what I am talking about.
-
I don't use ninjatrader anymore. I just need the Java since I use CTS, and they don't have this indicator.
Your in the "Ninja Trader Forum", you may want to try a different part of the forum.
-
Diamonetrics is a tool created by Charles Cottle for technical analysis. It is a JAVA based program that applies a grid to your screen. The grid illustrates various trends and the lines can be used for Option expiration.
Here is the link to the trial: http://riskdoctor.s3.amazonaws.com/rd2012aws/diamonetrics.zip
Wanted to know if someone can crack.
Cheers!
This is the Gann grid and there are a few vendors who sell this hocus pocus for ninjatrader, it might be easier to find someone who bought one of those Gann grid systems. It doesn't really illustrate "trend," I suggest you read a few Gann books and see what he's all about.
-
this is for options but im trying to clear some definitions when talk about net delta deltas in some NT7 indicators we use
You said in your statement, "some people make some mistakes making a relation with OPTIONS TRADING." You are the one who is making the mistake--it is an option terminology. I was trying to educate you on the term in options trading.
Read this thread with links (there is different ways of calculating delta): https://www.sierrachart.com/SupportBoard.php?ThreadID=11689
You can apply that term to any time-frame or number of bars on any chart for technical analysis.
- Wanderer and tradernate
-
2
-
any chance of getting the CS file for the TPO? i'm trying to build a strategy and i need a reliable TPO. appreciate your help.
The gomi framework is much easier to reference if you need to reference MP levels: https://www.bigmiketrading.com/elite-circle/24449-gom-profiling-toolkit-strategies-market-volume-profile.html#post398372
-
SOMEBODY CAN explain clearly the definition of NET DELTA? i see here some people make some mistakes making a relation with OPTIONS TRADING.
will be appreciate a good explanation
Delta is an option term as well as a technical analysis terms for analyzing buy and sell volume.
Delta for options, from google: "For example, with respect to call options, a delta of 0.7 means that for every $1 the underlying stock increases, the call option will increase by $0.70. Put option deltas, on the other hand, will be negative, because as the underlying security increases, the value of the option will decrease." So think of net delta as the entire delta of your portfolio
The real application of delta for options is this: if an option trader wants to hold an option trade overnight with a delta of +0.7 or -0.7, often their trading firm requires them to have a net delta (the total delta of their entire portfolio) of 0, so they can buy or sell the S&P to lower/raise their net delta to 0 (they don't have to buy/sell S&P, they could put on other option trades or buy/sell other indexes). What that really means is if they lose money on their option trade overnight/weekend, that loss will be offset by the gain in their S&P trade, so they are delta neutral.
-
There is a whole system to it though. Its not just the renkos.. Anyone using it and making money?
It is really a knock off of http://indicatorwarehouse.com/ DTS and whatever system they sold before that (
), which was pretty much a culmination of indicators from BigMikes and others that are freely available on the Ninja platform. All systems such as these that either seem red light, green light are failures; otherwise, they would be automated and be printing money. They are sold under "discretionary" so people will be under the false impression they have a chance to make money with them.- ⭐ mdc573, ⭐ ESVepara, LisaAkira and 2 others
-
5
-
Hello My Friends.
I had numerous pms and email requests to explain how I generated these amounts so here it is- very simple- no indicators AT ALL- just use the best one- YOUR BRAIN.
You have to understand that when I am trading I dont plan to post the results so i dont prepare images and proofs- i will share with you some- with the purpose of proving to people like user33 and few others that attacked me in the past saying that my method is worthless.
This are images of one of my LIVE ACCOUNTS in interactive brokers.I will explain to you THREE ENTRIES that totaled $6806.00 .
First one was $4385.00; second was $1200 and the third $1221. In the first on I only used 2 ES contracts and the other two entries I used 1 contract only.
So lets get started:
First image is BEFORE WE START: As you can see- there is a HUGE double top so I expected a huge move down to at least 1970 and even lower- the question is where to enter- so i was looking on the 60 minutes for an extension of at least 1.272 which we got at STEP 1 so then you can see both my entries- at the 62 and the 78 for shorts STEP 2. in STEP 3 you can see my exits at the 1.272 and the 1.618 extension. with a total of $4385.00 which is not bad for only 2 contracts. ( the next 2 entries are under)
Trade number 2 for $1200 was simple as you can see- I already had the order at 2019 the second i got out of the 2 contracts- its a simple fib - i got out of that one with 24 points just for fun even though i knew the market will go lower- which was lucky for me because it gave me another chance to go back in- so you can actually see the LIVE order to short 1 lot at 2019.
Trade 3 was exactly the 78 fib so i had the order in once i got out of the 24 points got filled and could have made few more points or wait for sunday but i was too tired and didnt want to wait so i exited almost at the close with a profit of $1221 - see screen shot. hope this helps you all. take care and enjoy- this took me few hours to post.
Jane
This is great, but I bet the biggest question in everyone's mind, as always when people talk about fibs, is how do you decide where to draw your fibs? It's easy for people who don't use fibs regularly (me and most others) to go back and draw good fibs, but in real time it is much more difficult. How do you decide which swings to use to draw your fibs?
I stopped using fibs because I could never draw the correct ones in real time, so I am sure everyone would love your explanation on that.
-
-
looking for feedback on the pros and cons of executing futures trades through ninja. typically i've used ninja for charting but not trading, instead executing through a different platform like IB or OEC, etc.
I like the chart trading capabilities, but not the dynamic dom so much. Are there any drawbacks to using Ninja for orders? Are submitted orders, stops, scales held in the software only or on the server side? I've tried to find these answers but get conflicting info.
Thanks!
There are a few DOM alternatives: https://www.bigmiketrading.com/vendors-product-reviews/28882-cheap-alternative-ninjatrader-******-dom.html
Server side order info:
https://www.bigmiketrading.com/ninjatrader/30690-ninjatrader-rithmic-oco-stop-loss.html
https://www.bigmiketrading.com/traders-hideout/3574-server-side-order-handling.html
- diabouncer, exp48967 and profile
-
3
-
it looks like a simple delta indicator... buysellvolume is the name in ninjatrader
Agree--try GomDeltaVolume, GomDeltaVol_UpDown, and GomVol Up/Down v2 (if you are not familiar with GOM, you can use binary (bid/ask--as long as you have the data saved), or up/down (NinjaTickFile). Also, if LonelyTrade can post the code we can confirm--I don't have AmiBroker. If you use ACME, also try AcmeVolumeBreakDown and set "1. Mode - Continuous" to false (it will give you an EMA average as well).
-
-
Hi JDizzle, sorry have you tested the Strategy or is available a tutorial ? I have some dubts.
I've tested it and it does not give profitable results. The extra filters that Joe Ross describes would require additional subjective rules added to the signals. Example, he says to trade it when you are not trending--if there was an easy way to define that then everyone would be successful in trading. The best way to use gimmee bars is to use it in a larger discretionary system that you develop.
I did come across this, which could be a better way to determine when signals are valid or not: http://www.trading-naked.com/JoeRossGimmeeBarSetup.htm
"Concept is to apply this trade when in a range. Determine range by slope of Bollinger bands = when they are relatively flat you are range bound. Eventually price will break out so as time increases use more caution."
Try this indicator, it has a slope filter: https://www.sendspace.com/file/jvbxrj
- ⭐ laser1000it and Wanderer
-
2
-
If yours is the only reply to my question then it appears that NT7 does not have a programmable scanning capability and you're now sending me to websites.
Ninjatrader has a maket analyzer which you can use indicators to show you which stocks meet certain conditions, but if you are familiar with thinkorswim, it is not like that. In TOS you can look at all the stocks of an index relatively easily. In NT, you will need to load the entire index list on the market analyzer and then sort by the column you are scanning by. Read here: http://www.ninjatrader.com/support/helpGuides/nt7/index.html?market_analyzer.htm
-
Hi,
I'm looking for this plugin for NT anyone knows which software is this one???
https://www.sendspace.com/file/dhhb4a
If so can anyone provide??
Thank you!!!!!
Lonelytrade
That picture is from here: http://www.oiltradinggroup.com/
The other software for the DOM is ******.
-
Does anyone have this indicator or know any similar one. They charge 300$ (and it is bonded with Machine ID) and they don't give free trial. I would consider buying it but in their video they show a nice trending move and I don't know how it would behave in more choppy situations. Especially since all auto trend indies for Ninja are BS. I am using right know on a second monitor the same concept indicator on ensign for windows and it is working great but i would really liked to have one chart instead of opening two programs.
hxxp://indicatorwarehouse.c0m/ninjatrader-indicator/auto-trend-line-and-channel-tool/
Is the assumption you have tried the ones listed in this search result: https://www.bigmiketrading.com/local_links_search.php?action=show&sort=&search=trendline&literal=1&desc=1&keys=1&pp=10
and these in this search result: https://www.bigmiketrading.com/local_links_search.php?action=show&literal=1&search=%22auto+trend+line%22&desc=1&keys=1action=show&literal=1&search=%22auto+trend+line%22&desc=1&keys=1
- ⭐ ESVepara and Bend
-
2
-
Thank you for your help! Possible to alter this indicator. I think this is what you need, https: //[email protected]/file/dwifq3!
I see what is going on here. You really need to read this thread: http://www.ninjatrader.com/support/forum/showthread.php?t=3185&highlight=MTFBar
The thread states that the guy created other indicators which use MTFBar.cs (MTFBar is a framework, not be loaded on charts). If you look at his EMAMTF, here is an excerpt from his code:
HigherTF=base.MTFBar(multiplier); input=HigherTF.SetPriceType(priceType);....the code is then further modified from a regular EMA code.
So to use MTFBar, you would need to create other indicators, but it's extremely easy to make an indicator MTF in Ninja, so I highly suggest you stick with that method--this method/framework will make it much more difficult for you to create MTF indicators. The other MTF.cs is correct though.
-
JDizzle22 Thank you, but in a different way. Also mixing occurs along the axis (((http://dropmefiles.com/5hP7F foto
I am not sure what you mean? The higher time frame in the bottom is supposed to be spread out, if you want it less spread out, you need to decrease the multiple in the indicator settings. Is that not what you were trying to do? I didn't change how the indicator functioned, I just helped it work with NT7. It looks in NT7 as it would in NT6.
-
I found the light, but it only works on NT6,5. Spread it here, and shot. Maybe someone will be able to alter it for HT7. Task must in example one operating window of 1 minute add Figure 5 minutes and 15 minutes. Later add 1 minute each indicator and it put the closing price of 5 or 15 minutes. But we need to 5 and 15 minutes without mixing graphics on the axis of the graph 1 minute. Guys sorry for my english, I use google translator
https://[email protected]/file/u73ptz here 2 indicator
Try this: https://www.sendspace.com/file/mwv4so
R@!ndow
in Ninja Trader 7
Posted
I just ran across this utility today and have been messing around with it this morning, so I don't know how well it works in real-time (if it slows your computer), but the developer said he created it with efficiency in mind (http://www.ninjatrader.com/support/forum/showpost.php?p=400531&postcount=1).
Here are the features:
1. Improved cursor
2. Enhanced trade visualization
3. Improved ruler
4. Indicator configuration templates
5. Improved databox ... (I still have to work on this one)
6. Single-key shortcuts on chart (a,b,c,d ... 1,2,3,4, etc.)
7. Customizable timeframe switches
8. Synchronized scrolling of charts
9. Workspace switching by hotkeys
10. Vertical grid-lines with specified minute interval on intraday chart
12. Chart style improvements
It's free (no affiliation): http://rainbow-in.com/
When you load it on a chart, just load the indicator "Rainbow" and it will add a toolbar to your chart. There are also other settings you can set in the main indicator window.
The main things that I like on it are:
1. Plotting prior trade executions is head and shoulders better than the Ninja method
2. The date and time shows you the actual date with the time, so when manually backtesting, you don't have to search for time to cross the 24/7 line to show you the date
3. The cursor is a vast improvement over the Ninja--it is crosshaired with price next to the cursor
4. The shortcut setup in the indicator panel is just awesome.
I only wish they had an option to remove their branding from the bottom two corners, although small, I would rather not see it down there since they already have their logo in my toolbar.