10.4 A Complete System

This is where Bob posts his own threads
Post Reply
User avatar
mjws00
Trader
Posts: 609
Joined: Fri Jan 04, 2013 10:17 pm
Location: Victoria

Re: 10.4 A Complete System

Post by mjws00 »

ronald123 wrote:
padnoter wrote:
have you tried refreshing from withing Empty4? i.e. right click & "Refresh" or changing the tf of the chart it's on & back again....

and also making sure you have enough data loaded (prob' not that if your nb template shows a diff value)

it's strange (without seeing your pc) - as i said the original code I wrote is running & updating fine here.

ooh just a thought, you did copy in the other indi required too? the "TMASlopeMTFpl.mq4" ?
Hi, padnoter,

all the needed files are where they should be, I think, and as you can see on the attached image, only the 1440 TM with the MA 40 shows those RSI zero's... Have used refresh, changed time frames, etc. weird huh?

Already very useful, the way it is now. Thank you very much for sharing your work!
10_4_dashboard_60_240_1440.jpg
OK. The problem is we are taking the smallest number of bars possible for the sake of efficiency. This little indi is doing a ton of work for each value... There are simply not enough bars in the dataset to get the value for the higher TF. Here is a version that lets you put in a higher value for maxBars. 100 works fine for daily. I can't see the performance difference on my box... but at some point someone will ;)
You do not have the required permissions to view the files attached to this post.
Reading the dark heart.
analda3
Trader
Posts: 14
Joined: Wed May 16, 2012 10:51 am

Re: 10.4 A Complete System

Post by analda3 »

websie wrote:
veeyem wrote:
padnoter wrote:
ronald123 wrote:
mjws00 wrote:
veeyem wrote:
ronald123 wrote:
mjws00 wrote:Here is the dashboard with MA option added.
Hi again,

the 'old' 10_4 Dashboard as well as the new one (with added MA option) don't refresh the '0' RSI value for some pairs, when time frame is set to 1440 - well, at least not for the GBPUSD, GBPAUD, but there's probably other pairs too. Seems to be ok for use with H4 TF/MA240.

Hope this can be fixed, would make this splendid tool more reliable when working with MTFs.
10_4_old_dashboard_1440_tf_240_ma_also_rsi_value_0_no_refresh_gbpusd.jpg
10_4_dashboard_1440_tf_40_ma_value_0_no_refresh.jpg
10_4_dashboard_1440_tf_40_ma_value_0_no_refresh_gbpusd.jpg

I too have the same problem. The RSI value doesn't seem to match with what I see in the related chart using 10.4 template. Could someone post the latest indi which is working fine. Thx.

Regards,
VM
Not sure what the deal is with the higher TF. I use a lower (240 & 60) and it works as intended. I'll look when I get a chance. The code is there to tweak as you like. My time is limited. Sorry.
No problem, mwjs00, you're one of those people who always try to help others if they can, cheers for that. It's important that the calculations for the higher TF's are done correctly; 'till someone sorts the code out, we'll just have to keep in mind that a zero value for the RSI has to be taken with causion, at least for the higher time frames - better check yourself, to see if the RSI really dropped to the bottom of the indicator window :)

Thanks again for your kindness,

Ronald
have you tried refreshing from withing Empty4? i.e. right click & "Refresh" or changing the tf of the chart it's on & back again....

and also making sure you have enough data loaded (prob' not that if your nb template shows a diff value)

it's strange (without seeing your pc) - as i said the original code I wrote is running & updating fine here.

ooh just a thought, you did copy in the other indi required too? the "TMASlopeMTFpl.mq4" ?

It works fine now. I deleted the chart and added a fresh chart and then the value appeared correctly. Thx for all your help.
I tried added that TMASlopeMTFpl.mq4 but I don't think I did it right, if its to the dashboard that I add it, all I got was a funny little green squiggly line, so I am guessing that is not the right place, so where do I put it? Thanks
No. All you have to do is to make sure the TMSSlopeMFTpl.mq4 indicator is in the indicator folder under the expert folder and you should be OK
User avatar
mjws00
Trader
Posts: 609
Joined: Fri Jan 04, 2013 10:17 pm
Location: Victoria

Re: 10.4 A Complete System

Post by mjws00 »

For the flex version of the indi you must have TMASlopeMTFpl_ms.mq4 in your ...\expert\indicators\

Btw, here is a pic of the 1440, with the MA tweaked to match 4Hr. For the folks looking to do that. maxBars set to 100.
You do not have the required permissions to view the files attached to this post.
Reading the dark heart.
ronald123

Re: 10.4 A Complete System

Post by ronald123 »

mjws00 wrote:
ronald123 wrote:
padnoter wrote:
have you tried refreshing from withing Empty4? i.e. right click & "Refresh" or changing the tf of the chart it's on & back again....

and also making sure you have enough data loaded (prob' not that if your nb template shows a diff value)

it's strange (without seeing your pc) - as i said the original code I wrote is running & updating fine here.

ooh just a thought, you did copy in the other indi required too? the "TMASlopeMTFpl.mq4" ?
Hi, padnoter,

all the needed files are where they should be, I think, and as you can see on the attached image, only the 1440 TM with the MA 40 shows those RSI zero's... Have used refresh, changed time frames, etc. weird huh?

Already very useful, the way it is now. Thank you very much for sharing your work!
10_4_dashboard_60_240_1440.jpg
OK. The problem is we are taking the smallest number of bars possible for the sake of efficiency. This little indi is doing a ton of work for each value... There are simply not enough bars in the dataset to get the value for the higher TF. Here is a version that lets you put in a higher value for maxBars. 100 works fine for daily. I can't see the performance difference on my box... but at some point someone will ;)
Tried it, but still doesn't display the correct RSI zero's for the 1440 time period (there are 'legal' zero's displayed too, of course, but for GBPUSD, for instance, it's still incorrect.

Really wondering what could be wrong, especially since it works for some and doesn't for others.
By the way, on the image there are 'zero's' for the EURUSD and EURJPY, but this is correct; for the GBPUSD there's also still a zero (RSI) and that's simply not what the 1440 chart shows...
10_4_dashboard_bars_100_rsi_some_values_still_wrong.jpg
Cheers
You do not have the required permissions to view the files attached to this post.
Last edited by ronald123 on Tue Feb 26, 2013 6:55 pm, edited 3 times in total.
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: 10.4 A Complete System

Post by alex_forex »

May be a thread could be open in the 10.x indi section to talk about that please ?
http://www.stevehopwoodforex.com/phpBB3 ... m.php?f=45
And put all the stuff needed in the post 1 of the thread you will open ;-)

Cheers
Alex
ronald123

Re: 10.4 A Complete System

Post by ronald123 »

alex_forex wrote:May be a thread could be open in the 10.x indi section to talk about that please ?
http://www.stevehopwoodforex.com/phpBB3 ... m.php?f=45
And put all the stuff needed in the post 1 of the thread you will open ;-)

Cheers
Alex
Hi Alex,

'THAT' :?:

Oh, I see, you mean 'indicators'... Thought it's pretty relevant to this system, but I could be wrong.

Update: after letting your message sink in, I must agree with what you're saying and suggesting.

Cheers
Last edited by ronald123 on Tue Feb 26, 2013 7:30 pm, edited 2 times in total.
User avatar
MurphyMan
Trader
Posts: 345
Joined: Tue Nov 15, 2011 2:35 pm
Location: Southern Illinois, USA

Re: 10.4 A Complete System

Post by MurphyMan »

alex_forex wrote:May be a thread could be open in the 10.x indi section to talk about that please ?
http://www.stevehopwoodforex.com/phpBB3 ... m.php?f=45
And put all the stuff needed in the post 1 of the thread you will open ;-)

Cheers
Alex
Yes please!.. Guys, let's try to keep this thread for the trading aspects. We are starting to have way too many "How do I..."? to wade through.

You are also invited to use the 10.4 for Dummies thread. http://www.stevehopwoodforex.com/phpBB3 ... =37&t=1504

JMHO. :lol:

While we're at it, lets learn how to truncate those quotes, okay? :twisted:

Sam
User avatar
mjws00
Trader
Posts: 609
Joined: Fri Jan 04, 2013 10:17 pm
Location: Victoria

Re: 10.4 A Complete System

Post by mjws00 »

alex_forex wrote:May be a thread could be open in the 10.x indi section to talk about that please ?
http://www.stevehopwoodforex.com/phpBB3 ... m.php?f=45
And put all the stuff needed in the post 1 of the thread you will open ;-)

Cheers
Alex
Agreed. I like setups and trading here. I will only open a thread under no obligation to maintain and polish. My time is too scarce. These are tools created for personal use shared only with the intent that someone find them useful. Many seem to be finding them useful. The indi section is mostly dead.

Besides Alex, there are like 20 posts a day on this entire board. Very few of them spammy or retarded. ;)

(Mods feel free to move anything related to this, imho. Certainly all my posts.)
Reading the dark heart.
User avatar
alex_forex
Trader
Posts: 438
Joined: Tue Nov 15, 2011 5:46 pm
Location: F R A N C E

Re: 10.4 A Complete System

Post by alex_forex »

No obligation to keep updated but it will be easier to find your tools if you want to share.
This thread should be used to post 10.4 trades only ;-)

BTW there is an other place, and not dead like the indi section :
http://www.stevehopwoodforex.com/phpBB3 ... =37&t=1492

If Steve is Ok to share :mrgreen:

Cheers
Alex
ronald123

Re: 10.4 A Complete System

Post by ronald123 »

mjws00 wrote:
alex_forex wrote:May be a thread could be open in the 10.x indi section to talk about that please ?
http://www.stevehopwoodforex.com/phpBB3 ... m.php?f=45
And put all the stuff needed in the post 1 of the thread you will open ;-)

Cheers
Alex
Agreed. I like setups and trading here. I will only open a thread under no obligation to maintain and polish. My time is too scarce. These are tools created for personal use shared only with the intent that someone find them useful. Many seem to be finding them useful. The indi section is mostly dead.

Besides Alex, there are like 20 posts a day on this entire board. Very few of them spammy or retarded. ;)

(Mods feel free to move anything related to this, imho. Certainly all my posts.)
You guys are right, too many 'newbie questions' and indicator-related 'on and on and on ramblings', which are not useful for the general flow of this thread; I for one am heading to the '10.4 for Dummies thread' at this very moment - not kidding. Lets keep this wonderful thread clean, people!

Cheers, Alex, MurphyMan and mjws00

regards,

Ronald
Post Reply

Return to “Bob's individual forum”