stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

The Beast stirs. He's got a slope.
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=698
Page 18 of 24
Author:  Nipponho [ Wed Aug 08, 2012 1:53 am ]
Post subject:  Re: The Beast stirs. He's got a slope.

Hi Sojourner,
http://www.stevehopwoodforex.com/phpBB3 ... ?f=5&t=597
Last paragraph.
Author:  Sojourner [ Wed Aug 08, 2012 10:07 pm ]
Post subject:  Re: The Beast stirs. He's got a slope.

Nipponho wrote:Hi Sojourner,
http://www.stevehopwoodforex.com/phpBB3 ... ?f=5&t=597
Last paragraph.
Thanks! I'll give it a shot!
Author:  xlitang [ Fri Aug 10, 2012 3:29 pm ]
Post subject:  Re: The Beast stirs. He's got a slope.

Could someone please help me to modify the codes inside getSixths() below so that I call this function in EA to get values for TopLine and BottomLine for caurrency pairs that EA is not attached to. Say I attached EA to EURUSD chart, but I want to get values for AUDJPY pair, I will pass AUDJPY to GetSixths(symbol) to get TopLine and BottomLine for AUDJPY.


TopLine = High[iHighest(NULL,0,MODE_HIGH,BarCount,1)];
if (High[0] > TopLine) TopLine = NormalizeDouble(High[0], Digits);
BottomLine = Low[iLowest(NULL,0,MODE_LOW,BarCount,1)];
if (Low[0] < BottomLine) BottomLine = NormalizeDouble(Low[0], Digits);
Author:  cuzgeorge [ Sun Aug 12, 2012 9:54 pm ]
Post subject:  Re: The Beast stirs. He's got a slope.

Bunker wrote:
michaelhryu wrote:
Bunker wrote:I have been using TB LIVE with great success for over a year (using Shelley’s set file). I also have great success with EAs (or manual system) using the slope. And now we have a Slopey Beast ? That’s it ! I quit my day job !

Thanks Steve!

Bunker
Would you please post Shelley’s set file that you are using? Could you also tell us the pairs that you are trading live with TB, please?

Thank you in advance!
Here it is.
H1
All pairs (UseZeljko is set to true).

Bunker
Bunker, Shelley, Steve, :D
cant thank you enough for coding/sharing this with us.
Attached are my demo results since the 15th july on ava fx criminal and 4 pairs only as per gif pic. Very promising.
regards,
george
Author:  cuzgeorge [ Sun Aug 12, 2012 9:57 pm ]
Post subject:  Re: The Beast stirs. He's got a slope.

As for my results for slopey beast, they are still lagging, but using Shelleys set file from original beast to work on possible fixes. Steve hardcoded Slopey, but it appears we need to play with Slopey Beast still as per my results. There has been no tampering with code or settings, or manually closing anything. Just left alone and watching the positions from time to time. running v1d as per post1.
No errors to report and trying something new for slopey from this week to see if it works better, will report back here off-course. ;)
regards again,
george
Author:  Bunker [ Mon Aug 13, 2012 1:37 am ]
Post subject:  Re: The Beast stirs. He's got a slope.

Amazing results George. Thank you for sharing!

Bunker
Author:  alex_forex [ Mon Aug 13, 2012 6:35 am ]
Post subject:  Re: The Beast stirs. He's got a slope.

Great results my friend George, thanks for sharing with us ;-)
Now, I have to play with my old friend The Beast again.

Kind regards
Alex
Author:  xlitang [ Mon Aug 13, 2012 3:35 pm ]
Post subject:  Re: The Beast stirs. He's got a slope.

I got similar good result as well. One month demo, 5K account is increased to 6K. This strategy is great for ranging market.

Can someone (or Steve) modify the EA so that I do not have to run EA on every pair I want to trade?
Author:  SteveHopwood [ Mon Aug 13, 2012 5:19 pm ]
Post subject:  Re: The Beast stirs. He's got a slope.

xlitang wrote:I got similar good result as well. One month demo, 5K account is increased to 6K. This strategy is great for ranging market.

Can someone (or Steve) modify the EA so that I do not have to run EA on every pair I want to trade?
Impossible. Well, probably technically possible, but only a lunatic would attempt it. :lol:

:D
Author:  xlitang [ Mon Aug 13, 2012 6:01 pm ]
Post subject:  Re: The Beast stirs. He's got a slope.

xlitang wrote:Could someone please help me to modify the codes inside getSixths() below so that I call this function in EA to get values for TopLine and BottomLine for caurrency pairs that EA is not attached to. Say I attached EA to EURUSD chart, but I want to get values for AUDJPY pair, I will pass AUDJPY to GetSixths(symbol) to get TopLine and BottomLine for AUDJPY.


TopLine = High[iHighest(NULL,0,MODE_HIGH,BarCount,1)];
if (High[0] > TopLine) TopLine = NormalizeDouble(High[0], Digits);
BottomLine = Low[iLowest(NULL,0,MODE_LOW,BarCount,1)];
if (Low[0] < BottomLine) BottomLine = NormalizeDouble(Low[0], Digits);
Thanks, Steve,

Is this possible?
All times are UTC Page 18 of 24