Search results

  1. w4rn1ng

    Popular platforms?

    Lol, i thought about build a dedicated platform too but in the past week coding in the various platforms I've realized that all of them are extremely good and reliable, plus each of them have their unique user base. There's no need to make a new one.
  2. w4rn1ng

    Popular platforms?

    Steve, thank you for your great input. I totally agree with you, my indicator happen to be something innovative (based on a completly new concept not yet known as today), however i do know that newbies aren't gonna to magically become profitables, no matter what. Even if some indicator can be...
  3. w4rn1ng

    Popular platforms?

    I've yet to implement the procedure to control the access to the indicator on ninjatrader (also on other platforms), i mean, the licensing part of the code, that will be the last step. However i guess it will be ready quite soon, I'll also have to make a website and some videos and pdf guides...
  4. w4rn1ng

    Popular platforms?

    Dear Mr. Rooney, thank you for posting in this thread, i would like to ask you some information about the TT platform: is it possible to develop a custom study for it (custom indicator) and rent/lease it to the TT users? Do TT have some business model to deal with developers and make that...
  5. w4rn1ng

    Popular platforms?

    Eheheh, now that's interesting.. Obviously app-stores are very good because they already have thousands of traders as audience, and they (app-stores) on average get 20-30% of the selling profits (commissions). Now as only a few platforms do have these app-stores, a big part of the market will...
  6. w4rn1ng

    Popular platforms?

    I would like to ask for another big help to readers of this forum. What I'm looking for, is find all the various "apps" marketplaces where developers can lease their products to platform clients. So far I've found the Metatrader 4&5 marketplace, the tradestation appstore, bloomberg app...
  7. w4rn1ng

    Popular platforms?

    May i ask you what platform you use for trading/charting? Always curious eheh
  8. w4rn1ng

    Popular platforms?

    Yes, I've also wrote why i don't trade anymore, and why i want to share my discoveries with the world. There is nothing strange really, i know different traders that like me after a decade of daytrading everyday are tired of it, i traded so much, had my experiences, now i look for a less...
  9. w4rn1ng

    Popular platforms?

    Thank you for your great reply, it's full of useful information and insights. I must ask you a question, but please keep in mind in no way i intend to offend you or be rude, i just need to understand. You say you are a pro, this mean (i guess) trading is your job and/or you do trade for a...
  10. w4rn1ng

    Popular platforms?

    No you are right about the price, that price (500usd/month) was specifically thought for really professional traders, and i mean traders that trade hundreds of millions of dollars on a daily basis, to them 500usd is just insignificant amount of money. I know that keeping a high price for non...
  11. w4rn1ng

    Popular platforms?

    So far the development process is going smooth, the indicator is already developed (not released yet) for the following platforms: Metatrader 4&5 Ninjatrader 7&8 Sierrachart Some headaches figuring out all these different (yet similar) coding languages but seems like things are going forward...
  12. w4rn1ng

    Help with ninjatrader scripting

    Dear terr, thanks for your help. Apparently i managed to fix the situation, using the following code for declaring an array: double [] indi = new double[10]; //instead of just double[] indi; or also double [,] indi = new double[10,10]; // instead of double[][] indi; I must say i don't know...
  13. w4rn1ng

    Help with ninjatrader scripting

    Ok look at this, i just take a working indicator (ATR), i made a copy of it (ATRx), and make the following modifies: added "private Series<double> speeda;" and "speeda[0]=1;" and magically everything stop working.
  14. w4rn1ng

    Help with ninjatrader scripting

    Thanks for the suggestion, just posted there too ;)
  15. w4rn1ng

    Help with ninjatrader scripting

    Dear programmers, i need some help with ninjatrader 8 scripting. Please forgive my ignorance. So, i'm playing up with the code, basically a simple test indicator, with 2 outputs: "Outputx" and "Outputxx". Now, as we can see in the first image, i put the code: Outputx[0]=High[0]...
  16. w4rn1ng

    Popular platforms?

    I was joking in my last post, anyway I'm serious in my project. To Forewind: I don't need to write a new trading platform, just a set of custom indicators for some popular ones. If you have some particular platform that you use or know and you would like to bring it to my attention feel...
  17. w4rn1ng

    Popular platforms?

    Thanks! It is a pleasure for me to contribute to human evolution, financial markets and trading exist from centuries and it always has been more of less gambling. But now it's time to bring light where light there isn't, the time has come to make the next step in the technical analysis...
  18. w4rn1ng

    Popular platforms?

    What would you do? I traded with it for a decade, now I'm looking for a less stressful way of living, plus i want to share my discovery with the rest of the world. Even if, pessimistically, one year from now 99% of traders will be using some replica versions of my product, i guess it will...
  19. w4rn1ng

    Popular platforms?

    Yes, a good coder will be able to re-write it from scratch just by seeing it on a chart, so it is possible that "pirated" versions of it will pops up in various retails forums at some point. I have tried to patent it in this year, but scientific methods and mathematic formulas are not...
  20. w4rn1ng

    Popular platforms?

    No actually newbies are not my target, i could sell my product for 50usd/month and target newbies (retail traders mostly), there are millions of them, new comers every month, but i'm not interested, my ideal clients are professional traders, with 5-10yrs experience.
Back
Top