Friends

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

v88
Left feedback to developer for job Trendline Indicator (Regression Channel and Std Deviation Channel)
v88
Left feedback to developer for job Fibonacci Range - Non-MTF
v88
Added topic Cannot access mql5 website
Hi My home router IP cannot access the mql5 website, it appears to be blocked. I have a static IP. I did see an 403 error in chrome How do I remove myself from the block?  Thanks
v88
Left feedback to developer for job (Follow up 1) Monitor Multiple Accounts (Same Broker) and disable Algo Trading When Target Profit Met
v88
Left feedback to developer for job Pivot Bands Indicator
v88
Left feedback to developer for job Monitor Multiple Accounts (Same Broker) and disable Algo Trading When Target Profit Met
v88
Left feedback to developer for job RSI with Augmented Bollinger Bands
v88
Left feedback to developer for job Add to existing Candlestick Indicator in MT5
v88
Left feedback to developer for job Rainbow Indicator
v88
Left feedback to developer for job RSI-ATR
v88
Left feedback to developer for job Candlestick Patterns - 5
v88
Left feedback to developer for job RSI with Dynamic Overbought/Oversold Levels using Bollinger Bands
v88
Left feedback to developer for job Fibonacci EMA Indicator (High and Low)
v88
Added topic OnInit - Controlling Optimization/Tester with Criteria Problem
Hi, I would like to control the optimizer/strategy tester so it does not generate insane/crazy stop loss to take profit variations for when i select these for optimization (eg. stop loss of 100 and a take profit of 500). This is the code below that I
v88
Added topic Trading within certain time period problems
Hi I have some code that trades between a start hour and an end hour, eg 19:00 to 01:00 (Code as follows). string s=( string )start+ ":00" ; string e=( string )end+ ":00" ; if ( TimeCurrent ()>= StringToTime (s) || TimeCurrent ()< StringToTime
v88
Left feedback to developer for job Money Management Code for Existing EA: Grid Trading, Sl, TP, Trailing Stop, Break Even
v88
Left feedback to developer for job Modify existing Supertrend Indicator to MTF (and some other modifications)
v88
Added topic Help needed - chart shows different trades than code
Hi, I'm trying to check for a buy/sell position on 2 chart indicators and then attempting to wait X bars for rest of indicators to be true. When I check the bars visually after a backtest , the trades seem to be totally not what I coded. I try to get
v88
Added topic Compare signals from 3 different indicators which need to be true within 5 bars of the first becoming true
Hi, I'm trying to compare indicator values from 3 different indicators to generate a signal to place a trade. However I'm not sure to go about it. What I'm trying to do is to check for: Any 1 of the 3 indicators to become true. Store this result
v88
Added topic EA Buffers not matching indicator data window values (AMA Smoothe)
Hi, I'm having issues matching up data from EA buffers to indicator data window values. The indicator I'm using is the AMA Smoothe by mladen (which is really cool). You'll see from the below window that I printed the values from a backtest into the
12