Jump to content

New VK


stevemoore

Recommended Posts

Does anybody have the very latest Kongzana strats? He has updated his DSR strats and revised and updated them completely.

 

Update: VK has changed the name of his DSR strategies to CRBuy/Sell after a major revision for profitability.If any of the upcoming new breed of "educators" are interested, you can find all his custom indicators and new strategies here, http://kongzanatrading.com/futures.html

 

Thanks.

Edited by stevemoore
Link to comment
Share on other sites

Does anybody have the very latest Kongzana strats? He has updated his DSR strats and revised and updated them completely.

 

Update: VK has changed the name of his DSR strategies to CRBuy/Sell after a major revision for profitability.If any of the upcoming new breed of "educators" are interested,I have uploaded the uneducated CR strats here https://www.sendspace.com/file/d2rgnm

 

Thanks.

 

stevie is there a major difference between his DSR and CR strategies? I don't seem able to find his DSR strategies anymore?

Link to comment
Share on other sites

stevie is there a major difference between his DSR and CR strategies? I don't seem able to find his DSR strategies anymore?

 

Marty he revamped and updated his DSR strats for profitability and applicability so it's a major revision.The CR has 10 ticks profit target and 15 ticks stop loss and I believe you can now trade them on not just the DAX He doesn't use DSR anymore and replaced it with CR. You can find all his custom indicators and new strats here, http://kongzanatrading.com/futures.html

Link to comment
Share on other sites

This must be a joke:

CR Buy & Sell: (sources)

https://www.sendspace.com/file/98n7t5

 

//BUY
if (base.CrossAbove((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
           {
               base.EnterLong(base.DefaultQuantity, "");
           }

//SELL
if (CrossBelow((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
           {
               base.EnterShort(base.DefaultQuantity, "");
           }

Link to comment
Share on other sites

What this base. stand for? Before it was just a simple crossabove/crossbellow.

 

This must be a joke:

CR Buy & Sell: (sources)

https://www.sendspace.com/file/98n7t5

 

//BUY
if (base.CrossAbove((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
           {
               base.EnterLong(base.DefaultQuantity, "");
           }

//SELL
if (CrossBelow((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
           {
               base.EnterShort(base.DefaultQuantity, "");
           }

Link to comment
Share on other sites

This must be a joke:

CR Buy & Sell: (sources)

https://www.sendspace.com/file/98n7t5

 

//BUY
if (base.CrossAbove((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
           {
               base.EnterLong(base.DefaultQuantity, "");
           }

//SELL
if (CrossBelow((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
           {
               base.EnterShort(base.DefaultQuantity, "");
           }

 

Many thanks admis :)

Link to comment
Share on other sites

.............................

 

 

Traderkx, you can't use this system like a normal NT strategy You have to learn the rules of the trading methodology of Valdemar Kongzana first.You have to observe his Long Term Customized Indicator and Short Term Customized Indicator and if both are confirming each other,you have to enable the proper strategy (Long or Short) in the direction of the indicators. You also have to use ATR to judge how extensive the move could get and if it's worth taking.Please read what Swordfi$h (a very smart guy)wrote in the past on how to use his the VK strats.

 

"Another option could be calling each strategy individually while keeping all other strategies off, otherwise you might end up with a whole bunch of hard to follow misfired trades. To do this you only need to look for any upcoming signal (cci cross) prior to enabling the strategy on any given market. At least, that have been my experience with this method.

This is done by using the Strategies option in Control Panel.

I believe this is how he was actually trading (sym or otherwise) while I visited his trading room, don't know if anything has changed with the new DSR strategy.

Still trying to figuring out his "secret sauce" for his daily algo levels... getting close though"

 

Also you need to read VK's website and watch his Youtube videos for understanding.Don't be calling a valid strategy worthless or saying it don't work before understanding the rules and methodologies. As a self proclaimed "day trader",you should know better.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...