PDA

View Full Version : Accessing Strategy within Fill( )


trader_rick
05-05-2008, 07:36 PM
Hi guys,

Is there anyway of accessing my strategy from within the Fill method? The reason I ask is that I want to create a custom fill for which I need to be able to access the values of variables belonging to my strategy. Preferably I'd like to access a method belonging to my strategy which returns the values I want but if need be I could do it accessing a custom Dataseries variable.

regards

NinjaTrader_Ray
05-05-2008, 08:02 PM
Outside the scope of what we support...I would share if I knew off the top of my head but I don't unfortunately.

trader_rick
05-06-2008, 09:30 AM
OK. Thanks anyway.

I noticed in an earlier post on the Fill method that you guys were going to expose the Open, Low, High, Close dataseries within the method on the next 6.5 update? Has that actually happened within 6.5.1000.2?

regards

NinjaTrader_Dierk
05-06-2008, 11:34 AM
Which post are you referring to?

trader_rick
05-06-2008, 04:23 PM
Actually it was a post you made Dierk on 23rd March. (Don't know how to insert link to it.) Thread was called 'Changing fill to current bar'.

regards

NinjaTrader_Dierk
05-06-2008, 09:42 PM
As stated in my post the properties mentioned are exposed.