NexusFi: Find Your Edge


Home Menu

 





installing indicator


Discussion in MultiCharts

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




 
Search this Thread
  #1 (permalink)
 musuk 
uk, london
 
Experience: Beginner
Platform: Multicharts
Trading: forex
Posts: 27 since Sep 2011
Thanks Given: 6
Thanks Received: 2

hi

am trying to import an indicator from NexusFi (formerly BMT) i download the file e.g _Price_Line indicator to show a line on the chart of the price i imported the file in power lunge window and then i compail it and that's what it give me

Study: "_Price Line" (Indicator)
Please wait ....
------ Compiled with error(s): ------
Compile error
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
causal study: (Function)

and i dont know if this is good or bad i go and try to put the indicator and it want work it say i need to compail it.

is there any thing am doing wrong pls help


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Saylors 41-Month HODL Breaks: Strategy Sells 32 BTC as $ …
Prediction Markets & Event Contracts
Trump Truth Social Fires Hormuz From 10% to 59% -- Arsen …
Prediction Markets & Event Contracts
April CPI Preview: +3.7% YoY Expected at 8:30 AM ET -- C …
Traders Hideout
Khamenei Vetoes Uranium Transfer as Peace Odds Surge to …
Prediction Markets & Event Contracts
Penalties in Budapest, Peace Deadline in Tehran: Arsenal …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
The Pivot Point 113.6³ — Navigating the Prediction of …
26 thanks
Sober Journey With S&P
17 thanks
The Confluence Meter: A Multi-Layered Signal Framework B …
11 thanks
NT8 color choices
10 thanks
Volume Indicators
7 thanks
  #2 (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,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,578


musuk View Post
hi

am trying to import an indicator from NexusFi (formerly BMT) i download the file e.g _Price_Line indicator to show a line on the chart of the price i imported the file in power lunge window and then i compail it and that's what it give me

Study: "_Price Line" (Indicator)
Please wait ....
------ Compiled with error(s): ------
Compile error
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
causal study: (Function)

and i dont know if this is good or bad i go and try to put the indicator and it want work it say i need to compail it.

is there any thing am doing wrong pls help

From the info you posted, you are missing the function, or you created it wrong as a indicator instead of function. You are going to need to provide more info for someone to help you, for starters a link or an attachment of the exact code you tried to import.

Mike




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 Reply With Quote
  #3 (permalink)
 musuk 
uk, london
 
Experience: Beginner
Platform: Multicharts
Trading: forex
Posts: 27 since Sep 2011
Thanks Given: 6
Thanks Received: 2


hi mike
when i import it it say its a indcator and this is the code

var: intrabarpersist need_delete_this_bar(false);

if lastbaronchart then begin

value10 = TL_New(date, time, close, date, time, close);
Value1 = TL_SetColor (value10, rgb(90,90,90));
value1 = TL_SetExtRight (value10, true);
value1 = TL_SetExtLeft (value10, true);
value1 = TL_setsize (value10, 0.5);
value1 = TL_Setstyle (value10, 1);

need_delete_this_bar = not need_delete_this_bar and value10[1] > 0 AND value10 <> value10[1];
value11 = tl_getfirst(1);

if tl_getnext(value11, 1) > 0 and need_delete_this_bar then value1 = TL_Delete(value11);

if barstatus = 2 then need_delete_this_bar = false;
end;


Started this thread Reply With Quote
  #4 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 691

That code compiles correctly here (MC 7.0 Release (Build 4510)):

 
Code
------ Build started: ------
Study: "MyTestIndicator4" (Indicator)
Please wait .... 
16.10.11 11:59:40
------ Compiled successfully  ------
What version of MC do you use? Do other indicators compile correctly?


Reply With Quote
  #5 (permalink)
 musuk 
uk, london
 
Experience: Beginner
Platform: Multicharts
Trading: forex
Posts: 27 since Sep 2011
Thanks Given: 6
Thanks Received: 2

hi jura

am using multichart 7.1 beta bild 4695
to be honest with you all the pre installed indcator working fine in multichart but any one that i import just to test and try to learn to program it dos not compaile i tried now about 4 indicator from this website and none of them compail they all give the same thing

thanks


Started this thread Reply With Quote
  #6 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 691


musuk View Post
am using multichart 7.1 beta bild 4695
to be honest with you all the pre installed indcator working fine in multichart but any one that i import just to test and try to learn to program it dos not compaile i tried now about 4 indicator from this website and none of them compail they all give the same thing

That's weird, since the chances that all four don't compile are low, and the indicator code that you've posted earlier compiles here on MC7.0 correctly. I'm afraid I can't really help you with this, as it might be related to the beta and I can't reproduce the issue here.

I'd suggest you go the MultiCharts Live Chart tommorrow (Monday) between 6:30 a.m. to 4 p.m. EST to get real-time help from them.

Regards,
Jura


Reply With Quote
Thanked by:
  #7 (permalink)
 musuk 
uk, london
 
Experience: Beginner
Platform: Multicharts
Trading: forex
Posts: 27 since Sep 2011
Thanks Given: 6
Thanks Received: 2

ok thanks i will do that tomorwo


Started this thread Reply With Quote
  #8 (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,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,578


musuk View Post
hi jura

am using multichart 7.1 beta bild 4695
to be honest with you all the pre installed indcator working fine in multichart but any one that i import just to test and try to learn to program it dos not compaile i tried now about 4 indicator from this website and none of them compail they all give the same thing

thanks

Sounds like you are importing them wrong. Exactly what steps are you using to import them? Please be specific.

Mike




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 Reply With Quote
  #9 (permalink)
 musuk 
uk, london
 
Experience: Beginner
Platform: Multicharts
Trading: forex
Posts: 27 since Sep 2011
Thanks Given: 6
Thanks Received: 2

ok i woke up this morning and i was trying to show how i import the indicator i had like 5 indicator none of them got imported yesterday i restarted the pc nothing, today i did the first one it worked did all of them and they all worked i have no idea why funny multicahrt.

thanks for all


Started this thread Reply With Quote




Last Updated on October 17, 2011


© 2026 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