NexusFi: Find Your Edge


Home Menu

 





Hull MA jthma coding problem


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,785 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?
ZombieSqueeze
Platforms and Indicators
Trade idea based off three indicators.
Traders Hideout
How to apply profiles
Traders Hideout
Exit Strategy
NinjaTrader
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
32 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,627


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,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,627

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