Read your Stop Loss Levels

Questions about MultiCharts and user contributed studies.
User avatar
Umb
Posts: 21
Joined: 22 Apr 2016
Location: Rome - Italy
Has thanked: 2 times

Read your Stop Loss Levels

Postby Umb » 31 May 2016

Hi,

What's the keyword to read the stop loss level?

I use a trailing stop with the function:
settrailingstop_pt (stopRange);

The stopRange parameter is a variable, I need to check the correct position of my stop at each new level.

Thanks
Umb

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Read your Stop Loss Levels

Postby JoshM » 01 Jun 2016

What's the keyword to read the stop loss level?
There's unfortunately no keyword that can read data from submitted orders.
The stopRange parameter is a variable, I need to check the correct position of my stop at each new level.
If you submit the trailing stop-loss yourself (so without the use of of the `SetTrailingStop_pt()` keyword), then you can also use the variable with the stop-loss level to keep track of the price at which the order is submitted.


Return to “MultiCharts”