Page 1 of 1

Highlight Reversal Bars

Posted: 03 Mar 2014 15:53
by WHS Support
Dear Trader,

please find attached a simple Express indicator that helps you to identify reversal candles. The indicator will highlight the candles in green/red when the price goes either up or down but will eventually come back and close 60% below the high / above the low. This parameter can be changed by the user.
RCS.jpg
How to use it?
Upload the express indicators in the Express folder*, refresh the workspace bar.

* Depending on your version of Windows, the Express folder is located at:
My Documents\WHS FutureStation Nano\Express
or
C:\Program Files\Fipertec\WHS FutureStation Nano\Express

Kind regards,
Timo
WH SELFINVEST

Re: Highlight Reversal Bars

Posted: 19 Apr 2021 11:24
by stefanbeh
Dear WHS support,

I would like to add the notification options to this indikator but I'm struggeling at one point. What's wrong here?

Thanks for your help.

Re: Highlight Reversal Bars

Posted: 19 Apr 2021 15:48
by WHS Support
Dear Stefan,

you have to define the variable "senti" as a series:

Code: Select all

Express Test

Vars

Series
senti(50);

Input
...
And at this point you have to use a comma and not a semicolon:

no_semicolon.jpg

Kind regards,
Timo
WH SELFINVEST