Marketcetera Community Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: estevan
Forum Index » Profile for estevan » Messages posted by estevan
Author Message
Hi I'm not able to connect to exchange marketdata



Is market datafeed down?
Hi colin,

I'm running it from intellij-idea like this!

I call strategy runner from java not from console....and I use market data adapter from my [yours ] source code!!

I do the same operations likes when I had marketcetera provider name instead currenex.
But with marketcetera runs!!

Hi all,

I develop a new market data feed starting from marketcetera-fix data feed.

Now I'm able to execute market data request to my fix server.
I would like rename provider name from marketcera to currenex.

I do these steps


Refactor package name from in org.marketcetera.marketdata.currenex;

Edit file org.marketcetera.module.ModuleFactory and insert this line


Edit file CurrenexFeedModuleFactory.java and overwrite this line


Edit file CurrenexFeedFactory.java


Edit file Message.java

edit
..src\main\resources\META-INF\services\org.marketcetera.module.ModuleFactory


Refacotr all java source file according with YOUR_PREFERITE_PROVIDER (currenex)

Change provider name in mystrategy


whene I run strategy marketcetera said me:


Why? I searched deeply in code and I don't understand why I obtain this errror....

please help me!!!

thanks estevan
Ok I've followed these steps and runs!
After restarting eclipse it runs!!
Miracle!!
Yes, I forgot to post but I edit file like this



Is there a tutorial explained relative develop market data feed and a sequece diagram??
Hi

I'm studing the plugin in bundle with marketcetera that allow connection with fix protocol.
Now I'm interesting in acquiring credential value from file properties.

I would like add new param (es password in this file) how I can do? Are correct steps below?

1. Add new param in file src\test\sample_data\modules\conf\mdata_marketcetera.properties




2. Edit credential class adding parameters constructor and singleton method with this new param like this


MarketceteraFeedMXBean.java


But when I run code I can't retrieve password
Which method I must overwrite for reading password from properties file?

Thanks

Hi all,

I'm building, starting from marketcetera data feed, a new fix provider to currenex.

First of all I started to change the provider name like this...

refactor package name from
org.marketcetera.marketdata.marketcetera;
to
org.marketcetera.marketdata.currenex;

Edit file org.marketcetera.module.ModuleFactory
inserting this line



MarketceteraFeedModuleFactory.java



MarketceteraFeedModuleFactory.java


MarketceteraFeedFactory.java


Message.java



In C:\devmk\java-strategy\src\main\resources I've renamed marketcetera_messages.properties into currenex_messages.properties

That's all!!

From my Intellijidea IDE I get this exception

Unable to find a module with URN 'metc:mdata:currenex:single'. Ensure that the module URN is correct and retry operation
Why this?

I invoke my new provide like this....

in the same package I've the new provider classes.

MarketData.txt invoke MarketData.java

MarketData.txt


MarketData.java



Thanks a lot estevan












Thanks Toli,

I think I've resolved my problems!!!
Hi,

During the evaluation time I've spend time for building our strategy,
building our market data feed.
For the first thing I have used you example strategy via photon or via
strategyagent tools.
I've some question about building strategy

1. How is possibile encapsulate our strategy inside a jar and pass
jar to strategy runner?
2. I would like build a complex strategy, during the development how
I can link eclipse with marketcetera,
how I can debug, use step by step?
Please can you explain me step by step how I can solve it?


I've also the same questions for the market data feed module.
I have downloaded the toli's example (CSV Market data feed) but if I
would like start with a new strategy, how I can integrate it (a develop
time) with marketcetera?

Thanks in advance
Estefan Civera
Please consider this tutorial http://www.marketcetera.org/confluence/display/MOL/CSV+Market+Data+Adapter
How I run this code inside eclipse, every times I must create jar and test with photon?

Can someone help me??

thanks estevan
Hi guys,

I'm trying to create a new Market Data Adatper to connect via FIX protocol to an ODL Securities server Marketcetera

Marketcetera(Bogus) -> FIX PROTOCOLOL <-> ODL Quotatation/Feed Server.

I've seached a lot in the forum but I can't find any concrect solution.
So I think to follow these task

1. Create a new data feed using marketecera code example (creation of new code and or symply editing fixdatafeed.properties file)
2. Recompiling all marketcetera
3. In the compiled phonton I think I'll find new market data feed! Is it the true??

Is it the correct solutions?
It seem ve very hard for a symple bridge!!

Can you help me?
Do you have implemented yet this solution?

thanks estefan civera
Thanks Toli I've spend one week over this problem....

Hi,

I've the same problem!!

I have been tring to connect for one week but I receive your same error.

With bogus metc runs very well, but when I try to go on external server I can't connect it.
I've tried to stop firewall, to create new firewall rules, ntp server is ok....I've tried all but nothing.

Is Marketcetera alive?

If you solve your issue, could you notify me?

Thanks estevan
 
Forum Index » Profile for estevan » Messages posted by estevan
Go to:   
Powered by JForum 2.1.8 © JForum Team