Martingale Stochastic Indicator
Forums › ProRealTime English forum › General trading discussions › Martingale Stochastic Indicator
- This topic has 8 replies, 4 voices, and was last updated 3 years ago by cmcandrew.
Tagged: Martin, Martin Stoch Indicator, Stoch, Stochastic
-
-
06/10/2020 at 10:51 AM #13539406/10/2020 at 12:42 PM #135421
Sorry but I think you mixed “martingale” which is a kind of way to manage losing orders with different indicators names? So what you request for makes no sense..
Could you explain more what you are looking for? Do you have example with screenshots maybe?
06/10/2020 at 1:19 PM #13542908/31/2021 at 11:53 PM #176553Hi, have a nice day 🙂
I’ve been searching for this indicator for a few days, but unfortunately I still haven’t found it.
I would like to share a screenshot to help. Would it be possible for us to find this indicator to use in Tradingview?09/01/2021 at 6:16 AM #17655609/01/2021 at 8:52 AM #17656909/25/2021 at 8:47 PM #178410Hi,
Have a look at the link below….
09/25/2021 at 9:04 PM #17841109/25/2021 at 9:24 PM #178415Please see the attached version for PRT.
Includes the candles coloured for trend and arrows for each entry point. Based on code found on the PRC site.
ACHAT = 0
VENTE = 0PSAR = SAR[0.015,0.01,0.025]
c1a = close > PSAR
c1v = close < PSARIF c1a THEN
ACHAT = 1
ENDIFIF c1v THEN
VENTE = -1
ENDIFif c1a and c1v[1] then
DRAWARROWUP(barindex,low -5) coloured(0,204,153,255)
ENDIFif c1a then
DRAWCANDLE(open, high, low, close) Coloured (0,204,153)
endif
if c1v and c1a [1] then
DRAWARROWDOWN(barindex,high +5) coloured(255,51,51,255)
ENDIF
if c1v then
DRAWCANDLE(open, high, low, close) Coloured (255,51,51)
endifRETURN ACHAT as “ACHAT”, VENTE as “VENTE”
-
AuthorPosts
Find exclusive trading pro-tools on