Baluda Indicators
-
dentiok
- Trader
- Posts: 71
- Joined: Tue Dec 06, 2011 3:03 pm
Re: Baluda Indicators
Great work Radar, thanks
-
emiko
- Posts: 6
- Joined: Tue Aug 20, 2013 2:26 am
Re: Baluda Indicators
Plz & plz need help the ( CSSDIFF ) here has bug, can some body help me with one, cheers.
- Baluda
- Trader
- Posts: 330
- Joined: Mon Feb 06, 2012 2:00 pm
- Location: An insignificant village in the Netherlands
Re: Baluda Indicators
Emiko, let us know what bug you mean so we can help you.emiko wrote:Plz & plz need help the ( CSSDIFF ) here has bug, can some body help me with one, cheers.
Paul
Check the MQL4 Market for my best EA's and Indicators.
- cad0811
- Trader
- Posts: 97
- Joined: Sat Sep 08, 2012 1:09 pm
Re: Baluda Indicators
Hi,baluda!Baluda wrote:Emiko, let us know what bug you mean so we can help you.emiko wrote:Plz & plz need help the ( CSSDIFF ) here has bug, can some body help me with one, cheers.
Paul
Can modify MPBM don't need to comment, only keep magic, thank you
Thank you so much for all the people here!Thank you for your selfless!My growth cannot leave your work!Cheers!
- Jemook
- Trader
- Posts: 1085
- Joined: Thu May 10, 2012 10:19 am
- Location: Bondi, Sydney, Australia
Re: Baluda Indicators
Wow Radar thank you - that works perfect!
Please note I am no longer affiliated with Global Prime. I've moved on to my next adventure with Afterprime.
Catch me here: https://www.afterprime.com
Catch me here: https://www.afterprime.com
-
ernest02
- Trader
- Posts: 28
- Joined: Tue Jan 29, 2013 11:04 am
Baluda Indicators: CurrencySlopeStrength
I have been a silent fan of Baluda's indicators for a while. I first used the CSSDiff, but now I am using the CurrencySlopeStrength (with showOnlySymbolOnChart == true) as my main indicator for my system.
I have searched the Forum to see if somebody else asked the questions that I want to ask, but could not find any - so if I repeat something that has been discussed before please forgive me and be patient.
My two questions are these:
1. It is said that if the parameter ignoreFuture = true there will be NO repainting. My experience is that even with this setting there is some heavy repainting of historical data on the graph done. Am I doing something wrong? Or am I misunderstanding the term "repainting"?
2. Every time I restart my computer or Empty4 the indicator does not show any values. I have to select the indicator and go to "Edit" then "OK" then "Close" before the values appear. I have to do this countless of time since i am monitoring 35 currency pairs. Is there a way to have the values reload by itself every time I restart?
I will be REALLY grateful if anyone can give me some feedback on these two issues.
Thank you.
I have searched the Forum to see if somebody else asked the questions that I want to ask, but could not find any - so if I repeat something that has been discussed before please forgive me and be patient.
My two questions are these:
1. It is said that if the parameter ignoreFuture = true there will be NO repainting. My experience is that even with this setting there is some heavy repainting of historical data on the graph done. Am I doing something wrong? Or am I misunderstanding the term "repainting"?
2. Every time I restart my computer or Empty4 the indicator does not show any values. I have to select the indicator and go to "Edit" then "OK" then "Close" before the values appear. I have to do this countless of time since i am monitoring 35 currency pairs. Is there a way to have the values reload by itself every time I restart?
I will be REALLY grateful if anyone can give me some feedback on these two issues.
Thank you.
-
spotdespot
- Trader
- Posts: 768
- Joined: Sun Jan 22, 2012 11:38 pm
Re: Baluda Indicators: CurrencySlopeStrength
"Repainting" is quite a controversial subject but I can say that any of these indi's with ignoreFuture set to true should not change any historical bars once the current bar has closed. I think some convincing evidence would need to be provided for this to be looked in to in detail (I haven't seen any change). Screenshots might be the best bet? Even then I can't guarantee it will be looked at as I am pretty clueless with code and no-one else has raised this issue.ernest02 wrote: My two questions are these:
1. It is said that if the parameter ignoreFuture = true there will be NO repainting. My experience is that even with this setting there is some heavy repainting of historical data on the graph done. Am I doing something wrong? Or am I misunderstanding the term "repainting"?
This one I can be a bit more helpful onernest02 wrote: 2. Every time I restart my computer or Empty4 the indicator does not show any values. I have to select the indicator and go to "Edit" then "OK" then "Close" before the values appear. I have to do this countless of time since i am monitoring 35 currency pairs. Is there a way to have the values reload by itself every time I restart?
My understanding is that this is an issue with Empty4 and there is nothing that can be done about it in terms of a direct "fix". However I think you will find that switching timeframe of the chart to another timeframe and then back again will refresh the indi. This is a pain in itself if you have lots of charts but I have added a script below that will allow you to change the timeframe for all charts in one go. Just put it in Experts\scripts folder and restart Empty4. The easiest way to use this imo is to save a couple of copies of the script (using metaeditor) changing the following line as required, saving as a timeframe name (e.g. Chg-TF-M5) and recompiling:
Code: Select all
extern int eintTF = PERIOD_D1;
Code: Select all
extern int eintTF = PERIOD_M5;
I hope that at least alleviates some button clicking
Cheers,
Dave.
You do not have the required permissions to view the files attached to this post.
Last edited by spotdespot on Mon Nov 11, 2013 1:53 pm, edited 1 time in total.
-
ernest02
- Trader
- Posts: 28
- Joined: Tue Jan 29, 2013 11:04 am
CurrencySlopeStrength Indicator
I am so very grateful for your help with my problem. Thank you very much!
I am attaching three charts to show the repainting of the CurrencySlopeStrength indicator with the parameter ignoreFuture = true.
I did the charts with a simulator since it will take hours to do it in live mode.
I am attaching three charts to show the repainting of the CurrencySlopeStrength indicator with the parameter ignoreFuture = true.
I did the charts with a simulator since it will take hours to do it in live mode.
You do not have the required permissions to view the files attached to this post.
-
spotdespot
- Trader
- Posts: 768
- Joined: Sun Jan 22, 2012 11:38 pm
Re: Baluda Indicators
It certainly seems like there is some difference. I can't help you with that I'm afraid as I the code is beyond me. Hopefully Paul or one of the other coding gurus here is able to comment.
Cheers,
Dave.
Cheers,
Dave.
-
ernest02
- Trader
- Posts: 28
- Joined: Tue Jan 29, 2013 11:04 am
CurrencySlopeStrength Indicator
The charts must be read from the bottom one to the top - as the bars are completed over time.
As you can see on the first chart the lines are opening, while on the second chart (after 3 more bars) the lines have now moved together, and then on the third chart it shows a new crossing where before on the first chart the lines were opening.
Now that shows some substantial repainting going back 10 or more bars back don't you agree?
As you can see on the first chart the lines are opening, while on the second chart (after 3 more bars) the lines have now moved together, and then on the third chart it shows a new crossing where before on the first chart the lines were opening.
Now that shows some substantial repainting going back 10 or more bars back don't you agree?