- Most Forex traders lose all their money.
- Using the robot posted here in trading Forex does not guarantee success.
- Trading this robot could lead to serious financial loss.
- Trading this robot without understanding its underlying trading strategies guarantees traders will lose their money.
- This is not a set-and-forget ea; there is no such thing and anyone who tries to claim there is, is either stupid or lying. This ea requires frequent manual intervention.
- At best, a trading robot is only 90% as good as the manual strategy it trades. At best. At worst, it can be much less effective. If the strategy is rubbish, so is the robot.
- To trade this robot, you have to understand:
- How to use EA's.
Intro
Secret Bob is an attempted automation of of Bob's latest at http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3871. Read his post 1 for the trading method. You need the attached indicators in your Indicators folder, not those from his thread; up to you whether you have them on your charts.
This is an extension of Secret Trendy Bob and trades the trend and counter trend signals generated by the two indicators. He is an always-in EA unless you use any of the trading hours/stop trading controls. He takes the first signal generated by either of the two indicators. From there, he closes trades on an opposite direction signal, then immediately reopens in the direction of the new signal.
I have had a bit of a blast for a couple of hours, watching him on an EU M1 chart. Just have a look at the bottom line of the chart display: Do not trade SB on the M1. I was just lucky at the time I was coding/testing him and use the picture for illustration only. Do not trade less than the M15 and read into the thread to find out how successful others have been with different time frames.
Required indis
You will need the attached 240.V.7_BUY.SELL.NOW.ALERT and 240.V.7_CT_BUY.SELL.NOW.ALERT indis in your indicators folder for the EA to work. Read post 2 for a description of how the indi produces its signals.
Inputs
- TradingTimeFrame: 0 defaults to the current chart. Set it to whatever is your preferred tf if you wish to view different tf's without disturbing SB. H4 = 240; D1 = 1440.
- MaxTrades: SB takes a trade with each new signal, up to this maximum.
- EveryTickMode: tells SB to take a trade as soon as the indi generates a signal. Set this to 'false' if you want to trade confirmed signals at the close of the previous candle.
- UseHiLoForStop: tells SB to use the trigger candle hilo to calculate the stop loss.
- HiLoBufferPips: added to the hilo of the trigger candle to calculate the stop loss. If this is too close to the market to allow the stop loss, SB calculates a stop based on the broker's minimum stop level plus the spread. StopLossPips is calculated from the stop loss for risk based trading.
You can force pure trend trading by enabling Bob's H4 240 LWMA Open moving average filter. Do this by setting MaPeriod to > 0; it needs to be 240 to work as intended. SB will close a trade on seeing a CT signal, then wait for a new trend trading opportunity.
Trading hours
How to use this input is described in the user guide. There are extra inputs.
- FridayStopTradingHour. Set this to the local time at which you want SB to stop sending new trades on Friday. He will continue to monitor open trades and close them on an opposite direction signal.
- FridayCloseTradesHour:
There are equivalent inputs for our friends in Upside Down Lands. Disable them with an impossible hour input - 30, for instance.
Mike's individual pair as a basket inputs
magft (Mike) has contributed code to this EA that allows us to treat the pair it is trading as an individual basket. This is different to using mptm to treat all open trades as a basket. Imagine you have 3 GU, 2 EU and 5 GJ trades open. Mikes code allows us to treat each individual pair as a 'basket' and manage each 'basket' individually. The inputs are:
- BasketCashSl: the individual pairs' basket of trades closes when their combined loss hits this cash total.
- BasketCashSlPercent: the individual pairs' basket of trades closes when their combined loss hits this percentage of balance figure.
- BasketCashTp: the individual pairs' basket of trades closes when their combined profit hits this cash total.
- BasketCashTpPercent: the individual pairs' basket of trades closes when their combined profit hits this percentage of balance figure.
The EA can take a picture of your chart when it opens or closes a trade. Use this to post pictures here if you suspect that the EA has not behaved as expected. There is a section of inputs just underneath the minimum pips section, with inputs to turn this featureon/ off and to adjust the height and width of the snap. Files are saved with the name "ChartScreenShot" and the ticket number, when the EA opens or closes a trade. Navigate to the files via File/Open Data Folder/MQL4/Files. Remember to delete these files from time to time to avoid clogging up your disk drive.
Setting up your charts
Pay a quick visit to http://www.stevehopwoodforex.com/phpBB3 ... =48&t=3860 and download Art's 'Charts Into Alphabetical Order script'. This script will save you hours of faffing around; instructions for use in the post.
In conclusion
Let's tickle this pussy cat's tummy and listen to it purr.
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
- Multi purpose trade manager: http://www.stevehopwoodforex.com/phpBB3 ... ?f=21&t=64
- Account equity analyser: http://www.forexfactory.com/showthread. ... ost4709098, which includes a template for both USD and the Euro.
- Past-trades display indi by squalou; shows a graphical display of the success/failure of trades in your History tab. Breathtaking piece of work. http://www.forexfactory.com/showthread. ... ost3830610
- My shell EA – the code I use to produce EA's so quickly. http://www.stevehopwoodforex.com/phpBB3 ... ?f=15&t=79
