Search results

  1. trader221

    trading software that allows you to trade several accounts

    If you want I can code you a useful one for copy trading between MT4/5 platforms locally. but you can also use MQL signal by creating a signal account with the main account and synchronize the other accounts with the signal. there are several solutions ....
  2. trader221

    ES correlation with currency markets.

    Correlation Dax/ES in 30 days = 97%
  3. trader221

    ES correlation with currency markets.

    Correlation future contract
  4. trader221

    this story am I the pigeon or is it quantconnect?

    and I read something that this is the most important part to take into account for a serious backtest
  5. trader221

    this story am I the pigeon or is it quantconnect?

    As for commissions, I used the Interactive broker fee model. I have not put a slip model but I am currently implementing it. I will post the results
  6. trader221

    Interactive Brokers: what order type do I use if I want to buy a stock when it drops X amt from peak

    Simply by placing a buy limit order DAY expiration at $ 5 below the current price. the order will be deleted if it is not executed at the end of the session.
  7. trader221

    this story am I the pigeon or is it quantconnect?

    Yes moreover the fees make about 45% of the profit (enormously high). no I did not integrate the slippage. that could be the origin of the problem
  8. trader221

    this story am I the pigeon or is it quantconnect?

    yes its the best way for knowing
  9. trader221

    this story am I the pigeon or is it quantconnect?

    In this story am I the pigeon or is it quantconnect? I want to order a private jet by credit seeing this does it happen to you often?
  10. trader221

    Some questions about Topstep

    The costs of the platform are included in the commissions. If you have a license on the platform you are using, you will pay less commission. You can leave part of your profit in your account. This allows you to increase the threshold of your daily limit and Drawdown. For other questions, i...
  11. trader221

    free backtesting

    Quantconnect, quantpian, cloudquant, arcadetrade ..... Backtest local: Ninjatrader, BackTrader .... But i prefere quantconnect
  12. trader221

    Are all MetaTrader brokers scam?

    AMP which is a us broker gives access to MT5. IG which is world leader in cfd gives access to MT4 .... all depends on the broker. But the shady side at metaquote is that it offers brokers a technology that allows them to do the dealing desk (a prohibited technique). that's why scam brokers opt...
  13. trader221

    Market Data Subscription

    Vous avez un nom magrebine et vous êtes en Espagne . Alors voilà....
  14. trader221

    third party platforms

    Ninjatrader et trading view .
  15. trader221

    Market Data Subscription

    Des data provider comme eSignal, rythmic, cqg permettent d'avoir accès à tous ces marchés à partir d'un seul abonnement.
  16. trader221

    The Best Trading Proverbs

    "Not to trade is also to trade." "It is better to cut your fingers rather than cutting your legs." "Arabs never go to sky." And finally our economics professor always told us the best signal for a trend reversal is when the neighborhood baker begins trading.
  17. trader221

    Tradestation API

    I work directly in the Ewrapper class. for example to check if my order is executed, in the orderopen method which called each time an order is opened I can add this condition. if ((contract.symbol) .equals ("ES") && order.Action () == "BUY" && orderState.getstate () == "Filled") {...
Back
Top