NexusFi: Find Your Edge


Home Menu

 





MultiCharts order flow information gathering


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one Big Mike with 9 posts (8 thanks)
    2. looks_two SPMC with 2 posts (3 thanks)
    3. looks_3 Jura with 1 posts (1 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 9,501 views
    2. thumb_up 12 thanks given
    3. group 3 followers
    1. forum 13 posts
    2. attach_file 0 attachments




 
Search this Thread
  #11 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,704 since Jun 2009
Thanks Given: 33,435
Thanks Received: 102,306

Since when did they add a return capability?!?! I've been needing this for so long! (looking at market depth code)

https://www.multicharts.com/trading-software/index.php/Return

Mike




Join the free Markets Chat beta: Real-time Trading Insights

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on X Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
DOM in QTrader vs Bookmap
Platforms and Indicators
Tech-Savvy Trader Seeking Collaboration with Trading Pla …
Emini and Emicro Index
Cocretum bands convert to NinjaTrader8
NinjaTrader
OMG! The Schwab API is live now!
NinjaTrader
Assigning value to swing high and low points: 2, 1, -1, -2
Traders Hideout
 
  #12 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,704 since Jun 2009
Thanks Given: 33,435
Thanks Received: 102,306

Hmm. Here is my Signal code, which produces nothing (no print statements, no errors, nothing). I do have a DOM up, and the built-in Market Depth indicator worked.

 
Code
if not LastBarOnChart_s then #return;

Inputs: UpdateSpeed_seconds(0.1);

vars:
	dasksize		(0),
	dbidsize		(0),
	ddiff		(0);
	

RecalcLastBarAfter(UpdateSpeed_seconds);

if not dom_isconnected then begin

	print("DOM not connected.  Abort.");
	#return;

end;

dasksize	= dom_asksize(0) + dom_asksize(1) + dom_asksize(2) + dom_asksize(3) + dom_asksize(4);
dbidsize = dom_bidsize(0) + dom_bidsize(1) + dom_bidsize(2) + dom_bidsize(3) + dom_bidsize(4);

ddiff = dasksize - dbidsize;

print(ddiff);
If anyone has an idea let me know.

It isn't even printing at the close of bar. I also turned on IOG, no change. I also tried commenting out the first line, no change.

Mike




Join the free Markets Chat beta: Real-time Trading Insights

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on X Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #13 (permalink)
 ejtrader 
Portland, OR
 
Experience: Intermediate
Platform: Sierra Chart
Trading: ES
Posts: 269 since Jan 2011
Thanks Given: 327
Thanks Received: 180


I had a chance to test this out. Exact code is working fine as expected and can see the output in the print log in PL Editor ( don't even have the DOM open). I am using OEC data if it matters.

Thanks


Reply With Quote
  #14 (permalink)
 guppy 
Los Angeles, CA
 
Experience: Advanced
Platform: Tradestation
Broker: Tradestation
Trading: ES,HG,GC,YM,Nq,RB,NG
Posts: 52 since Aug 2011
Thanks Given: 11
Thanks Received: 8

Anyone care to show this same code in ninjatrader? Id like to test it. I beleive ninjatrader has onmarketdepth().

Thanks


Big Mike View Post
Hmm. Here is my Signal code, which produces nothing (no print statements, no errors, nothing). I do have a DOM up, and the built-in Market Depth indicator worked.

 
Code
if not LastBarOnChart_s then #return;

Inputs: UpdateSpeed_seconds(0.1);

vars:
	dasksize		(0),
	dbidsize		(0),
	ddiff		(0);
	

RecalcLastBarAfter(UpdateSpeed_seconds);

if not dom_isconnected then begin

	print("DOM not connected.  Abort.");
	#return;

end;

dasksize	= dom_asksize(0) + dom_asksize(1) + dom_asksize(2) + dom_asksize(3) + dom_asksize(4);
dbidsize = dom_bidsize(0) + dom_bidsize(1) + dom_bidsize(2) + dom_bidsize(3) + dom_bidsize(4);

ddiff = dasksize - dbidsize;

print(ddiff);
If anyone has an idea let me know.

It isn't even printing at the close of bar. I also turned on IOG, no change. I also tried commenting out the first line, no change.

Mike


Reply With Quote




Last Updated on May 29, 2015


© 2025 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 - Downloads - Top
no new posts