Search found 5 matches

by izzowitz
Mon May 24, 2021 6:22 pm
Forum: Bookmap API
Topic: Trading on NinjaTrader8 from Bookmap via Java
Replies: 9
Views: 5038

Re: Trading on NinjaTrader8 from Bookmap via Java

Note that where there will be a problem is monitoring built-in indicators. That's not currently supported. However CVD is really simple (just add up trade sizes that pass your filter), so you probably will be able to easily implement it yourself. Is there a locale online that shows all the methods ...
by izzowitz
Thu May 13, 2021 6:11 pm
Forum: Bookmap API
Topic: Trading on NinjaTrader8 from Bookmap via Java
Replies: 9
Views: 5038

Re: Trading on NinjaTrader8 from Bookmap via Java

Thank you all! Really appreciate it.

-T
by izzowitz
Thu May 13, 2021 4:32 pm
Forum: Bookmap API
Topic: Trading on NinjaTrader8 from Bookmap via Java
Replies: 9
Views: 5038

Re: Trading on NinjaTrader8 from Bookmap via Java

Thanks blk

So you recommend simple API for the kind of trade I am talking about: basically monitoring some of the Bookmap internal indicators like CVD_b and CVD_s and creating simple logic for sending orders? I'm digging in now to the links above. 

Thanks
by izzowitz
Thu May 13, 2021 3:35 pm
Forum: Bookmap API
Topic: Trading on NinjaTrader8 from Bookmap via Java
Replies: 9
Views: 5038

Re: Trading on NinjaTrader8 from Bookmap via Java

Thank you both! I am a veteran trader and quant researcher (all Python and C#) new to java and new to your platform. I am basically trying to automate out some fairly simple decision making I use your platform for. For instance, let's say I have a long only bias for a single day. If the market gets ...
by izzowitz
Wed May 12, 2021 2:37 pm
Forum: Bookmap API
Topic: Trading on NinjaTrader8 from Bookmap via Java
Replies: 9
Views: 5038

Trading on NinjaTrader8 from Bookmap via Java

Hi, Trying to find forum threads on trading into NinjaTrader8 from Bookmap. I already know how to set up the connection for manual chart trade submission: submit order on Bookmap and the resting order gets pushed to my NinjaTrader8 environment. I now want to find content on doing this via a Java fil...