NexusFi: Find Your Edge


Home Menu

 





how to stop a strategy/signal immediately


Discussion in MultiCharts

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




 
Search this Thread
  #1 (permalink)
w1235768
Hong Kong/China
 
Posts: 2 since Apr 2017
Thanks Given: 0
Thanks Received: 0

Is there any instructions/commands in MC Easy Language that can stop a strategy/signal from running and return the control to the user. I want to achieve the following:

If (input_symbol <> symbol) then begin
print ( "Wrong underlying asset! check Symbol again! " );
// Stoprun ;
end;

I know I can use a Boolean to stop it from going into the main program like below, but it is looping instead of the control is going back to the user. Is it possible to stop the program rather than let it loop endlessly. Thanks.

vars b_StopRun (false);
If (input_symbol <> symbol) and b_StopRun = false then begin
print ( "Wrong underlying asset! check Symbol again! " );
b_Stoprun = true;
end;


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Post-Summit Market Verdict: ES -1%, NQ -1.5%, 10-Year Yi …
Traders Hideout
S&P 500 Holds the Line: No Fast Track for SpaceX, Op …
Stocks and ETFs
GDP Day: The First Economic Reckoning -- Pahlavi at 6.55 …
Prediction Markets & Event Contracts
April FOMC Minutes: Most Divided Fed Since 1992 -- Many …
Traders Hideout
Netherlands & Germany Surge as World Cup Field Narro …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
16 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
2 thanks
CME Expands 24/7 Trading to WTI Crude Oil and Gold -- We …
1 thanks
30 Sessions
1 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,448 since Apr 2013
Thanks Given: 494
Thanks Received: 1,643

w1235768,

take a look a the reserved word RaiseRunTimeError, this can stop the code from getting executed further, but it will also switch the status to off.

Regards,

ABCTG


Follow me on X Reply With Quote
  #3 (permalink)
w1235768
Hong Kong/China
 
Posts: 2 since Apr 2017
Thanks Given: 0
Thanks Received: 0



ABCTG View Post
w1235768,

take a look a the reserved word RaiseRunTimeError, this can stop the code from getting executed further, but it will also switch the status to off.

Regards,

ABCTG

Got that. Thanks. As u suggested, I also learned that there is a keyword called 'Abort' as well.


Reply With Quote




Last Updated on April 24, 2017


© 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