Search results

  1. TradingGuy

    MultiCharts Automated trading

    I gave the conversion a try with Chat GPT. It gives it a go, but it's not a complete conversion. Might be a good start.
  2. TradingGuy

    MultiCharts Automated trading

    For those of you using MC, is anyone using MC .Net? I've used both for different reasons and continue to do so, though lately been spending more time with the .Net version.
  3. TradingGuy

    NT8 Algo - trying again

    It works well for me and others I have written scripts for. Hopefully, the people you are hiring have experience building systems with NT.
  4. TradingGuy

    Porting from EL-PL in MultiCharts to C# for QuantTower: Tips?

    Curious. Did you consider MC .Net before deciding to move to Quantower?
  5. TradingGuy

    Gateway and mobile app

    I am considering opening an account with IB, again. It's been a while. If I'm running the gateway with a front end like Ninja, can I log into the same account the gateway is logged into with IBKR Mobile and not have an issue with the gateway being dropped? Or do I need a second account, pay...
  6. TradingGuy

    Does this simple EL code work in TradeStation?

    Verifies, Prints 0.
  7. TradingGuy

    Signal generation "automation" suggestion request.

    TOS has Thinkscript. MultiCharts and TradeStation have EasyLanguage.
  8. TradingGuy

    Multiple broker accounts + 1 trading platform user interface?

    To be clear, I'm not suggesting using the standard DOM Trader with MC, Ninja or even TradeStation. All of these products allow programmatic input of Account and Symbol. NT with the DLL interface, MC .Net by exposing the Trade Manager, and TS with the use of Order Objects. All three would...
  9. TradingGuy

    Multiple broker accounts + 1 trading platform user interface?

    All accounts? I have not done it, but it looks to be possible with MC.NET. Same is also possible with NinjaTrader which does have a DLL interface.
  10. TradingGuy

    Multiple broker accounts + 1 trading platform user interface?

    MultiCharts can also connect to multiple brokers from one workspace.
  11. TradingGuy

    How to apply auto strategy to 200 stocks in TradeStation Plateform?

    You can enlist the assistance of someone who has done this, maybe purchase a template, or hire a TS consultant.
  12. TradingGuy

    How to apply auto strategy to 200 stocks in TradeStation Plateform?

    That's an example of implementing order management with Radar Screen. Yes, in that example it's a manual trigger. Same concept can be done with full automation. I've run fully automated strategies up to 500 symbols with no issues. In theory you can go as high as 2000. There is a lot of...
  13. TradingGuy

    How to apply auto strategy to 200 stocks in TradeStation Plateform?

    You can run strategies out of Radar Screen with Order Objects. Hundreds of symbols are no issue. I do this daily. It is significantly more coding effort than a TS "Strategy". Search for Grid Trading in the TS forums and you will find information. You can also look at MultiCharts. MC offers...
  14. TradingGuy

    Fidelity's 0 Commission Platform, what are the cons?

    Well, scratch that. Fido is dropping WLP as of end of July.
  15. TradingGuy

    Fidelity's 0 Commission Platform, what are the cons?

    Agree on the customer service, it's very good. Something else with Fido - if qualified, you can use WealthLab Pro along with ATP.
  16. TradingGuy

    TradeStation to Trading View Bridge?

    MultiCharts may be a good option as mentioned by ZBZB. You can also send TS orders to NinjaTrader and use their brokers. That gives you IB for MultiCharts, or TDA/IB with Ninja. Not sure where you are, and what these brokers offer there.
  17. TradingGuy

    Platform with ranking ability for indicator values

    Yes, I do. While Power Language and Easy Language are similar syntactically, there are differences in implementation. Operationally, the products have many differences. MultiCharts offers C# as well.
  18. TradingGuy

    Platform with ranking ability for indicator values

    There is plenty of information and examples on the TS support forums. You could spend many hours reading. A search of Order Object Example on that forum should be more than enough to get you started.
  19. TradingGuy

    Platform with ranking ability for indicator values

    Yes, it could still happen. With the indicator approach to buying and selling there is no "strategy" and no strategy safeguards, it needs to be coded. Maximum number of positions simultaneously open would likely be a user input. The code would need to track entries and exits to control this.
  20. TradingGuy

    Platform with ranking ability for indicator values

    The macro code would look something like the below. I would strongly suggest Order Objects rather than Macros, much more flexibility. These would be placed in a indicator, and the indicator would buy or sell. The macro is the easy part, controlling the macro, number of positions, dealing with...
Back
Top