Dear WHS team,
As you know there are 3 nice functions in Express, being BarsSinceEntry(), EntryPriceOriginal() and MarketPosition() that can often efficiently be used. (but unfortunately only in stop files).
I assume you have good contacts with the programmer of FutureStation Nano, Fipertec.
I ask ...
Search found 8 matches
- 22 Feb 2015 14:27
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Request for new functions in Express
- Replies: 1
- Views: 2590
- 30 Jan 2015 16:23
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Tijd optellen
- Replies: 2
- Views: 3067
Re: Tijd optellen
Bastiaan,
Dat zou inderdaad de eerste gedachte zijn, echter....
numeric tijd1 is een getal, niet een tijd in de vorm hh:mm
wanneer bij tijd1 een getal wordt opgeteld, zoals in uw voorbeeld gaat dat goed zolang de som kleiner is dan xx59 (b,v, 1059), maar als de som groter is,
b.v. tijd1 is 1042 en ...
Dat zou inderdaad de eerste gedachte zijn, echter....
numeric tijd1 is een getal, niet een tijd in de vorm hh:mm
wanneer bij tijd1 een getal wordt opgeteld, zoals in uw voorbeeld gaat dat goed zolang de som kleiner is dan xx59 (b,v, 1059), maar als de som groter is,
b.v. tijd1 is 1042 en ...
- 29 Jan 2015 17:12
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Tijd optellen
- Replies: 2
- Views: 3067
Tijd optellen
Hoe kan ik bij een bepaalde tijd (verkregen uit b.v. de predefined series "time" of "timeOpen") een aantal minuten optellen?
Bij voorbaat dank,
W. de Kort
Bij voorbaat dank,
W. de Kort
- 07 Mar 2014 07:05
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Import series from another express indicator
- Replies: 1
- Views: 3190
Import series from another express indicator
Apparently it is not possible to import series from another STOP Express indicator.
Trying to do this gives the warning: "cannot import series... etc"
Is there any way around this?
Example:
Express Stop InMarket
Vars
Series InMarket;
Calculation
InMarket = MarketPosition();
I would like ...
Trying to do this gives the warning: "cannot import series... etc"
Is there any way around this?
Example:
Express Stop InMarket
Vars
Series InMarket;
Calculation
InMarket = MarketPosition();
I would like ...
- 03 Jul 2013 11:04
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Speed trader stop orders
- Replies: 5
- Views: 5387
Re: Speed trader stop orders
Dear Bastiaan,
Not quite right.
It is certainly the intention to enter a long position when (in your example) the price crosses above 1% from the lowest low, but this will be done automatically because the stop buy order is already at the exchange.
The idea is to modify the stop buy order at the ...
Not quite right.
It is certainly the intention to enter a long position when (in your example) the price crosses above 1% from the lowest low, but this will be done automatically because the stop buy order is already at the exchange.
The idea is to modify the stop buy order at the ...
- 03 Jul 2013 07:54
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Speed trader stop orders
- Replies: 5
- Views: 5387
Re: Speed trader stop orders
Dear Bastiaan,
Thank you so much for this reaction.
This time delay you mention is not a problem.
Please show in on Express program code how this is to be programmed.
For instance: at the end of a candle (1-minute candle) the price has hit a new low, so the stop buy entry price has to be lowered ...
Thank you so much for this reaction.
This time delay you mention is not a problem.
Please show in on Express program code how this is to be programmed.
For instance: at the end of a candle (1-minute candle) the price has hit a new low, so the stop buy entry price has to be lowered ...
- 01 Jul 2013 15:15
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Speed trader stop orders
- Replies: 5
- Views: 5387
Speed trader stop orders
The speed trader enables me to place stop orders (entry orders) that go directly to the exchange (i.e. the FDAX in Eurex). Then I can change the prices by dragging the lines and the changed prices are updated directly on the exchange.
Hoe can I program this proces in Express.
In other words, I would ...
Hoe can I program this proces in Express.
In other words, I would ...
- 19 Mar 2013 10:17
- Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
- Topic: Express Code Tageshoch / Tagestief
- Replies: 11
- Views: 51526
Re: Express Code Tageshoch / Tagestief
Excellent indicator that I will be using every day.
How can this indicator be modified to plot High and Low from a given time (that obviously must be input)?
How can this indicator be modified to plot High and Low from a given time (that obviously must be input)?