Baluda Indicators

Includes an archive of all previous Bob stuff
Post Reply
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Baluda Indicators

Post by milanese »

You can try the attached one for 6xx build modified, here it works, like intended with 610 build and GP
CurrencySlopeStrength_6xx.mq4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
padnoter
Trader
Posts: 130
Joined: Mon Oct 22, 2012 9:20 am

Baluda Indicators

Post by padnoter »

milanese » Tue Feb 25, 2014 8:21 pm wrote:You can try the attached one for 6xx build modified, here it works, like intended with 610 build and GP


Cheers :)

Tommaso

Thanks, but I still get the same... reducing y-axis everytime I switch(&switch back) timeframes... do you not get that Tommaso?
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Baluda Indicators

Post by milanese »

padnoter » Tue Feb 25, 2014 8:37 pm wrote:
Thanks, but I still get the same... reducing y-axis everytime I switch(&switch back) timeframes... do you not get that Tommaso?
No here it shows after changing the tf the same values, you can too try the latest experimental version maybe this would work better for you..
10.6 CSS EDSEL F 24 pairs_6xx.mq4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
padnoter
Trader
Posts: 130
Joined: Mon Oct 22, 2012 9:20 am

Baluda Indicators

Post by padnoter »

milanese » Tue Feb 25, 2014 8:42 pm wrote:
padnoter » Tue Feb 25, 2014 8:37 pm wrote:
Thanks, but I still get the same... reducing y-axis everytime I switch(&switch back) timeframes... do you not get that Tommaso?
No here it shows after changing the tf the same values, you can too try the latest experimental version maybe this would work better for you..

Cheers :)

Tommaso

thanks again, but nope, that does the same (my broker is build 600, no later) - so the 0.200 lines get further & further apart.. lol with that I'll never get any flying trends as all the css lines will be inbetween.

i'll keep investigating

cheers
User avatar
putusernamehere
Trader
Posts: 107
Joined: Fri Nov 15, 2013 8:56 pm

Baluda Indicators

Post by putusernamehere »

padnoter » Tue Feb 25, 2014 9:37 pm wrote:
milanese » Tue Feb 25, 2014 8:21 pm wrote:You can try the attached one for 6xx build modified, here it works, like intended with 610 build and GP


Cheers :)

Tommaso

Thanks, but I still get the same... reducing y-axis everytime I switch(&switch back) timeframes... do you not get that Tommaso?
Hi
I'm testing the CSS and switched from 4H to 1Day and back and it is ok .no error's. build 610. what's your problem ?
thanks Tommaso for your work :good:
You do not have the required permissions to view the files attached to this post.
padnoter
Trader
Posts: 130
Joined: Mon Oct 22, 2012 9:20 am

Baluda Indicators

Post by padnoter »

Hi,
See my prev. posts - http://www.stevehopwoodforex.com/phpBB3 ... 630#p86931
for screenshots of what I'm getting on build 600
User avatar
putusernamehere
Trader
Posts: 107
Joined: Fri Nov 15, 2013 8:56 pm

Baluda Indicators

Post by putusernamehere »

padnoter » Tue Feb 25, 2014 10:18 pm wrote:Hi,
See my prev. posts - http://www.stevehopwoodforex.com/phpBB3 ... 630#p86931
for screenshots of what I'm getting on build 600
I see it. but as you can see in my post, nothing changes. the y axis is always at 0.6619 in 4h. I have no idea what is wrong in your settings.I have build 610.
padnoter
Trader
Posts: 130
Joined: Mon Oct 22, 2012 9:20 am

Baluda Indicators

Post by padnoter »

yep thanks for looking - hard to debug/help if you can't replicate the problem
maybe it's a 600 issue
padnoter
Trader
Posts: 130
Joined: Mon Oct 22, 2012 9:20 am

Baluda Indicators

Post by padnoter »

an update, if anyone else gets similar problems.
My issue was confused by using mt4gui to change the chart symbol.

The original fix I gave in post http://www.stevehopwoodforex.com/phpBB3 ... 630#p86936 works for me on 600 with just timeframe changes.

As I say I also have an EA running with mt4gui allowing me to change the chart symbol - this was adding a 2nd problem, which can be fixed by changing this code (that sets the size variable) in function initSymbols()

Code: Select all

      // Split user input
      int size=0;
      i = StringFind( symbolsToWeigh, "," ); 
      while ( i != -1 )
      {
//         int size = ArraySize(symbolNames);
         string newSymbol = StringConcatenate(StringSubstr(symbolsToWeigh, 0, i), symbolExtraChars);
         if ( MarketInfo( newSymbol, MODE_TRADEALLOWED ) > EPSILON )
         {
            ArrayResize( symbolNames, size + 1 );
            // Set array
            symbolNames[size] = newSymbol;
            size++;
         }
         // Trim symbols
         symbolsToWeigh = StringSubstr(symbolsToWeigh, i + 1);
         i = StringFind(symbolsToWeigh, ","); 
      }
-but this 2nd fix was only needed when running my change symbol mt4gui ea... just included here for info

so i'm fixed now... :yahoo: thanks to all who looked
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

Baluda Indicators

Post by Baluda »

New version CurrencySlopeStrength v1.0.11 in post 1.
Changes:
  • Introduced calculation optimization, only calculate the bars on screen
  • Obsolete parameter 'maxBars' removed
  • Build 600 compatible
Enjoy,

Paul
Check the MQL4 Market for my best EA's and Indicators.
Post Reply

Return to “Nanningbob's Holy Grail Indicator forum”