A week into the Empty4 'upgrades', I haven't shut down my live platform yet just in case Cowboy Go Markets decide to do a forced 'upgrade' without telling anyone, so still trading live on build509.
I have set up a demo platform this morning which is build 604 to start testing BASA in this new environment and note the following:
1. RSI2-TMA 4H indicator only shows up when I loaded it as a .ex4
2. BASA v2p .mq4 is showing as 'greyed out' and after compiling it recieved the following errors:
Bob and Shelley Again
- fxozgirl
- Trader
- Posts: 1176
- Joined: Wed Nov 16, 2011 9:16 am
- Location: Melbourne, Australia
Re: Bob and Shelley Again
You do not have the required permissions to view the files attached to this post.
-
AnotherBrian
Re: Bob and Shelley Again
A victim of the coders using dots in the variable names.... another EA gets hit!
No worries, easy fixes for the coders.
If you can't wait, remove the mql file and only use leave the ex4 - the clowns at Empty4 say that will work, but nobody will call you crazy if you have your doubts!!
I re-started by Forex.com and GP platforms on an XP machine and they didn't update...hmmm
No worries, easy fixes for the coders.
If you can't wait, remove the mql file and only use leave the ex4 - the clowns at Empty4 say that will work, but nobody will call you crazy if you have your doubts!!
I re-started by Forex.com and GP platforms on an XP machine and they didn't update...hmmm
-
muhammadbadawi
- Trader
- Posts: 43
- Joined: Wed Feb 05, 2014 10:05 am
Re: Bob and Shelley Again
Hi fxozgirl
I would like to know if you still using the EA on the 4h chart only and how much trades you got per week or during the entire usage from August till now.
Thanks
I would like to know if you still using the EA on the 4h chart only and how much trades you got per week or during the entire usage from August till now.
Thanks
- fxozgirl
- Trader
- Posts: 1176
- Joined: Wed Nov 16, 2011 9:16 am
- Location: Melbourne, Australia
Re: Bob and Shelley Again
muhammadbadawi » Tue Feb 11, 2014 2:33 am wrote:Hi fxozgirl
I would like to know if you still using the EA on the 4h chart only and how much trades you got per week or during the entire usage from August till now.
Thanks
Welcome to the thread Muhammad :hi:
Yes I am still trading BASA on 4H chart...read through the thread and learn the strategy, also if you had done that you would have read in just the last 2-3 pages my comments and results with BASA.
I don't know how many trades BASA has taken, and I don't have time to count them. I will so that BASA is not a heavy trader, so if you're looking for a trading tart this is not it. I have also made my thoughts known on this a number of times in this thread, so again please read first.
-
muhammadbadawi
- Trader
- Posts: 43
- Joined: Wed Feb 05, 2014 10:05 am
Re: Bob and Shelley Again
Thanks a lot Shelleyfxozgirl » Mon Feb 10, 2014 9:37 pm wrote:muhammadbadawi » Tue Feb 11, 2014 2:33 am wrote:Hi fxozgirl
I would like to know if you still using the EA on the 4h chart only and how much trades you got per week or during the entire usage from August till now.
Thanks
Welcome to the thread Muhammad :hi:
Yes I am still trading BASA on 4H chart...read through the thread and learn the strategy, also if you had done that you would have read in just the last 2-3 pages my comments and results with BASA.
I don't know how many trades BASA has taken, and I don't have time to count them. I will so that BASA is not a heavy trader, so if you're looking for a trading tart this is not it. I have also made my thoughts known on this a number of times in this thread, so again please read first.
-
garyfritz
Re: Bob and Shelley Again
FWIW again: due to crazy travel schedule &etc I never got shifted over to 2q on H4 -- still running r2s2 on H1. And it's done a bit better since my last post. Since 1 Feb it's up about 1.3% closed trades, 1.5% equity. Won't make you rich, and I still need to move to H4, but it's interesting that it turned around so abruptly.
garyfritz » Tue Jan 28, 2014 12:54 pm wrote:FWIW I've been running SpiderX's r2s2 on 14 pairs (H1) for the past two weeks. It went sideways-to-down for a week, then lost 4% in the last week. I think I'm going to switch to Shelley's "tried and true" version 2q on H4 ... or is that typical behavior for r2s2 and I just need to give it more time?
- SpiderX
- Trader
- Posts: 554
- Joined: Thu Aug 22, 2013 4:50 pm
Re: Bob and Shelley Again
Hi ,
Hoping to get around to update MTF version for build 600.
Unfortunately, doing it also means having to update Steve's shell to build 600.
Hopefully would be able to find sometime to get it completed.....or someone else beats me to it. (ahem...Steve....)
P.S: tried a brief moment ago, looks like a few simple edits do the trick....just need to settle a few more intricacies and BASA MTF 2t should be up soon....stay tuned !
Cheers !
Hoping to get around to update MTF version for build 600.
Unfortunately, doing it also means having to update Steve's shell to build 600.
Hopefully would be able to find sometime to get it completed.....or someone else beats me to it. (ahem...Steve....)
P.S: tried a brief moment ago, looks like a few simple edits do the trick....just need to settle a few more intricacies and BASA MTF 2t should be up soon....stay tuned !
Cheers !
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
-Corinthians 13:4-8
- SpiderX
- Trader
- Posts: 554
- Joined: Thu Aug 22, 2013 4:50 pm
Re: Bob and Shelley Again
Hi,
Updated: http://www.stevehopwoodforex.com/phpBB3 ... 151#p83151
With version2t
This has recompiled without any error or warnings on my end with the new editor.
As a note to other programmers, i followed the suggestions in http://www.forexfactory.com/showthread. ... ost7268388
and replaced StringSubStr with StringSubStrOld to avoid any quirky behavior.
StringSubStrOld is a function that you have to add in yourself as mentioned in the post.
Havent the time to put this in a field run yet...let me know if you come by any bugs.
My testing with 1h has not been successful, probably going to run ver mtf on a 4h demo.
Cheers
Updated: http://www.stevehopwoodforex.com/phpBB3 ... 151#p83151
With version2t
This has recompiled without any error or warnings on my end with the new editor.
As a note to other programmers, i followed the suggestions in http://www.forexfactory.com/showthread. ... ost7268388
and replaced StringSubStr with StringSubStrOld to avoid any quirky behavior.
StringSubStrOld is a function that you have to add in yourself as mentioned in the post.
Havent the time to put this in a field run yet...let me know if you come by any bugs.
My testing with 1h has not been successful, probably going to run ver mtf on a 4h demo.
Cheers
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
-Corinthians 13:4-8
- SpiderX
- Trader
- Posts: 554
- Joined: Thu Aug 22, 2013 4:50 pm
Re: Bob and Shelley Again
Made another mini-update to my post.
Added the indicator for build 600.
A minor change...now indicator compiles without any error or warning.
It seems to work fine on the terminal.
As a note, the v600 code will not work properly in the old build.
Cheers
Added the indicator for build 600.
A minor change...now indicator compiles without any error or warning.
It seems to work fine on the terminal.
As a note, the v600 code will not work properly in the old build.
Cheers
"Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It does not dishonor others, it is not self-seeking, it is not easily angered, it keeps no record of wrongs.Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres."
-Corinthians 13:4-8
-Corinthians 13:4-8
-
kwchau
- Trader
- Posts: 305
- Joined: Tue Jan 03, 2012 3:37 pm
Re: Bob and Shelley Again
Thank you, SpiderX !SpiderX » Tue Feb 11, 2014 10:41 pm wrote:Made another mini-update to my post.
Added the indicator for build 600.
A minor change...now indicator compiles without any error or warning.
It seems to work fine on the terminal.
As a note, the v600 code will not work properly in the old build.
Cheers