stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Baluda Indicators
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=629
Page 65 of 81
Author:  milanese [ Tue Feb 25, 2014 8:21 pm ]
Post subject:  Baluda Indicators

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
Author:  padnoter [ Tue Feb 25, 2014 8:37 pm ]
Post subject:  Baluda Indicators

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?
Author:  milanese [ Tue Feb 25, 2014 8:42 pm ]
Post subject:  Baluda Indicators

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
Author:  padnoter [ Tue Feb 25, 2014 8:52 pm ]
Post subject:  Baluda Indicators

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
Author:  putusernamehere [ Tue Feb 25, 2014 9:02 pm ]
Post subject:  Baluda Indicators

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:
Author:  padnoter [ Tue Feb 25, 2014 9:18 pm ]
Post subject:  Baluda Indicators

Hi,
See my prev. posts - http://www.stevehopwoodforex.com/phpBB3 ... 630#p86931
for screenshots of what I'm getting on build 600
Author:  putusernamehere [ Tue Feb 25, 2014 9:28 pm ]
Post subject:  Baluda Indicators

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.
Author:  padnoter [ Tue Feb 25, 2014 9:54 pm ]
Post subject:  Baluda Indicators

yep thanks for looking - hard to debug/help if you can't replicate the problem
maybe it's a 600 issue
Author:  padnoter [ Tue Feb 25, 2014 10:44 pm ]
Post subject:  Baluda Indicators

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
Author:  Baluda [ Wed Feb 26, 2014 8:52 am ]
Post subject:  Baluda Indicators

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
All times are UTC Page 65 of 81