+1 888 340 6572
MultiCharts Project Management
previous_open_issue.png
Go to the previous open issue
previous_issue.png
Go to the previous issue (open or closed)
star_stroke.svg
Please log in to bookmark issues
feature_request_small.png
Closed Feature request MC-1763

NOT Use instead of If for reverse of statement EL

minus.svg
Please log in to vote
0
Votes
pluse.svg
Please log in to vote
next_issue.png
Go to the next issue (open or closed)
next_open_issue.png
Go to the next open issue
icon_info.png This issue has been closed with status "Not Reviewed" and resolution "Not determined".
Description

To be able to substitute "not" in any statement that was originally an "if" statement and follow it with Then or Then begin.
This would give an opposite result of the if statement.
This would be highly useful when you copy statements, then want to get the opposite result.

Steps to reproduce this issue

Not C  > O 
Then begin
Set Stop etc.;  
End;
This is a simple example. Obviously it could be a lot more complex.

Comments (2)
#0
user-offline.png  JoshM
Oct 11, 2014 - 12:20

not can already be used in if statements, like this:
if not (Close > Open) then
     Print("it's true that the close is not higher than the open");

#0
user-offline.png  P Bonds
Oct 23, 2014 - 11:49

Excellent, Resolves Question

History
Issue basics
  • Type of issue
    Feature request
  • Category
    Usability
  • Targeted for
    Not determined
  • Status
    Not Reviewed
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (2)
People involved
  • Posted by
    user-offline.png  P Bonds
  • Owned by
    Not owned by anyone
  • Assigned to
    Not assigned to anyone
  • Subscribers
    1 subscriber(s)
    Click here to show the list of subscribers
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
  • Severity
    Normal
Commits (0)
There are no code checkins for this issue