+1 888 340 6572 GET STARTED
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_faded.png
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

action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
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 (Jura)
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 (phil100)
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
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
  • Severity
    Normal
Attachments (0)
There is nothing attached to this issue
Commits (0)
There are no code checkins for this issue
Duplicate issues (0)
This issue does not have any duplicates