NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 29
Search: Posts Made By: Crow
Forum: Brokers April 22nd, 2023, 10:16 AM
Replies: 1
Views: 870
Posted By Crow
NDX quotes on IBKR

I have the US Equity Options Value package for IB and it's the only market data subscription that I pay for. I think it's $4 per month. However, although I get RUT and SPX quotes, I cannot get NDX...
Forum: Traders Hideout November 10th, 2018, 02:37 PM
Replies: 9
Views: 1,667
Posted By Crow
Here's an example of what looks like a good...

Here's an example of what looks like a good horizontal S/R level on crude oil 5-minute chart (July 1, 2018).

https://nexusfi.com/attachment.php?attachmentid=258755

Many times, you can see...
Forum: Traders Hideout November 10th, 2018, 12:49 AM
Replies: 9
Views: 1,667
Posted By Crow
It's not easy to auto-generate support and...

It's not easy to auto-generate support and resistance levels and even harder to generate non-horizontal trendlines, but it is possible. I'll try looking at the ES chart and see if the levels hold up...
Forum: Traders Hideout November 9th, 2018, 05:13 PM
Replies: 9
Views: 1,667
Posted By Crow
Yes, I have noticed that support and resistance...

Yes, I have noticed that support and resistance levels seem to work better when the price action is not in a strong trend. As for how I arrived at the 9:25 risk : reward ratio, well, what I did was...
Forum: Traders Hideout November 9th, 2018, 01:00 PM
Replies: 9
Views: 1,667
Posted By Crow
Thanks Xplorer. I'm using a volume chart where...

Thanks Xplorer. I'm using a volume chart where each bar is 330 contracts. No special significance of 330, I have tried larger volume bars such as 990 and found similar results. The smaller bars...
Forum: Traders Hideout November 9th, 2018, 02:16 AM
Replies: 7
Views: 1,335
Posted By Crow
Appreciate the content, but my only complaint is...

Appreciate the content, but my only complaint is that the support and resistance levels were defined using all the data on the chart, but not tested on data that has not been seen yet. Would have...
Forum: Traders Hideout November 9th, 2018, 02:11 AM
Replies: 9
Views: 1,667
Posted By Crow
Support and Resistance on Crude Oil

I have never traded futures, but I have spent a lot of time looking at crude oil futures. I wrote some code to automatically identify significant support and resistance levels because I want to...
Forum: Traders Hideout October 14th, 2018, 08:16 PM
Replies: 1
Views: 962
Posted By Crow
Trendlines on Range, Tick, and Volume Charts

It seems that the most common chart type is a time-based chart (time is on the x-axis). So then why do people bother drawing trendlines on other chart types? Because one trendline may be valid on a...
Forum: Brokers April 26th, 2015, 01:30 PM
Replies: 3
Views: 2,867
Posted By Crow
What's the worst case slippage that you have seen...

What's the worst case slippage that you have seen due to no news. Just a technical something being broken and stops getting triggered?
Forum: Brokers April 26th, 2015, 03:50 AM
Replies: 3
Views: 2,867
Posted By Crow
Worst Case slippage on CL and ES for stop order

What's the worst case slippage for a stop order on the CL and ES? Obviously, if it's a flash-crash, the slippage is unbounded, but for traders placing stops just below significant support or just...
Forum: Traders Hideout August 21st, 2013, 10:36 PM
Replies: 53
Views: 23,100
Posted By Crow
Intel only makes 2 compilers. One for C/C++ and...

Intel only makes 2 compilers. One for C/C++ and the other is for Fortran. There is probably a reason why they still make a compiler for Fortran even though relatively few programmers actually know...
Forum: Traders Hideout August 21st, 2013, 10:33 PM
Replies: 53
Views: 23,100
Posted By Crow
That's why for me anyway, it makes the most sense...

That's why for me anyway, it makes the most sense to develop the strategy in Java and move to C++ if I need more speed.
Forum: Traders Hideout August 21st, 2013, 07:22 PM
Replies: 53
Views: 23,100
Posted By Crow
I agree. Apparently, there are firms that do...

I agree. Apparently, there are firms that do high-frequency / low latency trading in Java:

High-Frequency/Low-Latency Java Software Engineer, Cutting-Edge Proprietary Trading House ? New York,...
Forum: Traders Hideout August 21st, 2013, 02:40 PM
Replies: 53
Views: 23,100
Posted By Crow
I agree with all your other points, but I find...

I agree with all your other points, but I find that I spend more time focusing on other aspects of the trading system besides the look and feel of the GUI. The Swing framework could be improved, but...
Forum: Traders Hideout August 21st, 2013, 12:22 AM
Replies: 53
Views: 23,100
Posted By Crow
I would say that how good the programmer is (how...

I would say that how good the programmer is (how smart he or she is regarding choice of data structures and algorithms) and generally how much thought is put into the system design will have a much,...
Forum: MultiCharts August 20th, 2013, 05:39 PM
Replies: 2
Views: 2,411
Posted By Crow
How do I export entire database?

I want to export tick data that I have collected in MultiCharts stored in the quote manager database. Is there a way to do that besides manually exporting one symbol at a time into ASCII?
Forum: NinjaTrader January 6th, 2012, 01:11 PM
Replies: 1
Views: 2,253
Posted By Crow
Any way to log time and sales to text file from NinjaTrader?

Does anyone know of an indicator that simply dumps time and sales data to a text file from NinjaTrader? I think there was something called GOMRecorder that did that 2 years ago, but not sure what...
Forum: NinjaTrader December 7th, 2010, 09:17 PM
Replies: 7
Views: 6,684
Posted By Crow
Thanks bukkan, appreciate.

Thanks bukkan, appreciate.
Forum: NinjaTrader December 6th, 2010, 02:33 PM
Replies: 7
Views: 6,684
Posted By Crow
But when a value is set to the dataseries -- does...

But when a value is set to the dataseries -- does it replace the value at index 0 or simply push back all entries by 1 and then set the 0 index to the new value?

So when backfilling, onBarUpdate...
Forum: NinjaTrader December 5th, 2010, 06:37 PM
Replies: 7
Views: 6,684
Posted By Crow
Some Basic NinjaTrader Coding Questions -- IDataSeries

I am trying to convert the reverse-engineered JMA indicator found in the MAMulticolored zip under the download section to run on my Java-based platform. Most of the conversion is straight-forward,...
Forum: NinjaTrader October 3rd, 2010, 07:51 PM
Replies: 22
Views: 8,326
Posted By Crow
I am still in the strategy development phase and...

I am still in the strategy development phase and I have not yet found a strategy that I feel comfortable enough automating and letting it run on its own. However, I don't use NinjaTrader and built...
Forum: NinjaTrader October 2nd, 2010, 11:15 AM
Replies: 22
Views: 8,326
Posted By Crow
If you have programming experience and you have a...

If you have programming experience and you have a system that really works, you can code it to use your broker's API directly and bypass Ninja. Even if you convert your strategy to unmanaged code,...
Forum: Brokers October 1st, 2010, 10:54 AM
Replies: 3
Views: 2,480
Posted By Crow
Thanks Locust, your data is highly appreciated!

Thanks Locust, your data is highly appreciated!
Forum: Brokers October 1st, 2010, 04:30 AM
Replies: 3
Views: 2,480
Posted By Crow
Historial VIX Data

Anyone know where I can get historical VIX data in 1, 5, 10, or 15-minute snapshots? I would like to match it up with ES data that I have collected to see if it can enhance my short-term trading...
Forum: Brokers October 1st, 2010, 04:28 AM
Replies: 22
Views: 17,265
Posted By Crow
How do they know that you are actually using the...

How do they know that you are actually using the API to run your own code vs. using NinjaTrader or one of the other supported 3rd part apps? Is there some special token that is exchanged upon...
Showing results 1 to 25 of 29

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top