NexusFi: Find Your Edge


Home Menu

 





Hull MA jthma coding problem


Discussion in EasyLanguage Programming

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




 
Search this Thread

Hull MA jthma coding problem

  #1 (permalink)
 cactus363 
Haslemere, United Kingdom
 
Experience: Intermediate
Platform: Sierra Charts
Broker: CQG
Trading: CL,ES,NQ,KC
Posts: 7 since Oct 2013
Thanks Given: 7
Thanks Received: 1

Hi,
I have compiled the bellow jthma code (available from github open source) but I get a vertical line at the start of the chart.
Once I scroll right, the jthma displays correctly on the chart.
Any idea what causes this?

Thanks in advance

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
About a successful futures trader who didn´t know anyth …
Psychology and Money Management
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629


cactus363,

this is caused by the first value you plot (probably 0 or another small value). One way to overcome this is by starting to plot the HMA only when the number of bars on the chart is larger than the length input you are using:

 
Code
if CurrentBar > length then
Plot1(Value1, "jtHMA");
Adding the line "if CurrentBar > length then" in front of Plot1 will get rid of the vertical line.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
Thanked by:
  #4 (permalink)
 cactus363 
Haslemere, United Kingdom
 
Experience: Intermediate
Platform: Sierra Charts
Broker: CQG
Trading: CL,ES,NQ,KC
Posts: 7 since Oct 2013
Thanks Given: 7
Thanks Received: 1

Thank you ABCTG, I really appreciate your help and very quick response.

The solution is so simple (once someone shows it to me ).

Started this thread Reply With Quote
  #5 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

cactus363,

you are welcome. I am glad to hear that it works for you.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on October 4, 2016


© 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