Search results

  1. I

    Get consistent profits and low risks with this automated trading system: Click Here!

    martingales "work" until they crash your account (typically during a big trend). EVERY martingale wil eventually crash and think about it : you're gonna have a drawdown of the highest lot opened, but with a profit of the smallest lot opened so for example is you start at lot 0.01 and the...
  2. I

    [results] Swaps eat all the profits

    well no offense but i'm using primarily MetaTrader 5 it has real historical spread backtests (spread is recorded by each broker and retrieved when making a backtest so you can test your strat on a specific broker) it has slippage simulation and all free data. I think it's pretty close to being...
  3. I

    [results] Swaps eat all the profits

    thank you. it seems to be really good. but i'm afraid of the costs. With MT5 everything is free (data and all) it's not the same for IB, right ? you need quite some amount of money, just to start ?
  4. I

    [results] Swaps eat all the profits

    ok I didn't know swaps were only for CFDs. thanks for that info :) which platform do you recommend from a european user ? with algorithmic features if possible thanks again Jeff
  5. I

    [results] Swaps eat all the profits

    I'm trying to understand how investing and trading work. I created a simple buy and hold robot that trades 9 major Indices (STOXX50,F40,JP225,AUS200,UK100,DE40,US30,US500,USTEC) I'm trying to replicate all the "10-20% a year" that lots of traders show trading indices, but the problem is swaps...
  6. I

    Looking for an Edge !

    yeah lag is a part of moving averages, impossible to remove it causally
  7. I

    Is Trailing-Stop like trading with Moving Averages ?

    man i'm done with moving averages, i'll try it thanks but I got not a lot of expectations i've tried every possible combination and none work MAs would work if price action would be very smooth to begin with, but PA isn't obviously. Even with the delay of the process, it would work. But price...
  8. I

    is Out Of Sample testing useless ?

    that's exactly what i'm saying. If it fails in OOS, you discard the strategy ? but that's exactly how the GO works It doesn't give more information about the strategy
  9. I

    is Out Of Sample testing useless ?

    Most users of Optimization techniques, whether it is in a Neural Network or simple Parameter optimizations, use "out-of-sample" verification to assess if an optimization will keep working in the future. there is only one problem with that approach : if the strategy is then not profitable on...
  10. I

    Is Trailing-Stop like trading with Moving Averages ?

    because i've tried every Moving Average combination possible and even adaptive ones, and none are working i'm not talking about using MAs in your strategy with other tools, but using pure MAs for entries and exits (if ma0 > ma1 && ma1 < ma2) then buy this kind of strategy. it doesn't work and a...
  11. I

    Getting Started With Algo Trading

    I would start by looking at simple codes, like a simple RSI or Moving Average and try to understand how it was programmed, based on the Math formulas of each indicator
  12. I

    Getting Started With Algo Trading

    The advantage of MT5 (apart from being free) is that you can download the exact tick data AND the spreads that were historically outputed by that broker (using "Tick based on history" data option). So you can test an EA with accuracy and see if it worked with that broker specifically in the past...
  13. I

    Is Trailing-Stop like trading with Moving Averages ?

    I think that exiting a trade using a Trailing-Stop would be like using a moving average to exit your trades, because the Ts moves the SL as the price goes up (or down) but closes the trade only after the price retraces. And the higher the Ts, the higher the retracement (but the profit also) ...
  14. I

    Flash Crashes

    use guaranteed SL
  15. I

    the reason indicators don't work isn't because they're lagging

    well trading IS predicting prices
  16. I

    Diversification good or bad?

    then trade forex, not stocks also "buy and hold" is not really a strategy. It's a trade off if you don't know how to trade, because stocks are bullish in nature
  17. I

    How do people fail at this?

    yep .if slippage is an issue in your strategy then there is a problem somewhere
  18. I

    the reason indicators don't work isn't because they're lagging

    imagine a world where there are 10'000 different nail clippers, and everybody tries to clip their nails with them but none work. Only a few elected have the leisure to cut their nails. thus everybody has very long nails, and most people think it's impossible to find working nail clippers XD
  19. I

    is it justified for me to concern about broker reverse engineering my strategy?

    also what they can do is simply copy the trades. at that point there is nothing you can do
Back
Top