ALERTES DE BOT UT
Forums › ProRealTime forum Français › Support ProOrder › ALERTES DE BOT UT
- This topic has 5 replies, 3 voices, and was last updated 11 months ago by fifi743.
-
-
12/10/2023 at 6:55 PM #225099
Bonjour a tous,
je suis en train de tester des stratégies via l’indicateur “ALERTES DE BOT UT” créer par Nicolas
prouver vous me dire comment fait on pour déclencher l’achat lorsque que le signal achat apparait et déclencher la vente lorsque le signal de vente apparait
merci beaucoup de votre aide
12/11/2023 at 9:44 AM #225107Veuillez publier une capture d’écran de ce que vous regardez lorsque vous utilisez l’ indicateur « BOT UT ALERTS ».
1 user thanked author for this post.
12/11/2023 at 1:24 PM #225109ALERTES DE BOT UT12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061a = 1 //Key Vaule. ‘This changes the sensitivity'c = 10 //ATR Periodmultiplier=aperiod=10moy=averagetruerange[period](close)iprice=totalpriceup=iprice+multiplier*moydn=iprice-multiplier*moyonce trend=1if close>up[1] thentrend=1elsif close<dn[1] thentrend=-1endifif trend<0 and trend[1]>0 thenflag=1elseflag=0endifif trend>0 and trend[1]<0 thenflagh=1elseflagh=0endifif trend>0 and dn<dn[1] thendn=dn[1]endifif trend<0 and up>up[1] thenup=up[1]endifif flag=1 thenup=iprice+multiplier*moyendifif flagh=1 thendn=iprice-multiplier*moyendifif trend=1 thenmysupertrend=dnelsemysupertrend=upendifif mysupertrend > mysupertrend[1] thencolor1=0color2=255color3=0elsif mysupertrend < mysupertrend[1] thencolor1=255color2=0color3=0endifif iprice crosses over mysupertrend thendrawarrowup(barindex,mysupertrend) coloured("green")endifif iprice crosses under mysupertrend thendrawarrowdown(barindex,mysupertrend) coloured("red")endifreturn mysupertrend coloured (color1,color2,color3) as "SuperTrend"Bonjour,
veuillez trouver ci joint le code de l’indicateur,
je vous mets en plus la prise écran de l’indicateur ci joint, j’ai entouré les signaux d’achats et de ventes
merci beaucoup pour votre aide
12/11/2023 at 1:33 PM #225111dis-moi comment déclencher l’achat
Cliquez sur Buy Mkt (coin supérieur droit de votre capture d’écran) lorsque vous voyez le signal d’achat.
1 user thanked author for this post.
12/11/2023 at 7:44 PM #225128Bonjour,
merci beaucoup mais je cherche à savoir coder l’achat lorsque signal d’achat ce déclenche ( flèche verte) et savoir coder la vente lorsque le signal de vente se déclenche ( flèche rouge )
merci beaucoup
1 user thanked author for this post.
12/11/2023 at 8:57 PM #225129c’est ce que tu veux
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960n=1 // nombre de contracta = 1 //Key Vaule. ‘This changes the sensitivity'c = 10 //ATR Periodmultiplier=aperiod=10moy=averagetruerange[period](close)iprice=totalpriceup=iprice+multiplier*moydn=iprice-multiplier*moyonce trend=1if close>up[1] thentrend=1elsif close<dn[1] thentrend=-1endifif trend<0 and trend[1]>0 thenflag=1elseflag=0endifif trend>0 and trend[1]<0 thenflagh=1elseflagh=0endifif trend>0 and dn<dn[1] thendn=dn[1]endifif trend<0 and up>up[1] thenup=up[1]endifif flag=1 thenup=iprice+multiplier*moyendifif flagh=1 thendn=iprice-multiplier*moyendifif trend=1 thenmysupertrend=dnelsemysupertrend=upendifif mysupertrend > mysupertrend[1] thencolor1=0color2=255color3=0elsif mysupertrend < mysupertrend[1] thencolor1=255color2=0color3=0endifif iprice crosses over mysupertrend thenbuy n contract at marketendifif iprice crosses under mysupertrend thensellshort n contract at marketendif1 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on