NexusFi: Find Your Edge


Home Menu

 





Make real time Upticks show historical Up_ticks


Discussion in EasyLanguage Programming

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




 
Search this Thread

Make real time Upticks show historical Up_ticks

  #1 (permalink)
Umbongo
europe
 
Posts: 2 since Dec 2016
Thanks Given: 0
Thanks Received: 0

HI All,

I was wondering if someone could help me. I have some code Below( that counts the number of upticks real-time) is there anyway to make this show historical ticks..(i.w plot the historical ticks of last bar ,.say if it was a hour bar)

would be great if someone could show me how to do this.

vars:
IntraBarPersist Last_Tick ( 0 ) ,
IntraBarPersist MyCurrentBar ( 0 ) ,
IntraBarPersist Count ( 0 ) ;



if islastbar[0] then begin

begin
if CurrentBar > MyCurrentBar then
begin
Up_Ticks = 0 ;
Count = 0 ;
end ;

if Close > Last_Tick then
Count = Count + 1 ;

Last_Tick = Close ;
MyCurrentBar = CurrentBar ;

end ;

Up_Ticks = Count ;

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Footprint for strategy Builder
NinjaTrader
Strategy stop orders partially filled
EasyLanguage Programming
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
32 thanks
Just another trading journal: PA, Wyckoff & Trends
23 thanks
Trading with Intuition
17 thanks
Self sabotage reframed
14 thanks
GFIs1 1 DAX trade per day journal
9 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629


Umbongo,

unfortunately you can't compute an indicator tick by tick on historical bars. You might want to look into Object Oriented EasyLanguage and do your computations using PriceSeries Providers with one tick resolution. You will find plenty of examples in the official TS forum, but this will require some more advanced programming.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
  #4 (permalink)
Umbongo
europe
 
Posts: 2 since Dec 2016
Thanks Given: 0
Thanks Received: 0

thanks for the quick reply. ..

Reply With Quote




Last Updated on September 2, 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