Recent content by FXCode

  1. F

    Systems trading - what are all the buggers?

    thierry - Give me a winning system, I'll take care of money allocation :-) Really, if you have a winning algorithm, just allocate 1% of money on every trade. This is definitely the easiest part of any system. And if a system requires complex money management, it is usually not really profitable...
  2. F

    Systems trading - what are all the buggers?

    Truth is most people who really know how to develop trading systems, and I mean REALLY know, not just mega-optimizing the entire world into their strategy.. They won't talk.
  3. F

    Scalpers stop loss

    It depends on the signal! Assigning a standard SL is wrong. SL should be placed according to the signal upon you trade.
  4. F

    Automatically getting 'yesterday' and 'today'

    datetime dToday = iTime(Symbol(), PERIOD_D1, 0); datetime dYesterday = iTime(Symbol(), PERIOD_D1, 1); Hope it helps
  5. F

    Daily Ranges

    double h = High[iHighest(Symbol(), 0, 10, 0)); double l = Low[iLowest(Symbol(), 0, 10, 0)); Gives you high\low of range of ten previous bars.
  6. F

    What's the best way to be profitable in forex?

    The best way is to choose a trading system (optimally, a chartist one), and trade it with maximum discipline no matter how much you lose. Read 'Trading In The Zone' by Mark Douglas. It is a must book for any trader.
  7. F

    Confirming signals for entering trades...

    You can sometimes see correlative patterns in two pairs (EURUSD and USDCHF for example), which can be used to confirmation. If you see a Channel in EURUSD and the opposite channel in USDCHF, but the EURUSD already broke out and the USDCHF is struggling with support\resistance, you may want to...
  8. F

    My Target - 600 pips peer week

    Nice trading there :) What's your strategy? (Indicators or Price Action)
  9. F

    Have the Computer Trade For You

    Have an system you wish to automate? Have an interesting idea for indicator? We can help. FXCode is a group of developers with expertise in the field of Expert Advisor and Custom Indicators Development in Meta Trader. We can code an EA, translate from other trading platforms and build an...
  10. F

    Forex Losses - Accept Them with Grace

    That's right. One of the main concepts in Douglas book : 'Trading In the Zone'. A must for every trader.
  11. F

    Opening Range Breakout Intraday System

    Breakout system generally just stop working after a period of time.. Mind taking the risk that it will be this time? Support and Resistance are much better signals, in my opinion.
  12. F

    How to deal with gaps

    The Island Pattern is also very profitable.
  13. F

    I have developed an Expert Advisor for MT4

    Post forward-testing results please.
  14. F

    How to deal with gaps

    Experience Experience Experience. Learn the types of gaps, breakaway\exhaustion\etc. I know traders which trade only gaps - 1 hour per day and they are very profitable.
  15. F

    Predicting Breakouts - Accumulation/Distribution

    Very interesting technique. Thanks for sharing.
Top