Algo-Luke
Algo-Luke
Friends

Add friends via their profile or user search and you will be able to see if they are online

Algo-Luke
Added topic 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
Algo-Luke
Added topic MT5 Broker - Ger30 - SP500
Hi guys,   do you know a broker where I can  trade (demo)  ger30 and SP500 etc. ?     Thanks? 
Algo-Luke
Added topic 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
Algo-Luke
Registered at MQL5.community
Algo-Luke
Added topic 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
Algo-Luke
Added topic 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);