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

BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4888
Page 41 of 57
Author:  xielin [ Wed Dec 07, 2016 3:20 am ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

VirtualFM » Wed Dec 07, 2016 12:22 am wrote:
xielin » Tue Dec 06, 2016 5:39 am wrote:Hi all,
Are there any ways to apply such great indicator to non-standard pairs such as USDSEK, USDCNY & XAUUSD? Thanks! :good:
I already did that. Check post http://www.stevehopwoodforex.com/phpBB3 ... 00#p147654

Below my post "gprince66" did some more cleaning and added some alerts, so the latest version, that does what you want, is 2.2. (it seems "Newton51" didn't pick that version, so version 2.5 does not do what you want)
Hi VirtualFM,
I will read your reply first. Cheers!

Best,
Author:  xielin [ Wed Dec 07, 2016 3:24 am ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

nanningbob » Wed Dec 07, 2016 7:31 am wrote:
xielin » Mon Dec 05, 2016 11:39 pm wrote:Hi all,
Are there any ways to apply such great indicator to non-standard pairs such as USDSEK, USDCNY & XAUUSD? Thanks! :good:
You need to add enough of the odd currencies so the CSS can read a strength of move. So you'd need at least 4 or more SEK crosses to get a decent read for the indicator.
Hi Bob,
Thanks for the reply. But I am afraid that my broker, actually GP, only provides USDSEK. So there is no way to measure its strength. Am I correct? Right now I am using TMA True slope to measure the strength of XAUUSD as an alternative.

Best,
Author:  VirtualFM [ Wed Dec 07, 2016 3:28 am ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

nanningbob » Wed Dec 07, 2016 12:31 am wrote: You need to add enough of the odd currencies so the CSS can read a strength of move. So you'd need at least 4 or more SEK crosses to get a decent read for the indicator.
With all due respect, unless I missed something this is not comparing the weight of anything against any other currency. It's not doing the same as the "10.7 CSS v3.8..." indicator, it's only using the current symbol/pair of the current chart and using some formula that relates MAs with ATR.

The 2 colored slopes are the inverse of each other and not the same as if you would put the "10.7 CSS" indicator showing only the current pair, which would clearly give you two distinctive curves with their corresponding strengths. In here it only calculates the slope using a weird formula I don't understand (as I have no idea of what those hardcoded 231 and 251 mean, or why multiply the closetime by 20, even if I can see that 231+20=251, so I guess it's getting a different weight of the MA vs the Close price):

atr = iATR( NULL, tf, atrperiod, shiftWithoutSunday + 10 ) / 10;
double result = 0.0;
if ( atr != 0 )
{
dblTma = iMA( NULL, tf, maperiod, 0, MODE_LWMA, PRICE_CLOSE, shiftWithoutSunday );
dblPrev = ( iMA( NULL, tf, maperiod, 0, MODE_LWMA, PRICE_CLOSE, shiftWithoutSunday + 1 ) * 231 + iClose( NULL, tf, shiftWithoutSunday ) * 20 ) / 251;

result = ( dblTma - dblPrev ) / atr;
}

But the point is: it's using NULL as Symbol and nothing more that I can see. So it is not comparing with the weights of any other pair or currency and can be used in any pair. That's why I made the small change that allows it to be used on AUS200, Gold, Silver, EURDKK, Beans, Sugar or whatever you like, as I stated in my previous post.
Author:  nanningbob [ Wed Dec 07, 2016 6:41 am ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

Your right. Thinking CSS for some reason. I just use CSS in almost all my decisions so it's natural for me to think this way.
Author:  SteveHopwood [ Wed Dec 21, 2016 11:02 pm ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

Bob is a kindly soul.

I am not.

I have done a substantial amount of rubbish pruning here tonight - hence the strange distance between Bob's latest and this post. In between came a lot of rubbish that I have pruned - look at the date stamps.

Listen up dimwits. The indi offered here is pretty fantastic. You want to 'improve' it? Prove that your 'improvements' have something to offer and someone will take some notice.

Proving your 'improvements' involves trading them profitably on you live cash trading accounts and demonstrating your profits here.

If your post has disappeared then assume that I regard you as a moron and that your continued membership of SHF hangs by a thread. One more moronic post gains you a ban.

Capiche, cretins?

:xm:
Author:  SteveHopwood [ Thu Dec 22, 2016 10:57 am ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

I just received this PM from Gary (gprince66):
gprince66 wrote:Hi Steve,

I found a copy/paste error in 'Baluda.SuperSlope.v.2.2'. All of my versions load fine with multiple indis on same chart. I was curious why members were making mods to the code regarding this feature. Below is the simple fix if you are interested.

In OnInit()... replace ChartWindowOnDropped() with ChartWindowFind() for the 'almostUniqueIndex' variable and all indis will load correctly when starting Empty4 terminal.

Gary
The line is 170 in the 2.2 that I have:
almostUniqueIndex=StringSubstrOld(now,StringLen(now)-3)+IntegerToString(WindowsTotal())+IntegerToString(WindowOnDropped());

Change it to:
almostUniqueIndex=StringSubstrOld(now,StringLen(now)-3)+IntegerToString(WindowsTotal())+IntegerToString(ChartWindowFind());

Updated version attached for the peasants.

Thanks Gary :clap: :clap: :clap:

:xm:
Author:  dydynamic [ Fri Dec 23, 2016 4:30 pm ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

Fellow Traders listen up because I'm only going say this once......
Just because Steve said this is the simplest trading system does not mean the system is simple.....
This system is coded by the best minds I have ever known in forex.....
This system is the best system in this forum and is one of the best in the forex market.......
This system is free with source code included.......
Our work is to understand how to use this system to blend with our trading style.....
I must confess that I took this system for granted because it was donated to us on a platter of GOLD but when I took time to study this system and blended it with my trading style, I realized that it is the simplest and the best system for my style of trading......
I want to thank Steve, Nanningbob, Baluda, Gary and the rest of us that gave our best and all to make this system a success........ :clap: :clap: :clap:
Merry Christmas to all..... :xm: :party: :!!: :smile:
Author:  mntiwana [ Fri Dec 23, 2016 6:14 pm ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

dydynamic » Fri Dec 23, 2016 9:30 pm wrote:
Fellow Traders listen up because I'm only going say this once......
Just because Steve said this is the simplest trading system does not mean the system is simple.....
This system is coded by the best minds I have ever known in forex.....
This system is the best system in this forum and is one of the best in the forex market.......
This system is free with source code included.......
Our work is to understand how to use this system to blend with our trading style.....
I must confess that I took this system for granted because it was donated to us on a platter of GOLD but when I took time to study this system and blended it with my trading style, I realized that it is the simplest and the best system for my style of trading......
I want to thank Steve, Nanningbob, Baluda, Gary and the rest of us that gave our best and all to make this system a success........ :clap: :clap: :clap:
Merry Christmas to all..... :xm: :party: :!!: :smile:
============================================================

Hi to All :hi:
And some of my pretty greetings with good appreciation words for all of our beloved Steve,Nanningbob,Baluda,Milanese,Gary and for all those not mentioned here but was a keen part of all developing/upgrading process regarding every tools.
:!!:
HAPPY NEW YEAR to all of you in Advance.

my best regards for best persons
Author:  SteveHopwood [ Sun Jan 15, 2017 9:37 pm ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

I have deleted some pretty silly posts here tonight, by people wanting to 'improve' on what is already here but without offering evidence that their 'improvements' work. Your post has disappeared? Assume I think you are an idiot; keep your head down.

I have been kind. Nobody has been banned or removed to the group of the Great Unwashed (i.e. On Moderation) who can do nothing more than read posts and download attachments.

Do not expect my benevolence to survive continued stupidity. It will not.

You have an 'improvement' to offer here? Prove it works with actual cash live trading results.

You cannot so prove? Piss off until you can inhabit a pair of long trousers without looking ridiculous. The rest of us merely think you are a cretin.

:xm:
Author:  carl [ Fri Jan 20, 2017 11:56 am ]
Post subject:  BALUDA'S SUPER CSS-2.0. THE SIMPLEST TRADING SYSTEM EVER

Hi Everyone,

I am not sure whether the implications of the method of calculating Slope are well understood. According to the code:
dblTma = iMA( NULL, tf, maperiod, 0, MODE_LWMA, PRICE_CLOSE, shiftWithoutSunday );
dblPrev = ( iMA( NULL, tf, maperiod, 0, MODE_LWMA, PRICE_CLOSE, shiftWithoutSunday + 1 ) * 231 + iClose( NULL, tf, shiftWithoutSunday ) * 20 ) / 251;
dblDiff = dblTma - dblPrev
Slope = dblDiff/ atr;

Now, it can easily be shown that the difference of the two LWMA moving averages is actually equivalent to:
dbfDiff = Close[0] - iMA( NULL, tf, maperiod, 0, MODE_SMA, PRICE_CLOSE, shiftWithoutSunday+1 );

What this means is that anybody who is trading the signals coming from the CSS crossing at zero, is in effect trading a signal which could simply be derived from observing the crossing of the Close of a simple moving average of the same period (shifted by one bar). This can easily be confirmed visually by adding the appropriate SMA to a chart and observe that the crossing of the SMA correspond to those of the CSS lines.

Carl
All times are UTC Page 41 of 57