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.
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
Highlight Reversal Bars
- WHS Support
- Posts: 2434
- Joined: 14 Feb 2013 10:27
Highlight Reversal Bars
You do not have the required permissions to view the files attached to this post.
Re: Highlight Reversal Bars
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.
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.
You do not have the required permissions to view the files attached to this post.
- WHS Support
- Posts: 2434
- Joined: 14 Feb 2013 10:27
Re: Highlight Reversal Bars
Dear Stefan,
you have to define the variable "senti" as a series:
And at this point you have to use a comma and not a semicolon:
Kind regards,
Timo
WH SELFINVEST
you have to define the variable "senti" as a series:
Code: Select all
Express Test
Vars
Series
senti(50);
Input
...
Kind regards,
Timo
WH SELFINVEST
You do not have the required permissions to view the files attached to this post.