Search found 2 matches

by R_Voorhorst
11 Oct 2017 20:05
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Showtip(String)
Replies: 1
Views: 4356

Re: Showtip(String)

For Showtip to work, apparently the "Show Chart Infos" feature should be enabled in the main screen.

Case closed
by R_Voorhorst
11 Oct 2017 15:25
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Showtip(String)
Replies: 1
Views: 4356

Showtip(String)

This very simple code will not function; the popup does not show even after waiting a long long time.
Is there something with settings?
The indicator is added to the main screen with thecandles.

Code:

Express Rvo_Test3

calculation

If IsFinalBar() Then Showtip("test2");


interpretation
begin
end ...

Go to advanced search