• Information
7+ years
experience
46
products
134
demo versions
0
jobs
0
signals
0
subscribers
Stephen Reynolds Published product

Unlike a standard moving average, trendy traders unique algorithm will show you a less choppy signal resulting in a smoother and easier trend to follow thereby making your trading decisions more confident.  Put simply when price moves above the average it signals a bullish trend and when price moves below the average it signals a bearish trend. The trader is then given 2 levels of take profit and a stop loss on each new signal. It can also be added to other trend-following systems for

Stephen Reynolds Published product

30.00 USD

Unlike a standard moving average, trendy traders unique algorithm will show you a less choppy signal resulting in a smoother and easier trend to follow thereby making your trading decisions more confident.  Put simply when price moves above the average it signals a bullish trend and when price moves below the average it signals a bearish trend. The trader is then given 2 levels of take profit and a stop loss on each new signal. It can also be added to other trend-following systems for

Stephen Reynolds Published product

30.00 USD

Unlike a standard moving average, trendy traders unique algorithm will show you a less choppy signal resulting in a smoother and easier trend to follow thereby making your trading decisions more confident.  Put simply when price moves above the average it signals a bullish trend and when price moves below the average it signals a bearish trend. The trader is then given 2 levels of take profit and a stop loss on each new signal. It can also be added to other trend-following systems for

Stephen Reynolds
Added topic Insert table query?
Hi, how do you change the text from this To this To demonstrate this i used the inspect button in windows 10. But when i save it it goes back to the center position?   
Stephen Reynolds
Added topic wrong timeframe request error
Hi, why on the following do i get error "wrong timeframe request in open prices testing mode error" when i test on the 15m timeframe? double lowprice_i= iLow ( _Symbol ,( ENUM_TIMEFRAMES ) 5 , iLowest ( _Symbol , ( ENUM_TIMEFRAMES ) 5 , MODE_LOW , 11
Stephen Reynolds
Added topic Error cannot convert enum in mql5
Why is it i get the "cannot convert enum" error in mql5? but not mql4?    In the following i get the error  int tf= 0 ; iLow ( _Symbol ,tf, 0 );  But if i type it directly into the parameter there is no error? iLow ( _Symbol , 0
Stephen Reynolds
Added topic array out of range on strict?
Why on the flowing code do i get array out of range error only when on property strict? int start() {    double atr,lowprice_i,highprice_i,lowma,highma;    bool nexttrend= 0 ;    double minhighprice= High[ Bars - 1 ];
Stephen Reynolds
Added topic ObjectCreate() not placing objects like it should
Hi, when used as mql5 in the following code why does Example 2 display objects on chart okay but, in Example 1 it does not? int start() {      datetime TIME = iTime ( NULL , 0 , 1 );    double PRICE = iOpen ( _Symbol
Stephen Reynolds
Added topic For loop unwanted counts problem?
Hi, As seen the following code at 00:00 it cycles down 1000 - 0 and increments ++ on each signal found.  for ( int i= Bars - 1 ; i>= 0 ; i--) {    double ma = iMA ( _Symbol , _Period , 200 , 0 , MODE_SMA , PRICE_CLOSE ,i);
Stephen Reynolds Published product
Reviews: 2
30.00 USD

This indicator is based on Linda Bradford Rashkes First Cross system. Normally trend based systems follow the trend from beginning to end, but this indicator instead selects a piece of the trend. This approach can be a very reliable alternative way of trading a trend. It waits for the 1st move to become exhausted then enters in anticipation of a sudden surge. The trend if found using a faster momentum indicator. When we get a cross on the 2nd oscillation we get our signal. Hence we capture a

Stephen Reynolds
Added topic array out of range problem
Hi, in the following code i fail to see why im getting an array out of range error? //--- indicator settings #property indicator_separate_window #property indicator_buffers 1 #property indicator_plots 1 // Buffers double MAOsc[]; // Global variables
Stephen Reynolds
Stephen Reynolds
This EA exploits the inevitable behaviour of price fluctuations and breakouts. Because market prices will always fluctuate to higher highs before ebbing down to lower lows, breakouts will occur. This EA will open a trade in anticipation of catching some of the profits from these breakout moves. We use the fixed exit methods of Stop Loss, Take Profit and Trailing Stop in such a way so that we will scalp small but consistent profits.
No martingales needed, just a simple but excellent proven strategy with fixed trade management settings.

Features :
A purely mechanical system. Simply set and leave.
No martingale.
Risks are small per trade.
An optional automatic lot adjustment feature that adjusts lot size to the account balance. Or to use a fixed lot size.
Features a panel showing, bid, ask, spread, lot size balance, equity, profit/loss, stop level and broker execution speed. To find broker execution speed we press button Execution Reading.

For see for yourself go to :
MT4 Version https://www.mql5.com/en/market/product/22082 
MT5 Version https://www.mql5.com/en/market/product/41175
Free MT4 Version https://www.mql5.com/en/market/product/31538
Free MT5 Version https://www.mql5.com/en/market/product/41241
Stephen Reynolds
Prices to the uninitiated tend to look random but although variabilities happen there are predictable things that will always happen such as the oscillation of price...
Stephen Reynolds
Added topic User wall question?
Hi, how do i publish posts on the users wall?   
Stephen Reynolds
Added topic Baffled by Floating Point numbers?
Hi, im having trouble understanding why im getting the following return. In the following code : long number=( long )( 0.9553700000000001 * MathPow ( 10 , 16 ));  number = 9553700000000000 But when i move the 1st digit down to 8 as follows
Stephen Reynolds
Added topic NormaizeDouble() floating point problem?
Hi, im trying to find a way around the problem of floating point numbers when trying to use it as a stoploss In the following : double cAsk = MarketInfo( _Symbol ,MODE_ASK); Sometimes cAsk becomes a floating point number EG 0.8626200000000001 
Stephen Reynolds Published product

Midnight Scalper is based on a sound trading principle. It is made to trade during times when the market is at low volatility. From 23:00 to 00:00 is best.  It uses multiple indicators for precise entry and exits with a basic fixed stop loss and take profit as part of its money management strategy.It does not put your funds at high risk with such methods as martingale, grid, averaging positions or no stop loss trading. ECN broker is required with a tight spread and low commission. NOTE

Stephen Reynolds Published product

Midnight Scalper is based on a sound trading principle. It is made to trade during times when the market is at low volatility. From 23:00 to 00:00 is best.  It uses multiple indicators for precise entry and exits with a basic fixed stop loss and take profit as part of its money management strategy.It does not put your funds at high risk with such methods as martingale, grid, averaging positions or no stop loss trading. ECN broker is required with a tight spread and low commission. NOTE

Stephen Reynolds
Added topic Market validation error
Hi, why in the following code cant I get it passed validation without having to have lotsize = 1.0 Any smaller lot size and i get error 131 ?    //+------------------------------------------------------------------+ //| Expert
Stephen Reynolds
Added topic marketing query
Hi, is pay per click advertising direct to your mql5 market product allowed as a way of getting more traffic to your product.  If not is pay per click advertising to my own website allowed which then has links leading to mql5 market products