- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Mar 25, 2010Same reason MT4 doesn't play well with Vista
Does Meta Trader 4 run smoothly on Windows 7?
-
Ronald Raygun replied Mar 25, 2010Hard to confirm without the code. But general rule of thumb: 0 = SMA 1 = EMA 2 = SMMA 3 = LWMA
What does this MA cross over indicator mean??
-
Ronald Raygun replied Mar 25, 2010it's not SMAs, it's the 5EMA and 6EMA
What does this MA cross over indicator mean??
-
Ronald Raygun replied Mar 25, 2010I got my first internship when I was 16 working over the summer at Greenwich Capital Markets (since acquired by RBS) in their IT department. My job was simply to break and report errors in the trading platform to the IT group, and gather feedback ...
Trainee Trader job?
-
Ronald Raygun replied Mar 25, 2010Get a trading internship wherever you can. Company doesn't matter right now, you need to build your track record.
Trainee Trader job?
-
Ronald Raygun replied Mar 25, 2010//inputs extern double Lots = 0.1; extern bool MoneyManagement = true; extern int Risk = 1; extern double MaxLotSize = 5; extern int MaxTrades = 10; //Body of EA int OpenTradeCount = 0; double Lots1 = 0; double Lots2 = 0; Lots2 = Lots; if (Lots2 > ...
How to code lot size split ?
-
Ronald Raygun replied Mar 24, 2010You could've asked... Unique Settings: extern int PipsBuffer = 20; Number of pips added to the high/low extern int InitialRange = 12; Number of bars after the opening bar to start trading (eliminates initial whipsaw) extern int MaxTradesPerDay = 1; ...
conditional breakout system
-
Ronald Raygun replied Mar 23, 2010You're better off using fx options if you want to trade that strategy.
Trading idea
-
Ronald Raygun replied Mar 21, 2010I find this to be more useful: url It's usually able to detect your local time zone
Forex opening times
-
Ronald Raygun replied Mar 20, 2010Assuming every sale was an affiliate sale.... FRWC needed to sell ~300 memberships to break even (prize money). I suspect sales to be in the 2000-3000 range. Assume 50% refund rate (typical forex products) so 1000 to 1500, they're still in the black ...
Forex Robot World Cup?
-
Ronald Raygun replied Mar 20, 2010Won't work, the EA will only trade intra-day breakouts.
Generic Breakout V5
-
Ronald Raygun replied Mar 18, 2010Learn to identify when a trade is going against you
What is the key to sucessful FOREX trading?
-
Ronald Raygun replied Mar 18, 2010Quite possible, just need a lot of ram. =)
How to broadcast a signal from my MT4 to 100s of other MT4 accounts?
-
Ronald Raygun replied Mar 18, 2010There's no reason why you can't setup an account copier on your computer, unless you want to give your clients reader EAs which will check a webpage for signals from your feeder EA.
How to broadcast a signal from my MT4 to 100s of other MT4 accounts?
-
Ronald Raygun replied Mar 18, 2010How often do trades occur? Since you're manually placing trades in 70 accounts, I'd say there is plenty of time for trades to be placed, yes?
How to broadcast a signal from my MT4 to 100s of other MT4 accounts?