Paul you mean latest version of LibCSS or the indicator?Baluda wrote:Kwanann,kwanann wrote:f libCSS.useOnlySymbolOnChart is set to true, CSS values calculate properly,but global market trend doesnt.
if libCSS.useOnlySymbolOnChart is set to false, CSS values are wrong but global market trend is correct..
Try using the latest version of CurrencySlopeStrength, now uploaded to the indicator forum.
Paul
Baluda LibCSS
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Baluda LibCSS
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
- Baluda
- Trader
- Posts: 330
- Joined: Mon Feb 06, 2012 2:00 pm
- Location: An insignificant village in the Netherlands
Re: Baluda LibCSS
Kwanann,kwanann wrote:Paul you mean latest version of LibCSS or the indicator?
The library has not changed regarding the css calculation. CurrencySlopeStrength v1.0.7 has been optimized. Both have the same engine.
Paul
Check the MQL4 Market for my best EA's and Indicators.
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Baluda LibCSS
Hmm Paul
For some strange reason, even with the latest version I.m still getting 0 for thr CSS values using the lib vs some value for the indicator..
Any particular reason you can think of?
For some strange reason, even with the latest version I.m still getting 0 for thr CSS values using the lib vs some value for the indicator..
Any particular reason you can think of?
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
- Baluda
- Trader
- Posts: 330
- Joined: Mon Feb 06, 2012 2:00 pm
- Location: An insignificant village in the Netherlands
Re: Baluda LibCSS
Kwanann,
Does not ring a bell. PM me with a code snippet if you like.
Paul
Does not ring a bell. PM me with a code snippet if you like.
Paul
Check the MQL4 Market for my best EA's and Indicators.
- kwanann
- Trader
- Posts: 948
- Joined: Thu Nov 29, 2012 1:53 am
Re: Baluda LibCSS
Ok will do that tomorrow, going to sleep first 
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
- AZJeff
- Trader
- Posts: 31
- Joined: Thu Nov 17, 2011 2:03 am
Re: Baluda LibCSS
Baluda,
This is most impressive.
Regards,
Jeff
This is most impressive.
Regards,
Jeff
- Baluda
- Trader
- Posts: 330
- Joined: Mon Feb 06, 2012 2:00 pm
- Location: An insignificant village in the Netherlands
Re: Baluda LibCSS
New version, v1.1.3, in post 1.
Changes:
Note: LibCSS has no 'ignoreFuture' parameter, which means that your code based on LibCSS will not (ugly word warning here) repaint.
Cheers,
Paul
Changes:
- Optimized code. Better, stronger, faster.
- Fixed bug in caching mechanism.
Note: LibCSS has no 'ignoreFuture' parameter, which means that your code based on LibCSS will not (ugly word warning here) repaint.
Cheers,
Paul
Check the MQL4 Market for my best EA's and Indicators.
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Re: Baluda LibCSS
Thanks Paul.

Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
Re: Baluda LibCSS
Paul, just THANK YOU:)
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Baluda LibCSS
thank you paul for your generosity to share such a wonderful library. it is very easy to use and the coding style is very elegant.
also i would like to report an issue though, "ibCSS.getCSS" has a fourth optional parameter "flushCache" which is very handy for multiple time frame values, however "libCSS.getCSSCurrency", "libCSS.getCSSDiff", and "libCSS.getGlobalMarketTrend" all uses getCSS function but doesn't take flushCache parameter, therefore on multi-tf readings all will read the same value from cache.
also i would like to report an issue though, "ibCSS.getCSS" has a fourth optional parameter "flushCache" which is very handy for multiple time frame values, however "libCSS.getCSSCurrency", "libCSS.getCSSDiff", and "libCSS.getGlobalMarketTrend" all uses getCSS function but doesn't take flushCache parameter, therefore on multi-tf readings all will read the same value from cache.