| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Slopey Peaky Flying Buddha Bob https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5739 |
Page 1 of 1 |
| Author: | SteveHopwood [ Thu Sep 05, 2019 8:10 pm ] |
| Post subject: | Slopey Peaky Flying Buddha Bob |
SERIOUS WARNING
You need the "SPB core library.mqh" file in your platform's Include folder. Download it from viewtopic.php?p=159559#p159559 A Flying Buddha is a signal that the market could be set to resume the overall trend after a retrace. It has three elements:
By default, SPFBB trades thus:
I have been running SPFBB for two weeks at the time of writing this. He lost a little last week, then clawed this back on Tuesday when he closed a Recovery pair. The open position is currently +681 pips. Early days, but I regard this as a promising bot because it obeys the principle of trading after a strong retrace in the 'wrong' direction. We shall see. You can find all the usual inputs etc described in the Slopey Peaky Bob user guide. The Flying Buddha inputs correspond to those of Swing Man's inputs apart from FbCloseOnOppositeFB. Give it a go and see what happens. Matters of general interest Go here to download and run the script that will fill your platform's missing chart history: http://www.stevehopwoodforex.com/phpBB3 ... f=15&t=254 Read this post: http://www.stevehopwoodforex.com/phpBB3 ... p?f=6&t=78 Newbie traders, read this for inspiration and warning. Those of you who have suffered losses, read it for inspiration. Masterly summary of hedging: http://www.forexfactory.com/showthread. ... ost4977179 EA coding I receive may requests to code EA's. Traders, if I code your EA for free, then I will share it here. If you want me to code your EA without sharing, then my fee is $100 payable into my paypal account. I explain why at http://www.stevehopwoodforex.com/phpBB3 ... ?f=15&t=79, at the bottom of the post. Useful utilities/EA's/scripts
- |
|
| Author: | pivotter [ Sat Sep 07, 2019 7:19 am ] |
| Post subject: | Slopey Peaky Flying Buddha Bob |
Found this on the internet so we can see what the indicator is doing. Version .2 is attached with a fixed MA drawing ======================================================== extern double factorWindow=0.03; windHeight = WindowPriceMax() - WindowPriceMin(); offset = windHeight*factorWindow; //-- adjust offsets if (offset!=oldOffset) { oldOffset=offset; for (i=MaxBars; i>=0; i--) { if (signalDN!=EMPTY_VALUE) signalDN=High+offset; if (signalUP!=EMPTY_VALUE) signalUP=Low-offset; } } Ben |
|
| Author: | SteveHopwood [ Sat Sep 07, 2019 7:43 pm ] |
| Post subject: | Slopey Peaky Flying Buddha Bob |
Fantastic Ben. Thanks very much. I have replaced the original .ex4 file in pst 1 with the updated .mq4 source file that Ben found for us. The source code shows that the indi's MaxBars input controls how far back in time to start showing the FB signals. Try zooming right out and then limiting this input to 1000 to see it in operation. It also shows that factorWindow is a neat trick to fix the positions of the arrows re the candle's hilo. This is stuff the EA does not need and means that I can bring the FB-spotting code into SPFBB resulting in a huge saving on cpu resources. Some time soon. |
|
| Author: | SteveHopwood [ Sun Sep 08, 2019 10:24 am ] |
| Post subject: | Slopey Peaky Flying Buddha Bob |
Thanks to Ben, the updated version in post 1 has the FB-detection code within SPFBB. I have updated the indi as well, so that the mode and price inputs are enumerations. An enumeration is a construct that only contains allowable inputs, so that users cannot enter inputs that cannot be used. SPFBB does not need the indi at all; I have included it merely for individual chart display purposes. |
|
| Author: | isabek [ Fri Sep 20, 2019 11:35 am ] |
| Post subject: | Slopey Peaky Flying Buddha Bob |
Code: Select all |
|
| Author: | SteveHopwood [ Thu Jan 02, 2020 5:17 pm ] |
| Post subject: | Slopey Peaky Flying Buddha Bob |
V 1a is in post 1, with the hidden stop loss and scaling back in code added. You need the "SPB core library.mqh" file in your platform's Include folder. Download it from viewtopic.php?p=159559#p159559 |
|
| All times are UTC | Page 1 of 1 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|