NexusFi: Find Your Edge


Home Menu

 





How to make showme plot tick by tick


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,443 views
    2. thumb_up 4 thanks given
    3. group 2 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

How to make showme plot tick by tick

  #1 (permalink)
fnoor5456
houston tx
 
Posts: 2 since May 2017
Thanks Given: 2
Thanks Received: 0

I am trying to code a ShowMe script to plot with each tick but it only plots a ShowMe when the current bar finishes.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Exit Strategy
NinjaTrader
MC PL editor upgrade
MultiCharts
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 thanks
Just another trading journal: PA, Wyckoff & Trends
28 thanks
Bigger Wins or Fewer Losses?
23 thanks
Tao te Trade: way of the WLD
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,628


fnoor5456,

if your code allows intrabar calculations, check if "Update Value intra-bar [...]" is checked on the ShowMe's general property tab. Checking this should allow realtime intrabar updates.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
Thanked by:
  #4 (permalink)
fnoor5456
houston tx
 
Posts: 2 since May 2017
Thanks Given: 2
Thanks Received: 0

Thanks,

How would i know if my code allows intrabar calculations? is there a loop i am supposed to put the code inside of or is it just the logic of the code that would make it work with intrabar data?

thanks.

Reply With Quote
  #5 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,628

fnoor5456,

you could for example add the print reserved word and check if you see prints for any real time tick that comes in.

When parts of your code are for example only executed within a check of BarStatus(1) = 2 (which means at the last tick of the bar) this would obviously block this part from being computed during the bar.
Under some conditions variables might have to be intrabarpersist when you update code intrabar, but that's hard to tell without knowing the code. For the beginning you can probably just check if you get the results you want with enabling the tick by tick computations and check further in case you don't.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on May 24, 2017


© 2024 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 - Privacy Policy - Downloads - Top
no new posts