Search found 19 matches

by stargate
28 Nov 2014 11:10
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Stop basé sur Méta Sentimentor
Replies: 2
Views: 2319

Re: Stop basé sur Méta Sentimentor

Super, oui évidemment !

Merci beaucoup Amelie

Bernard
by stargate
25 Nov 2014 18:01
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Stop basé sur Méta Sentimentor
Replies: 2
Views: 2319

Stop basé sur Méta Sentimentor

Bonjour

Je cherche à créer un stop basé sur la valeur du Méta Sentimentor est ce possible ?
Sinon serait il possible d'avoir à disposition une fonction du genre Getmetasentimentor ou MetaSentimentorValue ?

Merci pour votre réponse

Bernard
by stargate
27 Oct 2014 19:02
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Adaptive Period for indicator
Replies: 8
Views: 6056

Re: Adaptive Period for indicator

// Auteur : Bernard Chamblain // Allias : Stargate // Date : 28/10/2012 // Version : 1.01 // D'après J.Ehlers "Rocket Science for Traders".page 2 ============================================================= Express AdaptivePeriod Vars numeric CycPart(0.5), count, jI, Avg, jQ, MD; //Length; Series S...
by stargate
26 Oct 2014 19:24
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Adaptive Period for indicator
Replies: 8
Views: 6056

Re: Adaptive Period for indicator

Hi,

Adaptive period : Digital Signal Processor (DSP) algorithm :
ScreenShot270.png
by stargate
24 Oct 2014 18:16
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Adaptive Period for indicator
Replies: 8
Views: 6056

Re: Adaptive Period for indicator

ScreenShot269.png
by stargate
24 Oct 2014 10:29
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Adaptive Period for indicator
Replies: 8
Views: 6056

Re: Adaptive Period for indicator

Hi,

if Floor(CurrentBarIndex()/2) = Ceiling(CurrentBarIndex()/2)

This condition is not possible, a number can not be both equal to its rounded upper and lower its rounded
This is not a coding problem but rather a problem of algorithm

cordialement

Bernard
by stargate
17 Jun 2014 11:47
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: Backtesting - optimisation
Replies: 2
Views: 2407

Re: Backtesting - optimisation

Bonjour, Il suffit de fixer les paramètres que l'on veut conserver constants Dans la fenêtre parameter au bas de la fenêtre barre de personnalisation mettre le min et le max à la valeur à bloquer Par exemple si l'on veut fixer un paramétre à 10 mettre actuel min et max à 10 L'optimisation laissera c...
by stargate
22 Apr 2014 12:32
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: RSI Laguerre Indikator
Replies: 3
Views: 3458

Re: RSI Laguerre Indikator

RSI Laguere par Jhon Ehlers Codé en Easylanguage Facilement transposable en Express Input: Dampen(.5); Var: L0(0), L1(0), L2(0), L3(0), CU(0), CD(0), RSI(0); L0=(1-Dampen)*Close+Dampen*L0[1]; L1=-Dampen*L0+L0[1]+Dampen*L1[1]; L2=-Dampen*L1+L1[1]+Dampen*L2[1]; L3=-Dampen*L2+L2[1]+Dampen*L3[1]; CU=0; ...
by stargate
20 Apr 2014 17:55
Forum: WHS NANOTRADER - EXPRESS PROGRAMMING
Topic: EXPRESS : quitter les position (FLAT)
Replies: 4
Views: 3618

Re: EXPRESS : quitter les position (FLAT)

Bonjour,

Oui, bien sur

Cordialement

Go to advanced search