Stephen Reynolds / Profile
- Information
|
9+ years
experience
|
18
products
|
365
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
196
Requests
Outgoing
Stephen Reynolds
The Hi Lo Breakout is taken from the concept of the ZZ Scalper EA which exploits the inevitable behaviour of price fluctuations that create highs and lowsto which price eventually breaks out of.
The Hi Lo Breakout will wait till these highs and lows are in a tight range than alert you when a breakout occurs which can lead to some good profits
For more info see here https://www.mql5.com/en/market/product/33147
The Hi Lo Breakout will wait till these highs and lows are in a tight range than alert you when a breakout occurs which can lead to some good profits
For more info see here https://www.mql5.com/en/market/product/33147
Stephen Reynolds
This trading method is taken from ZZ Scalper and modified for what I would say are some high probable signals. Ive noticed that when previous highs and lows are within a tight range a breakout of this range is more likely and often results in signaling a good move just before it happens...
Share on social networks · 1
456
Stephen Reynolds
On the Metatrader platforms we see a rolling 24hr chart. Where as with this EA for example if we are analysing the SP 500 we look at the gap between the current days open at 16:30 and yesturdays close at 23:00. So we are in effect revealing something hidden by a normal Metatrader chart...
Share on social networks · 1
1080
2
Stephen Reynolds
Added topic Why error "strategy tester report not found"
Hi, in the following code why is it on market test when i tested once it passed okay But when i try again about 30 minutes later with the exact same code it says "test on EURUSD H1 strategy tester not found" #property copyright "Copyright 2023
Stephen Reynolds
Added topic OrdersTotal doesnt always work?
Hi, why in the following code does OrdersTotal() not always return an order? void OnTick () { // Timer int hour = Hour(); int timehour = 10 ; // Buy Switch static bool
Stephen Reynolds
Added topic BMP File not loading on tester?
Hi, on executing the following code, why is it, the bmp file shows okay when i place ea directly onto the chart but when i use on tester it doesnt show the image? This problem is in mql5. In mql4 it works with no problems on chart or
Stephen Reynolds
Added topic Converting bmp file problem?
Hi, why in the following code is only one bmp image showing? void OnStart () { string objName1= "img1" ,objName2= "img2" ; string imgFile1= "\\Images\\dollar.bmp" ; string imgFile2= "\\Images\\arrows.bmp" ;
Stephen Reynolds
Added topic Why isnt my sum working?
Hi, ive been trying to compare the current days open to yesturdays close but am a little stuck on the following. Can someone please explain to me that within the following code
Stephen Reynolds
Added topic Payment delay
Hi, can someone explain whats going on with a delayed payment i have on my account? Its now at -1296 hours? And still pending. What is going on
: