Forum

History Events

Hi Guys, do you know a source where it is possible to download history -event-data (Forex-Calendar) of some years? Thanks in advance! Luke

MT5 Broker - Ger30 - SP500

Hi guys, do you know a broker where I can trade (demo) ger30 and SP500 etc. ? Thanks

Backtesting-optimation analysis

Hi guys, i have a question about backtesting in MQL5. is it possible in an optimation-backtest to export every signal to Excel? so if there 10 backtests in an optimation, i would like to analyze every Signal(acting) in Excel. Thanks! - Lucas

One Day The System Dies

Hey guys, As we all know, one day every trading-system will die. I try to find out a good way/indikator/signal that shows me when its time to switch off my trading-system. i heard that some algo-traders use a moving average on the equity-curve. looking forward hearing from you some tips&trick

Dynamic StopLoss needs MoneyManagement

Hi guys, i have programmed the following StopLoss : double StopLossDyn() { double MovAver = iMA(NULL,0,10,0,0,PRICE_CLOSE,0); double BB= iBands(NULL,0,10,1,0,PRICE_CLOSE,MODE_LOWER,0); double y; double x; y = ((MovAver-BB)*100000); x = MathAbs(y); return(x); } My frist question: did i make a logic