Looking for “Paul Baluda” and “nanningbob”

Post Reply
ribeiro93
Posts: 6
Joined: Fri Oct 17, 2025 4:07 pm

Looking for “Paul Baluda” and “nanningbob”

Post by ribeiro93 »

Looking for “Paul Baluda” and “nanningbob”

Hello! I'm new here and would like to know if these traders are still active: Paul “Baluda” and “nanningBob.” I use CSS manually and SPB as an EA in my trades. I would like to exchange information with these people. Does anyone know them and could tell me about them?

If the people mentioned above are no longer active on the forum, is there anyone here who has mastered the Currency Slope Strength indicator so we can talk?
MaxLemanski
Posts: 4
Joined: Wed Aug 03, 2022 4:58 am

Re: Looking for “Paul Baluda” and “nanningbob”

Post by MaxLemanski »

Just a humble coder here.

Code: Select all

double atr = iATR( NULL, tf, atrperiod, shiftWithoutSunday + 10 ) / 10;
   double result = 0.0;
   if ( atr != 0 )
   {
      dblTma = iCustom (NULL,tf,"TMA centered",SlopeMAPeriod,0,pShift);
      dblPrev = (iCustom (NULL,tf,"TMA centered",SlopeMAPeriod,0,pShift+1) * 231 + iClose( NULL, tf, shiftWithoutSunday ) * 20 ) / 251;
 
      result = ( dblTma - dblPrev )  / atr;
Which part you would like to discuss ?
ribeiro93
Posts: 6
Joined: Fri Oct 17, 2025 4:07 pm

Re: Looking for “Paul Baluda” and “nanningbob”

Post by ribeiro93 »

Could you tell me if it's possible to add more timeframes in SPB for analysis? Currently in the EA, I have 3 timeframes for analysis, and I'd like to add more, for a total of 7 timeframes.
ribeiro93
Posts: 6
Joined: Fri Oct 17, 2025 4:07 pm

Re: Looking for “Paul Baluda” and “nanningbob”

Post by ribeiro93 »

Could you explain to me how the Currency Slope Strength indicator works and how to use it by correlating time frames to trade with greater precision?
User avatar
Jemook
Trader
Posts: 1085
Joined: Thu May 10, 2012 10:19 am
Location: Bondi, Sydney, Australia

Re: Looking for “Paul Baluda” and “nanningbob”

Post by Jemook »

Two proper OGs of this forum! I have so much thanks to give for everyone here helping me get to where I am today.

I still use TMA / CSS in my trading .. Check out my latest post in the 10.2 basket trading thread.

Wish you all the best.
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
Post Reply

Return to “Newbie Discussion”