| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Holy Graily Bob 'n Thomas multi-pair and dashboard EA https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5395 |
Page 1 of 12 |
| Author: | SteveHopwood [ Sun Feb 11, 2018 4:34 pm ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
SERIOUS WARNING
MAKE SURE YOU READ THIS POST http://www.stevehopwoodforex.com/phpBB3 ... 41#p111241 There was a Forex bloodbath on Jan 15th 2015 that you need to know about. Everything you need to know is in the user guide apart from info about testing. Please read post 2. Experimental version 3rd March 2018 This adds the ability to have HGBT calculate our basket cash take profits for us:
It is only natural caution that makes this version 'experimental'. The code is straightforward and the screen display is correct; just check on demo first before going live with it. 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: | SteveHopwood [ Sun Feb 11, 2018 4:36 pm ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
Here is a pm that Thomas sent me yesterday: Fantastic stuff. Here is his pm today, explaining exactly what testers need: A brief interjection here: the EA is in post 1. The rest are in Thomas' thread.
It would be great if tests were not duplicated, for now. At the end of this post is a section with each tester's settings, so check the list before trying combinations that are already being tested. To get your name added to the list, post it here in the thread. I will copy it to this post and then delete yours. -------------------------------------------------------------------------------------------------- So we are all singing off the same sheet, can you set up your demo thus: Currency: USD Starting balance: $500 Lot size: 0.01 Settings being tested. We are interested in: TradingTimeFrame UseHtf1,UseHtf2,UseHtf3 HigherTimeFrame1,HigherTimeFrame2,HigherTimeFrame3 HtfMinimumAlignment TakeTrendTrades,TakeRetraceTrades TradeTrendArrows,TradeBlueWavyLines HgiCloseOnOppositeSignal,HgiCloseOnYellowWavy MaxTradesAllowed MinimumDistanceBetweenSignalsPips MinMinutesBetweenTrades EquityIncreaseTargetCash SteveHopwood: M15 trading time; H1/4/D1 higher time frames all enabled and with HtfMinimumAlignment=2; trading trend arrows and blue wavy lines; only taking the trend trades; not closing on an opposite direction signal or yellow wavy; max trades 5 at 20 pips intervals in the grid and an equity increase target of $30; MinMinutesBetweenTrades=0 BarraCoda Long story short, I want to play the exactly thingy Steve does, but M30 instead of M15 Dragonian Steve's settings with M5 trading time frame and M15, H1 and H4 higher time frames. All pairs 24hr trading. bishopdotun M30 trading time; H1/H4/D1 higher time frames all enabled HtfMinimumAlignment=2; Trading trend arrows and blue wavy lines; Only taking the trend trades; not closing on an opposite direction signal or yellow wavy; max trades 5 at 30 pips intervals in the grid and an equity increase target of $50; MinMinutesBetweenTrades=60 |
|
| Author: | bishopdotun [ Mon Feb 12, 2018 4:54 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
Thank you steve for putting this together so fast. You gave me even more than I asked. I spotted something you kindly look at. The bot keeps opening and closing. See the trade time and the dash in the attached picture. |
|
| Author: | Wavegarrick [ Mon Feb 12, 2018 5:30 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
Bishopdotun, I do not have this problem. You will have to be more specific, for Steve to have a look. Have you set "Hgi close on yellow wavy" to true? I can imagine that you will have regular closures especially on the 5min t/frame and more so with every tick mode set to true. Cheers |
|
| Author: | SteveHopwood [ Mon Feb 12, 2018 7:57 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
I have corrected the trading time frame HGI display fault. Post 1 as usual. It is an easy DIY. Copy this over the top of the existing function: Code: Select all |
|
| Author: | bishopdotun [ Mon Feb 12, 2018 8:29 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
Wave, I meant that it was opening and closing trades within seconds. -retrace: false -hedge: false -close on opposite signal false Based on these conditions, the bot should not be closing yet. |
|
| Author: | SteveHopwood [ Mon Feb 12, 2018 9:08 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
Problem spotted and solved in V 1a in post 1. It was one of my usual copy/paste/forgot-to-edit bloops. DIY version. Do a search for "//Opposite direction trading time frame signal". There are two instances. Copy this over the top of the first block of code in the buy section. There is an extra conditional: Code: Select all Code: Select all |
|
| Author: | Wavegarrick [ Mon Feb 12, 2018 9:39 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
Yes you are correct Bishopdotun. I realised after starting a second setfile. Anyway Steve corrected it now. Thanks for this Ea Steve. Cheers Leon |
|
| Author: | bishopdotun [ Mon Feb 12, 2018 10:13 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
Yes Fixed now. DIY mode. Thank you Steve for your generosity. Would really like to know of any video tutorial on coding EAs. It is a priceless skill. Steve you have any material that could be of help. I really want to learn. |
|
| Author: | SteveHopwood [ Mon Feb 12, 2018 10:28 am ] |
| Post subject: | Holy Graily Bob 'n Thomas multi-pair and dashboard EA |
V 1b is in post 1, fixing a bloop in the minimum distance between signals code for grid trading. DIY: Do a search for "double MinDistanceBetweenTrades=0;" Delete that line of code and press F7 to compile. Double click the error message and it will take you to this line of code: if (pips < MinDistanceBetweenTrades) Change it to: if (pips < MinimumDistanceBetweenSignalsPips) then recompile. |
|
| All times are UTC | Page 1 of 12 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|