NexusFi: Find Your Edge


Home Menu

 





Need an "expert" opinion about a general programming question


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one bobwest with 6 posts (8 thanks)
    2. looks_two xplorer with 5 posts (2 thanks)
    3. looks_3 Okina with 4 posts (5 thanks)
    4. looks_4 Rockford with 2 posts (0 thanks)
      Best Posters
    1. looks_one trendwaves with 2 thanks per post
    2. looks_two bobwest with 1.3 thanks per post
    3. looks_3 Okina with 1.3 thanks per post
    4. looks_4 xplorer with 0.4 thanks per post
    1. trending_up 4,197 views
    2. thumb_up 17 thanks given
    3. group 4 followers
    1. forum 19 posts
    2. attach_file 2 attachments




 
Search this Thread

Need an "expert" opinion about a general programming question

  #11 (permalink)
 
Okina's Avatar
 Okina 
montreal quebec/canada
 
Experience: Beginner
Platform: CQG/NT7
Broker: IB/AMP/CQG
Trading: CL
Posts: 2,149 since Sep 2015
Thanks Given: 758
Thanks Received: 5,464

Thank you all for your answers and your help.

When I ask this question I though that everyone will tell me that my problem is very simple even obvious....

At one point if I understand well I will have to learn a C Something and even with that there is no guaranties that I can do exactly what I want.

With CQG you can pay to have access to the API. I don't even exactly know what this word means but my understanding is that here you can almost do anything you want but you need to know how to code.

CQG APIs | [AUTOLINK]CQG[/AUTOLINK], Inc.

R.I.P. Olivier Terrier (aka "Okina"), 1969-2016.
Please visit this thread for more information.
Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
About a successful futures trader who didnt know anythin …
Psychology and Money Management
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
What broker to use for trading palladium futures
Commodities
How to apply profiles
Traders Hideout
 
  #12 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,515
Thanks Received: 26,292


xplorer View Post
I believe the question of comparing the two different data series is not the issue, at least not for CQG.

The question is to link the two in terms of a given time lag as per @Okina's requirement, but I think it may be possible.


I may be wrong on both

Well, yeah, it's possible.

Working with two sets of bars in the same indicator, and coordinating events from each of them, has the potential to get tricky. Yes, it's completely doable. But not necessarily trivial.

Since I don't know the exact requirements, I should shut up now.

For purposes of the question, NT can do it. I don't know that simpler programming environments such as that of TradeStation can or not. And it is probably not mind-blowingly difficult, but may not be a snap.

Bob.

Reply With Quote
Thanked by:
  #13 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,515
Thanks Received: 26,292



Okina View Post
Thank you all for your answers and your help.

When I ask this question I though that everyone will tell me that my problem is very simple even obvious....

At one point if I understand well I will have to learn a C Something and even with that there is no guaranties that I can do exactly what I want.

With CQG you can pay to have access to the API. I don't even exactly know what this word means but my understanding is that here you can almost do anything you want but you need to know how to code.

CQG APIs | [AUTOLINK]CQG[/AUTOLINK], Inc.

API is "Application Programming Interface." It is a way of accessing some or all of the functionality or data (depending on what they make available) of one program from another.

This would be, for example, if you were writing a program that would access trade data from CQG and manipulate it in some way, perhaps put into a database or perhaps you were writing your own trading platform. This could get insanely involved very quickly. The thing is, within, say, Ninja, you already have access to the data of the system, and you don't have to write all the code to handle it. You're not trying to build a major system, you're looking to write an indicator ().

Again, I can say that NT can do what you want, based on what you have lain out here. Probably other strongly programming-intensive platforms could do the same. I don't want to make it seem too big a deal, but it would take some thinking and some work. I'm not sure of the exact requirements, and haven't given it much thought either, but that's my initial take on it.

Bob.

Reply With Quote
Thanked by:
  #14 (permalink)
 
Okina's Avatar
 Okina 
montreal quebec/canada
 
Experience: Beginner
Platform: CQG/NT7
Broker: IB/AMP/CQG
Trading: CL
Posts: 2,149 since Sep 2015
Thanks Given: 758
Thanks Received: 5,464

one thing strange is that CQG has in its formula builder function to reference the value of CVB or RB but when you try to use them in an indicator you have an error message.

I have contacted the support and they told me that we can't use none time base bar value in a formula. I don't undersant why are they here ?

You have the message: range bar functions can not be apply to strategy or complex expression.

R.I.P. Olivier Terrier (aka "Okina"), 1969-2016.
Please visit this thread for more information.
Attached Thumbnails
Click image for larger version

Name:	cqgformula.JPG
Views:	165
Size:	79.3 KB
ID:	203374  
Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #15 (permalink)
 tulanch 
Salt Lake City, UT
 
Experience: Intermediate
Platform: SC, NT, MT
Broker: AMP
Trading: NQ ES YM Bonds
Posts: 265 since Mar 2010
Thanks Given: 50
Thanks Received: 387

something I have done is made use of an external file for communications

I have the one indicator in chart A up looking for it's signal and looking for updates in a file, if there is an update (last update times tamp of file changed) I read it and process as required.

I have the other up in chart B looking for it's signal, and along with displaying it I write it to the file

this way you can use bar type A and the other bar type B and automatically get around timing/sequencing issues

Reply With Quote
  #16 (permalink)
 
Okina's Avatar
 Okina 
montreal quebec/canada
 
Experience: Beginner
Platform: CQG/NT7
Broker: IB/AMP/CQG
Trading: CL
Posts: 2,149 since Sep 2015
Thanks Given: 758
Thanks Received: 5,464

To close the thread for CQG the official answer is NO. I cut and paste the email I have received from them :

In CQG you cannot cross reference different chart types in formula. Also you cannot cross reference a 150 CVB on a 50 CVB chart in a formula. Only minute charts can you cross reference different minute time frames.

Doug

Submitted on Monday, February 29, 2016 - 09:23 Submitted by user: Anonymous Submitted values are:

R.I.P. Olivier Terrier (aka "Okina"), 1969-2016.
Please visit this thread for more information.
Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #17 (permalink)
 
xplorer's Avatar
 xplorer 
London UK
Site Moderator
 
Experience: Beginner
Platform: CQG
Broker: S5
Trading: Futures
Posts: 5,981 since Sep 2015
Thanks Given: 15,507
Thanks Received: 15,425


Okina View Post
To close the thread for CQG the official answer is NO. I cut and paste the email I have received from them :

In CQG you cannot cross reference different chart types in formula. Also you cannot cross reference a 150 CVB on a 50 CVB chart in a formula. Only minute charts can you cross reference different minute time frames.

Doug

Submitted on Monday, February 29, 2016 - 09:23 Submitted by user: Anonymous Submitted values are:

Thanks Okina. Very disappointing from CQG.

Reply With Quote
  #18 (permalink)
 Rockford 
West Branch, Mi, USA
 
Experience: Intermediate
Platform: Sierra Chart
Broker: TradePro/TransAct
Trading: NQ, CL
Posts: 59 since Nov 2012
Thanks Given: 10
Thanks Received: 11

Hi,
I downloaded "Cumulative Delta for TradeStation v1.0" coded by LogicalTrader.
https://nexusfi.com/download/tradestation/

When I try to message LogicalTrader, Futures.io doesn't allow it. The indicator crashes Tradestation 9.5.

Is there anyone that could look at the indcator and correct the problem?

I'd really appreciate if someone could help me with this.

Thanks,
Rockford

Attached Files
Elite Membership required to download: CUMULATIVEDELTAV1.0.ELD
Reply With Quote
  #19 (permalink)
 
xplorer's Avatar
 xplorer 
London UK
Site Moderator
 
Experience: Beginner
Platform: CQG
Broker: S5
Trading: Futures
Posts: 5,981 since Sep 2015
Thanks Given: 15,507
Thanks Received: 15,425


Rockford View Post
Hi,
I downloaded "Cumulative Delta for TradeStation v1.0" coded by LogicalTrader.
https://nexusfi.com/download/tradestation/

When I try to message LogicalTrader, Futures.io doesn't allow it. The indicator crashes Tradestation 9.5.

Is there anyone that could look at the indcator and correct the problem?

I'd really appreciate if someone could help me with this.

Thanks,
Rockford

You may want to post this in the TradeStation thread where you are more likely to get a reply to your issue.

Reply With Quote
  #20 (permalink)
 Rockford 
West Branch, Mi, USA
 
Experience: Intermediate
Platform: Sierra Chart
Broker: TradePro/TransAct
Trading: NQ, CL
Posts: 59 since Nov 2012
Thanks Given: 10
Thanks Received: 11



xplorer View Post
You may want to post this in the TradeStation thread where you are more likely to get a reply to your issue.

Thanks xplorer, I will do that in the future. Also, the problem has been resolved.

Rockford

Reply With Quote




Last Updated on March 9, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts