Search results

  1. J

    - Toronto Meet-Up -

    I trade the Fx instruments only. the only manual selection i do is to decide which instrument will go into active trade and kickstart the ninjatrader. Its a decision i make daily around 5 pm. my strategy trades between 7 pm EST to 3 pm EST next day. I am a technical analysis based trader where...
  2. J

    - Toronto Meet-Up -

    ok. then i am a active trader. I put in atleast 1 trade a day automated via ninjatrader to IB
  3. J

    - Toronto Meet-Up -

    does trading daily count as active trader?
  4. J

    - Toronto Meet-Up -

    @Trendguy i would be interested to hang around traders.
  5. J

    where can i find tws version 10.12.2q

    i use amibroker and apparently the new tws versions have issues with amibroker. i am looking to download the older version. where can i find tws 10.12.2q?
  6. J

    is IB down

    i cannot get any data from ib. i have restarted it and its not working.
  7. J

    what should i fill here?

    when i logged into my ib a/c, there is a main page where it wants me to fill the details. i am just full time employee for a company and ib is where i hold my personal investments. what should i type here?
  8. J

    where did my position go away (broker=IB)

    i am finally reconciling my trade accounts to do my taxes for 2021. what i find interesting is that i cannot find the full trades for TZA for eg. i have no matching closed trades for tza and its not in my open positions in 2022 so far
  9. J

    where did this slide come from

    I was cleaning up my old boxes and found this incredible slide. I dont know where it came from originally (speaker/teacher/...) Does anyone know ?
  10. J

    Personal Trading Journal

    This will be placeholder for my daily trading journal
  11. J

    how do you document strategy and rules

    i have build a few strategies in ninjatrader. i realize that i dont have a visual flow for the strategy and when i change it, i am scrambling how i put it in first place. how does one document the strategy and rules. its easy to build it but hard to remember when i maintain it.
  12. J

    can i setup ninjatrader on a rack?

    ok. it does not detail that. need to find out.
  13. J

    can i setup ninjatrader on a rack?

    its about 1k. Is that a good price?
  14. J

    can i setup ninjatrader on a rack?

    i see this sold on facebook market placce. I am curious if this is useful for setting up backtesting systems? NEW Dell Precision 3930 Rack Workstation - i7-8700K 6C 3.7GHz - 64GB RAM, 256GB M.2 NVME, 1TB HDD
  15. J

    refactor logging

    you are right, i cannot do the same with a strategy. its a pickle NinjaScript File Error Code Line Column StrategyExtensions.cs Type 'NinjaTrader.NinjaScript.Strategies.Strategy' already defines a member called 'Strategy' with the same parameter types CS0111 10 10 using System; using log4net...
  16. J

    refactor logging

    would this override the default contructor for Indicator? public Indicator() { ConfigureLog4Net(); }
  17. J

    refactor logging

    i am in process of using Log4Net and want to refactor the logging. I added the Log4Net config to the indicator but realized that every time i called to log a message, its going to initialize log4net. is there a better way? using System; using log4net; using System.IO; namespace...
  18. J

    how to run a cicd pipeline for ninjatrader

    After struggling with coding errors impacting trading, i have started separating dev and prod setups. My current setup is 1. dev (separate ninjatrader instance running on sim, connection replay) 2. test(separate ninjatrader instance running on sim, connection paper trade) 3. prod(separate...
  19. J

    how to deal with ninjatrader cancelling open orders

    could i join your chat with RedDuke. i would like to learn too
  20. J

    how to deal with ninjatrader cancelling open orders

    i just moved my sqlserver off this box and so will get some of that memory back. i can move that docker also off this box. i have 9 charts open and 1 workspace how can i determine how much resources is used by my charts? is there a submetric that i can look at?
Back
Top