Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 12-15-2008, 03:14 PM   #1

Join Date: Dec 2008
Posts: 17
Ignore this user

Thanks: 3
Thanked 0 Times in 0 Posts

CQG Missing Several Key Indicators

Hi all,

I've just started using CQG, from previously using eSignal. I do like the look of CQG so far. However, I'm used to having the esignalcentral forum to discuss indicators - most of which seem to already be in the program or easily downloaded from people sharing in the forums there.

However, I can't for the life of me find an equivalent CQG forum until finding TradersLab. Any ideas where I can get the following indicators in CQG or if there are any CQG dedicated forums out there??

Chaikin Money Flow
Money Flow Index
ATR based trailing stop.

Appreciate any help or direction.

Cheers
Papa.
Papa Lazarou is offline  
Reply With Quote
Old 12-15-2008, 05:11 PM   #2

Soultrader's Avatar

Status: Super Moderator
Join Date: Aug 2006
Location: Tokyo
Posts: 3,623
Ignore this user

Thanks: 545
Thanked 1,371 Times in 492 Posts
Blog Entries: 4

Re: CQG Missing Several Key Indicators

Hi Papa,

Are you familiar with the CQG formula and toolbox. If you have the coding behind the indicators, you should be able to replicate them as custom study.

Let me search around to see if any of my buddies have those available.
__________________

Soultrader is offline  
Reply With Quote
The Following User Says Thank You to Soultrader For This Useful Post:
Papa Lazarou (12-15-2008)
Old 12-15-2008, 05:33 PM   #3

Join Date: Dec 2008
Posts: 17
Ignore this user

Thanks: 3
Thanked 0 Times in 0 Posts

Re: CQG Missing Several Key Indicators

Thanks Soultrader. It's appreciated.

I'm just having a play around with it now. I guess I will have to attempt to learn it somehow and code these studies myself. Hopefully you'll be able to find some of them. Fingers crossed!!

Very suprised they're not included though.

I'll wait to hear from you before I make an amateurish attempt!!

Thanks again
Papa.
Papa Lazarou is offline  
Reply With Quote
Old 12-16-2008, 11:26 PM   #4

Soultrader's Avatar

Status: Super Moderator
Join Date: Aug 2006
Location: Tokyo
Posts: 3,623
Ignore this user

Thanks: 545
Thanked 1,371 Times in 492 Posts
Blog Entries: 4

Re: CQG Missing Several Key Indicators

Hi Papa,

I was able to obtain Chaikin and MFI for CQG. Please see the below threads:

1. http://www.traderslaboratory.com/for...-cqg-5135.html
2. http://www.traderslaboratory.com/for...-cqg-5136.html

Unfortunately the ATR trailing stop is not available... I can not seem to find anyone with this.
__________________

Soultrader is offline  
Reply With Quote
The Following User Says Thank You to Soultrader For This Useful Post:
Papa Lazarou (12-17-2008)
Old 12-17-2008, 05:09 AM   #5

Join Date: Dec 2008
Posts: 17
Ignore this user

Thanks: 3
Thanked 0 Times in 0 Posts

Re: CQG Missing Several Key Indicators

Thanks Soultrader!

The MFI seems to be working great.

Sorry I meant Chaikin Money Flow, not the Chaikin Oscillator....

I've found the formula for CMF.....

CMF = SUM(AD, n) / SUM(VOL, n)
where n = Period

and here's an article on it just for your info.... http://www.linnsoft.com/tour/techind/cmf.htm

Do you know anyone that might have this?

Thanks
Papa
Papa Lazarou is offline  
Reply With Quote
Old 12-17-2008, 06:33 AM   #6

Soultrader's Avatar

Status: Super Moderator
Join Date: Aug 2006
Location: Tokyo
Posts: 3,623
Ignore this user

Thanks: 545
Thanked 1,371 Times in 492 Posts
Blog Entries: 4

Re: CQG Missing Several Key Indicators

Hi Papa,

Let me see if I can find it. No guarantees though. I guess one could write it but im no coder. (tried over and over again but still cant seem to figure out how to program!)

I do have a coder who builds conditionals, studies, backtests, etc... for me so will ask if he's already got it.
__________________

Soultrader is offline  
Reply With Quote
The Following User Says Thank You to Soultrader For This Useful Post:
Papa Lazarou (12-17-2008)
Old 12-17-2008, 06:40 AM   #7

Join Date: Dec 2008
Posts: 17
Ignore this user

Thanks: 3
Thanked 0 Times in 0 Posts

Re: CQG Missing Several Key Indicators

Once again, thanks a lot for your time and effort.

Looking at the 'formula' behind the CMF it doesn't seem like it would be very difficult to code - I just need to learn the syntax for CQG though. I'll give it a stab and see where I get to in the mean time!

Papa
Papa Lazarou is offline  
Reply With Quote
Old 12-17-2008, 07:35 AM   #8

Join Date: Dec 2008
Posts: 17
Ignore this user

Thanks: 3
Thanked 0 Times in 0 Posts

Re: CQG Missing Several Key Indicators

Me again....

I've coded the following CMF which seems to work.....

Sum(A_D(@) ,period) / Sum(Vol(@) ,period)

This seems to work with no syntax errors, but the 2nd condition in the sum brackets automatically changes in the code from 'period' to '8' when pasting the above line into the custom study formula box .....

Sum(A_D(@) ,8) / Sum(Vol(@) ,8)

And I have no options once the study is in place to change the period. it seems fixed at 8.

If you could ask your friend if he knows why, that would be great.

Also, could you ask him what the '@' signs means? Does that just mean 'value'?

Thanks again.
Papa Lazarou is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is There Any VSA Analysis I Am Missing on My Entries? daedalus Volume Spread Analysis 37 10-31-2009 05:43 AM
where are all the MP indicators gone? tradewiz Market Profile 3 01-12-2008 12:21 PM
Traders Audio console missing timokrates Support Center 1 08-21-2007 07:31 AM
Missing messages BlowFish Support Center 4 07-19-2007 09:09 AM
Are You “Missing the Forest for the Trees”? lrushing Beginners Forum 0 06-12-2007 05:23 PM

All times are GMT -4. The time now is 09:18 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
2006-2011 Traders Laboratory, All Rights Reserved.