Hello everyone,
There are some time Doctrading offered us a code to detect inclusive, being not quite agree with this code because according to Steve Nison we take into account only as candles body here so my vision of the thing:
Bonjour à tous,
Il y a quelques temps Doctrading nous a proposé un code pour détecter les englobantes , n’étant pas tout à fait d’accord avec ce code car selon Steve Nison on ne tient compte exclusivement que des corps de bougies voici donc ma vision des chose :
1 2 3 4 5 6 7 8 9 10 11 12 |
// ENGULFING DID PRC d’après Doctrading ENGULFING = 0 IF close[1]< open[1] and close > open AND close > open[1] AND open < close[1] THEN ENGULFING = 1 ENDIF IF close[1]> open[1] and close < open AND close < open[1] AND open > close[1] THEN ENGULFING = -1 ENDIF return ENGULFING |
Share this
No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.
ProRealTime ITF files and other attachments :PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials
Hi I downloaded your indicator, and checked the pattern engulfing, but I think you should change the code because it takes into account 5 numbers after the comma and not 4 or in the case of pairs with the Jpy 2 values after the comma.
According to me the code so many incorrect engulfing out.
Do you agree ?
ce n’est pas le bon endroit mais je n’ai pas eue de difficulté pour ajouter une image externe (à l’attention de supertiti …) cordialement