- Search Energy EXCH
-
ixbone replied Jan 21, 2012yes *ma's work — my own ea trade with ema open and lwma close and rsi as filter (filtering 45-55 range areas) and shifting bars on daily tf. plus a nearly perfect money management
the important values, please take a closer look: - ...Why exactly do EMA crossover systems not work?
-
ixbone replied Jan 18, 2012try (sell example): extern bool AlertON=false; extern bool EmailON=true; extern bool SoundON=true; extern bool VoiceON=false; extern bool SMSON=false; extern string ExtSoundFileName = "alert2.wav"; if(your condition) { if((lastAlertDirection == ...
Please add an email alert to this indicator
-
ixbone replied Jan 18, 2012maybe a pair (count profit/loss on all pair orders) script/code can help, example: extern bool PairProfit=false; extern double MinPairProfit=25; if(PairProfit==true){ if(PairProfitLossCalc()>= MinPairProfit){ ClosePairAll(); Print("PairProfit - Pair ...
EA/Script to close all orders when profit hit?
-
ixbone replied Jan 18, 2012suggestion to test: run the terminal.exe in XP (SP3) compatibility mode
Does MT4 get clogged after a while?
-
ixbone replied Jan 18, 2012you can download dukascopy.com (open demo account) 99% tickdata in csv, then import in excel
Where can I find EUR/USD 4h data in excel?
-
ixbone commented Oct 26, 2011talking about a NOT finished conference is storytelling and untrustworthy
EU Summit Headed for Failure – EUR/USD Drops
-
ixbone replied Aug 26, 2011sorry not correct! again: on mt4 data you calc on daily high and lows, no ticks between on 99% quality you calc on ticks too, so if your ea works with tick data, you must have 99% to debug tick errors in your ea! example: if you use indi's with ...
BigBob: Nanningbob V10 auto-trading robot by SteveHopwood
-
ixbone replied Aug 26, 2011sorry, you accept 50% error rate, wrong signals, no signals? fyi: 90% metatrader data ist based and calculated on daily high and lows! 99% is based on every tick! cheers IX
BigBob: Nanningbob V10 auto-trading robot by SteveHopwood
-
ixbone replied Aug 26, 2011sorry whip, but 50% backtesting quality is useless, minimum 90% = OK, 99% = near perfect <=1% cheers IX
BigBob: Nanningbob V10 auto-trading robot by SteveHopwood
-
ixbone replied Aug 26, 2011Yes, except the lot size 0.1 lot dd 48% original 0.02 12% dd if you decrease the lot size to default 0.02 you can trade serveral pairs 99% backtesting quality is based on dukascopy data, if ea's survives 2008-2011 (crisis - fukushima), they are ...
BigBob: Nanningbob V10 auto-trading robot by SteveHopwood
-
ixbone replied Aug 26, 2011FYI — Backtesting EU 99% Quality, lotsize 0.1, 10k balance 1.1.2008-03.24.2011 in general, a really nice and stable ea, maybe some backtesting optimization can bring some better results, especially timeframe settings, which is currently ...
BigBob: Nanningbob V10 auto-trading robot by SteveHopwood
-
ixbone replied May 17, 2011easy martingale — martingale trading is easy if know what to do: - max level 9 (most 1-4) - doubled entry steps, like 25, 50,100,200,.... - reduced profit on higher levels (closes mart. orders earlier) - no stop loss - well suited account - ...
Analysis of Martingale
-
ixbone replied Mar 17, 2011yes it is possible — if you have the balls to trade without sl and have proper equity, you can win
i trade a similar system my 2ccheck it out - my system
-
ixbone replied Aug 25, 2010Get Martingale running in forex — hi volks, its really easy to get martingale running with profits! How? example: we buy at 1,500, markets drops: entry order: 1,500 lot 0.1 (profit: 0.1) 2nd order at 1,475 - lot 0.2 (25pipstep) (profit: 0.05) ...
Why martingale doesn't work in trading
-
ixbone replied Mar 31, 2009hi, the perfect setup is and costs doesent matters: -take a real isp not an asp provider! real isp have their own redundant network, asp providers are customers from real isps - an real isp with offers vps with iscsi (redundant servers and iscsi ...
VPS Contingency Planning
-
ixbone replied Jan 25, 2009yyc personal i use a self-modified version of "daily_range_calculator" (bottom) and some others, just for information, mainly i use the average stats, attached a snapshot from my live account google is your friend... hope that helps IX
How you place your stop loss?
-
ixbone replied Jan 25, 2009Xaron yes this is my trading style since 12 years, well I lost also money at the beginning of my forex career, in finding the right style/system for me. Well I, - dont overtrade, - trade forex, options and futures fulltime, - I'm calm if a trade ...
How you place your stop loss?
-
ixbone replied Jan 25, 2009Daily Average — Xaron, yes i have the balls :-) and more important the account :-), I trade 0.1 - 0.32 on a 100k account (not 1.0!), so i have enough room to trade other pairs too, also remember, not every trade is till 0.32 lot size, mostly ...
How you place your stop loss?