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.

zoltran

Members
  • Content Count

    4
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • City
    London,ON
  • Country
    Canada
  • Gender
    Male

Trading Information

  • Vendor
    No
  1. Taz Many use their brokers feed. IB , zenfire etc Is that an option? Or buy a real feed like esignal or iqfeed.
  2. OpenTick itself is free. Just like it says. However, the Exchanges require them to collect exchange fees. Just like they do for Esignal, DTN or other provider. OpenTick doesn't keep that money. You only need to pay the exchange fees for Real Time Streaming data. You can use Opentick for free if all you want is backfill/historical or delayed R/T data. Having said that ... You get what you pay for. - It's un-filtered. So all bad ticks from the exchange pass thru. This goes for the R/T stream, and historical data. - There is no customer support. Forum entries, or Help Tickets will go days without answer .. if ever. - They have had some reliability issues .. which appear to be fixed. I used them for many months as a backfill/historical data. I use InteractiveBrokers as my Real/Time feed, and a 2nd connection to OpenTick to retrieve any historical data. This works ok... The IB feed is very low cost way to receive a R/T stream for many instruments, and using OpenTIck to fill any historical gaps is a great bonus. I have several friends doing this now. However, OpenTick can be quite slow for backfill and there are data quality issues from time to time. I Also tried Opentick as my primary R/T feed for a while. It was a good fast feed. But I went back to IB just to avoid paying the exchange fees. The biggest problem I had was that the feed is totally un-filtered, and there are no data-quality people on staff to correct problems. If the exchange send garbage .. you get garbage. Like when Globex starts up on the weekend for a test with back-dated / garbage data..... and you left NT running. You get all the garbage data .. and there's no way to get rid of it. NT cant' fix it .. as it's bad from the source. Esig and IQFeed and the others also have data quality problems from tme to time. Except .. they can and do fix this type of problem. I now use IQFeed. Hope this helps.
  3. Hi My strategy was looking for a cross between ADXVMA(2) and ADXVMA(5) What the strategy plotted on the screen looked more like I used ADXVMA(6 and ???)... The problem was the indicator initialized it's Parameters, such as ADXPeriod, MA Period etc the "Initialize" section of the Indicator. That section is only run once by NT and is used to setup plots in memory etc. Initializing parms here doesn't seem to cause a problem when you are only using the indicator on a chart. But it does seem to affect how parms are passed to the indicator when used with a strategy So .. the result was that it ignored or mistook any parameters that I used. Moving the 4 lines below into the 'OnBarUpdate' section fixed the problem WeightDX = ADXPeriod; WeightDM = ADXPeriod; WeightDI = ADXPeriod; ChandeEMA = ADXPeriod; Again, Thanks to Sparrow for porting this indicator and Josh for fixing it. I'm just the happy user !
  4. Hi Folks I've been a recent 'lurker' here over the last few weeks. Re-discovered TL after Sparrow posted the Fantail VMA on the Ninja Support board. I'm just blown away by the community spirit here. I'd like to make my own small contribution. There was a small bug in the ADXVMA version posted to TL. This bug would cause the indicator to plot very different values when used in a Ninja Strategy. Thanks Josh and Sparrow, this is now fixed. I've posed the fixed version below. ADXVMAv3.zip
×
×
  • Create New...

Important Information

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