Recent content by A_B

  1. A

    Stop-Limit order in easylanguage (tradestation)

    Use StopLimitOrder function. The StopLimitOrder function is used to configure and send a stop limit order using the order entry macro .PlaceOrder. You can call this function directly from your own EasyLanguage code to simplify the formatting and generation of macro orders. Syntax...
  2. A

    multichart vs amibroker ?

    MultiCharts: - PowerLanguage is almost fully compatible with TradeStation EasyLanguage - Many brokers including my favorite Interactive Brokers support automatic trading with MultiCharts AmiBroker: - Very good for backtesting trading strategies on large portfolios such as all NASDAQ or NYSE...
  3. A

    Switched from Kaspersky Internet Security to Bitdefender

    Bitdefender is the best free antivirus for home users http://www.bitdefender.com/solutions/free.html Tests of antivirus software https://www.av-comparatives.org/
  4. A

    Need Help Back/Forward Testing An IntraDay Strategy

    I would recommend TradeStation or MultiCharts(PowerLanguage) for this task. You can download MultiCharts free 30-day trial. Test strategy is not enough. You should understand what edge the strategy has, why it works, who (what group of traders) will enter the market after your entry.
  5. A

    How interconnected are markets

    See the picture: Dow Jones, Crude oil, EUR/USD, Gold. Time frame 30 second
  6. A

    Opinions please: Ninja vs Multi-charts .net vs Wealth-lab

    Wealth-Lab is the best platform for a large portfolio backtesting. For example, all NASDAQ or NYSE stocks. NinjaTrader: good for indicators and simple strategies. There are some limitations and bugs in strategies backtesting and autotrading. MultiCharts.NET: I still prefer PowerLanguage for a...
  7. A

    Opinions please: Ninja vs Multi-charts .net vs Wealth-lab

    Hi, I can code and backtest trading strategies for MultiCharts, NinjaTrader, Wealth-Lab and other trading platforms.
  8. A

    What defines an "Edge".

    If you know who and why will drive your position after your entry (what groups of traders), you have the edge.
  9. A

    What languages are programmers learning?

    EasyLanguage (TradeStation) is the best programming language for traders. PowerLanguage (MultiCharts) almost fully compatible with EasyLanguage. C is the basis for many programming languages (MetaTrader MQL, AmiBroker AFL etc) C# use many trading platforms (NinjaTrader, Wealth-Lab etc)
  10. A

    Russian collapse coming?

    Russian indexes today: RTS +20% MICEX +25% Is it collapse? ))
  11. A

    ES method - How to duplicate backtest?

    This system will not work. Average Trade = Total P/L / # Trades = $4.67. Profit Factor = (Avg Win * % Win ) / (Avg Loss * % Loss) = 1.16.
  12. A

    How's SSF going?

    What's wrong with US SSF? Why US SSF volume is tiny? Compare with top Russian SSF: Mar 04 EERU 118733 contracts/day, 5280 trades/day. Mar 04 GAZR 62548 contracts/day, 1148 trades/day. http://www.rts.ru/index.cfm?id=2808&ns=F&day1=040212
  13. A

    Historical Intraday Data

    Omega ProSuite / MetaStock (ASCII) http://www.forexite.com/free_forex_quotes/forex_history_arhiv.html
  14. A

    IB TWS/MetaServerRT to chart w/ TS2000i?

    To start MSRT press green button. Configure Global Server as for eSignal (DBC Online). Make symbol "Connected".
  15. A

    IB TWS/MetaServerRT to chart w/ TS2000i?

    How to set id using Ask record
Back
Top