NexusFi: Find Your Edge


Home Menu

 





Combine a string and boolean value


Discussion in EasyLanguage Programming

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




 
Search this Thread

Combine a string and boolean value

  #1 (permalink)
nfgrufio
Atlanta, GA
 
Posts: 15 since Apr 2023
Thanks Given: 1
Thanks Received: 0

Is it possible to combine a string and a boolean value?

I want to output to my printer the string "Status: True".
The "True" being derived from a boolean statement.
We can do this with strings and numbers using NUMTOSTR, to output something like "Status: 7".

Is there no statement akin to BOOLTOSTR?

Thanks!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Is there a way to simulate CONTINUOUS CONTRACT?
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
What broker to use for trading palladium futures
Commodities
Negative Balance Protection
Brokers
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
33 thanks
Spoo-nalysis ES e-mini futures S&P 500
16 thanks
GFIs1 1 DAX trade per day journal
15 thanks
The Trading Pit "Futures VIP" Account Journal
15 thanks
Trading with Intuition
14 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 484
Thanks Received: 1,629

nfgrufio,

depending on the platform you are working in you might be able to use .ToString() with your boolean variable.
Alternatively you can use the IFFString function.

Regards,

ABCTG



nfgrufio View Post
Is it possible to combine a string and a boolean value?

I want to output to my printer the string "Status: True".
The "True" being derived from a boolean statement.
We can do this with strings and numbers using NUMTOSTR, to output something like "Status: 7".

Is there no statement akin to BOOLTOSTR?

Thanks!


Follow me on Twitter Reply With Quote
Thanked by:
  #3 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,173 since Jan 2013
Thanks Given: 57,564
Thanks Received: 26,300



nfgrufio View Post
Is it possible to combine a string and a boolean value?

I want to output to my printer the string "Status: True".
The "True" being derived from a boolean statement.
We can do this with strings and numbers using NUMTOSTR, to output something like "Status: 7".

Is there no statement akin to BOOLTOSTR?

Thanks!

I know very little (or nothing) about EasyLanguage, but in any language you can do it with if statements.

Sample pseudocode, alter to fit your language:

if (boolvar1)
strvar1 = "Status: True";
else
strvar1 = "Status: False";

Then you can send strvar1 to the printer or whatever else you would like.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
Thanked by:
  #4 (permalink)
nfgrufio
Atlanta, GA
 
Posts: 15 since Apr 2023
Thanks Given: 1
Thanks Received: 0


ABCTG View Post
nfgrufio,

depending on the platform you are working in you might be able to use .ToString() with your boolean variable.
Alternatively you can use the IFFString function.

Regards,

ABCTG

Thank you for this suggestion! I was not aware of the IFFSTRING function.
This ended up being my solution.


bobwest View Post
I know very little (or nothing) about EasyLanguage, but in any language you can do it with if statements.

Sample pseudocode, alter to fit your language:

if (boolvar1)
strvar1 = "Status: True";
else
strvar1 = "Status: False";

Then you can send strvar1 to the printer or whatever else you would like.

Bob.

A great workaround, thanks!

Reply With Quote




Last Updated on February 11, 2024


© 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