TRO's middle for NeoTicker

NeoTicker indicators

Moderator: moderators

User avatar
michal.kreslik
rank: 1000+ posts
rank: 1000+ posts
Posts: 1047
Joined: Sat May 13, 2006 2:40 am
Reputation: 36
Location: Monte Carlo, Monaco
Real name: Michal Kreslik
Gender: Male

Postby michal.kreslik » Sun Jan 28, 2007 1:44 am

BC wrote:I just joined your forum, I'm interested in neoticker.
Is it a true C+ language that it uses and are the files compiled by the program?

I am currently using metatrader, it uses a c -look alike code.
Some code for a sar indicator is below, would it work in neoticker?


Hello, BC,

yes, you can write indicators and trading systems in any .NET language for NeoTicker, including C++.NET.

NeoTicker doesn't compile the .NET code itself, you have to compile it yourself in your favorite development environment (I'm using Microsoft Visual Studio 2005 pro). NeoTicker provides a library with various trading objects and you simply hook up your .NET code to those objects exposed by NeoTicker library.

After you compile the code, you tell NeoTicker where the resulting DLL is located and off you go.

Your code snippet wouldn't work all by itself without modifying it to use NeoTicker's objects.

Michal

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

theperm
rank: <50 posts
rank: <50 posts
Posts: 4
Joined: Tue Oct 24, 2006 2:49 pm
Reputation: 0
Gender: Male

Postby theperm » Mon Jan 29, 2007 6:37 pm

yes, but when using COM all members are public. I dont know enough about .NET to know why you cant see the properties. Try googling to see if there is a solution. Good Luck.

User avatar
michal.kreslik
rank: 1000+ posts
rank: 1000+ posts
Posts: 1047
Joined: Sat May 13, 2006 2:40 am
Reputation: 36
Location: Monte Carlo, Monaco
Real name: Michal Kreslik
Gender: Male

Postby michal.kreslik » Tue Jan 30, 2007 4:57 am

I've already posted a question regarding these "hidden" properties on the NeoTicker forums, so we'll see.

Michal

User avatar
michal.kreslik
rank: 1000+ posts
rank: 1000+ posts
Posts: 1047
Joined: Sat May 13, 2006 2:40 am
Reputation: 36
Location: Monte Carlo, Monaco
Real name: Michal Kreslik
Gender: Male

Postby michal.kreslik » Wed Jan 31, 2007 4:01 am

Tickquest's reply to my inquiry:

Dataobj.high and Dataobj.get_high have no functional difference.

The reason why get_high was used was .NET have problem translating COM objects.
__________________
TickQuest Support

User avatar
eudamonia
rank: 500+ posts
rank: 500+ posts
Posts: 536
Joined: Thu Jun 15, 2006 9:50 pm
Reputation: 0
Location: Rocklin, CA
Real name: Edward Heming
Gender: Male
Contact:

Postby eudamonia » Mon Feb 05, 2007 10:32 pm

nicknextmove wrote:Does not look as sexy as the TS one :lol:

Just kidding.


Actually, I think it looks far superior in terms of providing useful historical information. You did a really great job with this Michal. Thanks.

Edward

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

LeeD
rank: <50 posts
rank: <50 posts
Posts: 2
Joined: Fri Mar 07, 2008 1:24 pm
Reputation: 0
Gender: None specified

Postby LeeD » Fri Mar 07, 2008 4:39 pm

Hi Michal,

Is the source code of the library that contains namespace KreslikLib.Common available too? Could you give directions to how to find it?

Thanks!

User avatar
michal.kreslik
rank: 1000+ posts
rank: 1000+ posts
Posts: 1047
Joined: Sat May 13, 2006 2:40 am
Reputation: 36
Location: Monte Carlo, Monaco
Real name: Michal Kreslik
Gender: Male

Postby michal.kreslik » Fri Mar 07, 2008 6:14 pm

LeeD wrote:Hi Michal,

Is the source code of the library that contains namespace KreslikLib.Common available too? Could you give directions to how to find it?

Thanks!


Hi, LeeD,

the library you're referring to has been in a constant progress, so the source code no longer corresponds to the compiled DLL posted here. However, you can easily disassemble the DLL using some MSIL .NET disassembly tool.

Michal

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “NeoTicker indicators”