Robert Walker
Robert Walker
4.8 (6)
  • Information
4 years
experience
2
products
17
demo versions
0
jobs
0
signals
0
subscribers
Wiberty
Robert Walker
Robert Walker
Over the past year I have experimented with three different methods of trading in the currency markets: computer automated algorithmic trading, human manual trading and semi-automated algorithmic trading.
Purely automated trading - using pattern recognition and data mining - has proven to be very unsuccessful, which is is to be expected, as it is highly unlikely that there exists a magic formula for technical analysis that can be applied at all times. If such a thing existed, the designer of the magic money box would quickly become the richest person in history, given the trillions of dollars that pass through the financial markets every day. Successful automated algorithms in the markets compete on speed of response to price imperfections between markets and to variances between market expectations and economic data announcements.
Manual trading has had variable returns, yielding a slight net gain, but this is no guarantee of future performance due to the lack of a reusable fully codified strategy.
The most successful method is the hybrid combination of a human and a machine working together in real-time, which has performed very well over the testing time period. The human (me) innovates and modifies ideas from large volumes of data processed by the algorithm, as directed by me. The semi-automated algorithm then dispassionately executes the trading plan exactly in the lifespan of the strategy, monitoring every market tick instantly every moment of every day.
Robert Walker Published product
Reviews: 6
FREE

The Multi Trendlines indicator automatically draws the dominant trendlines on the current chart. The indicator looks for the 5 best Up trends and the 5 best Down trends as at the current price, drawing each trendline if filter conditions are met. The trendlines are named "Trendline"+[Direction]+Symbol()+TrendlineSequenceNumber For example: The second Up trendline on a EURUSD chart would be named "TrendlineUpEURUSD2".   To get its current value would be

Robert Walker Published product

The Sentiment Ratio indicator gauges current Market Sentiment between -100% and 100%, where lower than -40% is considered Bearish and higher than 40% is Bullish. The channel between the two is considered Neutral. The indicator has been a very useful filter tool for signals within a trading system. Example call function:  int SentimentIndicator(double triggerLevel)//Return sentiment if trigger level is activated {   double sentimentRatio=iCustom(NULL,0,"Sentiment Ratio",0,0,0);  

Robert Walker
Registered at MQL5.community