Tuesday 30 July 2019

Advanced fast fire nifty trading system v 1 01 afl


Minha técnica de negociação Intraday evoluída com EarnByNifty AFL em Amibroker. Minha técnica de negociação Intraday evoluída com EarnByNifty AFL em Amibroker. Dear Fellow Traders, eu estava usando o sistema Advanced Rapid Fire NIFTY Trading por muito tempo. Durante um período de uso regular que eu observei e, assim, desenvolvi meu próprio estilo de metodologia em que esta AFL me ajuda a superar 90 negócios lucrativos. Desta forma, posso facilmente gerar de maneira constante 40 a 40 pontos NIFTY. Para o benefício de todos os colegas comerciantes (especialmente quem solta consistentemente), eu quero compartilhar minha metodologia evoluída com uma imagem também para ajudá-los a entender o amplificador começar a ganhar uma arte bonita de negociação intradiária. Basicamente funciona como SAR (Stop amp Reverse positions) com o dobro das quantidades de espera. Estou fazendo isso e mesmo que SL seja Hit, acabei com Lucros com Operações Reversas. Não fique em pânico mesmo que alguns SL sejam atingidos, tenha certeza de que você acabará com Lucros. 1. Eu mesmo modifiquei o período de três RIBBON dado abaixo de seus gráficos para 5min 15min 60min (Top Middle Bottom), respectivamente. Caso contrário, a moldura de tempo padrão é seleção 30min 60min. 2. Eu sempre mantenho os gráficos de 5min abertos e troque todos os sinais comerciais conforme o exercício a seguir. 3. Desenho a linha horizontal no Válvula de Válvula de Alto Amp. Alto (veja a imagem). Essas linhas são desenhadas manualmente pelo TAB dado em AMIBROKER. 4. Esta linha HIGH ou LOW Line permanece em posição até o sinal New Trade ser gerado. Como no caso de COMPRA após a Reserva de lucro, se a linha LOW é HIT, entre no Comércio e o sinal é gerado a partir daí e vice-versa. 5. Coloquei ordens de NIFTY 2 Lots como: - COMPRAR (ordem de disparo) no amplificador de linha alta VENDA (ordem de disparo) na linha baixa. Deixe qualquer um deles atingir as condições de mercado. 6. Após a primeira posição, coloquei a ordem SL (24) NIFTY Lots, 2 lotes quadrados fora se SL for atingido e 4 Lots NIFTY Position for criado. Eu observei que normalmente 10 a 12 pontos SL vem em gráficos de 5 minutos. 7. Mesmo depois de SL ser atingido, então, nas novas 4 posições, saio com 2 Lotes com perda de corretagem. E segure os outros dois lotes. 8. O saldo de dois lotes também existe gradualmente com lucro de 12 a 20 pontos. Não espero mais do que isso em gráficos de 5min. 9. No final do dia, mesmo depois que os casais de SL são atingidos e eu acabei com um ganho claro de 20-30-40 pontos com base na volatilidade do mercado, mais importante de forma consistente. 10. Eu troco apenas em linhas desenhadas em Velas de Sinal de 5min Time Frame. Eu desejo que os proprietários desta AFL possam endossar meu estilo comercial com a AFL com algumas adições de valor, se possível. Hope amp Desejo que cada um ganhe dinheiro com o Stock Market. AFL para QuotAdvanced Rapid Fire NIFTY Trading Systemquot AFL para QuotAdifanced Rapid Fire NIFTY Trading Systemquot Mas isso não está funcionando e diz quotinitialization requiredquot PODE QUALQUER SENIOR RECTIFICAR ESTA AFL Se a fita três for diffent Os prazos podem ser gerados, também será bom. (C-funM1 (C, T, T2)) funM1 (C, T, T2)) 100 Graph0K Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) Graph0BarColorIIf (Kgt0, colorGreen, ColorRed) GraphXSpace5 Título quotSymbol. Quot Name () quotnThe Close is ngt quotWriteVal (abs (K), format1.2) quotquotWriteIf (Kgt0, quot abovequot, quot belowquot) quot the 13 period EMAquot E30 ((C-funE1 (C, 30,20)) funM1 ( C, 30,15)) 100 Titlequotgt quotWriteVal (abs (E30), format1.2) quot WhriteIf (E30gt0, quot abovequot, quot belowquot) quot 30 period EMAquot E50 ((C-funE1 (C, 50,35)) funM1 (C, 50, 20)) 100 Titlequotgt quotWriteVal (abs (E50), format1.2) quot WhriteIf (E50gt0, quot abovequot, quot belowquot) quot 50 period EMAquot E200 ((C-funE1 (C, 200, 114)) funM1 ( C, 200,105)) 100 Titlequotgt quotWriteVal (abs (E200), format1.2) quotWriteIf (E200gt0, quot abovequot, quot belowquot) quot 200 period EMAnquot SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) N (Título StrFormat (quot - Abrir g, Hi g, Lo g, Fechar g (.1f) quot, O, H, L, C, SelectedValue (ROC (C, 1)))) Plot (C, quotClosequot, ParamColor (quotColorquot, colorLightGrey), styleNoTitle ParamStyle (quotStylequot) GetPriceStyle ()) função GetSecondNum () Tempo agora (4) Secon Ds int (Tempo 100) Minutos int (Tempo 100 100) Horas int (Tempo 10000 100) SecondNum int (Horas 60 60 Minutos 60 Segundos) return SecondNum RequestTimedRefresh (1) TimeFrame Interval () SecNumber GetSecondNum () Newperiod SecNumber TimeFrame 0 SecsLeft SecNumber - int (SecNumber TimeFrame) TimeFrame SecsToGo TimeFrame - SecsLeft if (NewPeriod) Plot (1, quotquot, colorYellow, styleArea styleOwnScale, 0, 1) time quotCurrent Time: quot Now (2) quotquot quotChart Interval: quot NumToStr (TimeFrame, 1.0) Quot Secondsnquot quotSecond Number: quot NumToStr (SecNumber, 1.0, False) quotquot quotSeconds Left: quot NumToStr (SecsLeft, 1.0, False) quotquot quotSeconds To Go: quot NumToStr (SecsToGo, 1.0, False) GfxSetTextColor (colorBrown) GfxSelectFont (quotTahomaquot, 12 , 1200) GfxTextOut (Quecseconds To Go: quot NumToStr (SecsToGo, 1.0, False), 35, 200) priceAxesWidth0 dateAxesHeight0 TitleHeight0 pxwidth Status (quotpxwidthquot) pxheight Statu s (quotpxheightquot) chartwidth pxwidth-priceAxesWidth chartheight pxheight-dateAxesHeight topColorParamColor (quottopColorquot, colorCustom4) centerColorParamColor (quotcenterColorquot, ColorRGB (249236164)) botColorParamColor (quotBottomColorquot, colorCustom4) priceAxesColorParamColor (quotpriceAxesColorquot, colorWhite) dateAxesColorParamColor (quotdateAxesColorquot, colorWhite) relPosParam (quotcenterPositionquot, 50 , 0,100,1) 100 centerHeightchartheightParam (quotcenterHeightquot, 10, 0,100,1) 100 x00 y0Max (TitleHeight, chartheightrelPos-centerHeight2) x1chartwidth y1Min (chartheight, chartheightrelPoscenterHeight2) GfxSetBkMode (1) GfxSetOverlayMode (1) GfxGradientRect (0,0, chartwidth, TitleHeight , ColorWhite, colorWhite) GfxGradientRect (chartwidth, 0, pxwidth, pxheight, priceAxesColor, priceAxesColor) GfxGradientRect (0, chartheight, chartwidth, pxheight, dateAxesColor, dateAxesColor) GfxGradientRect (x0, y0, x1, y1, CenterColor, CenterColor) GfxGradientRect (0 TitleHeight, chartwidth, y0, topColor, Cent ErColor) GfxGradientRect (0, y1, chartwight, chartheight, CenterColor, botColor) SECTIONBEGIN (quotPricequot) SetChartBkGradientFill (ParamColor (quotBgTopquot, colorLightYellow), ParamColor (quotB gBottomquot, colorCustom4), ParamColor (quotTitleblockquot, col ou LightYellow)) SetChartOptions (0, chartShowDateschartShowArrowsc HartLogarithmicchartWrapTitle) GraphXSpace 5 SECTIONBEGIN (quotBollinger Bandsquot) P ParamField (quotPrice fieldquot, -1) Períodos Param (quotBollingerquot, 10, 2, 100, 1) Width Param (quotWidthquot, 0.55, 0, 10, 0.05) Plot (funBBTp (P, Períodos, Largura), quotBBTopquot, colorGreen, styleLinestyleThickstyleDots) Plot (funBBBt (P, Períodos, Largura), quotBBBotquot, colorBrown, styleLinestyleThickstyleDots) SECTIONEND () btsParamToggle (quotBTSquot, quotNoYesquot, 1) btstParamToggle (quotDotquot, quotNoYesquot, 1) btslParamToggle (quotDeep SLquot, quotNoYesquot, 1) periodParam (queriodquot, 7,1,20,1) x153 x247 d2.3 f7 s1.5 rangefunA1 (f, fd) Range1 funA1 (f, fs) d Range2 (funA1 (f, ds) s ) 4 range3funA1 (10 Sf) R ((funH1 (H, período, períodos) - C) (funH1 (H, período, período) - funL1 (L, período, ds))) -100 E1 funE1 (R, Período, x1x2) E2 funE1 (E1,5, fs) Diferença E1 - E2 ZeroLagE E1 Função diferença2abs (ZeroLagE) PercentagemR (períodos) retorno -100 (funH1 (H, períodos, período) - C) (funH1 (H, períodos, períodos) - funL1 ( L, periodos, ds)) mainvalfunMAIN (Range1, Range2, range3, value2, Clo se, H, L, período, BarCount, x1, x2) tmfunreturntm () bstopfunreturnbstop () sstopfunreturnsstop () PlotShapes (shapeSmallCircle (bts AND tm1 AND Ref (Tm, -1) 2), colorBlue, 0, bstop, -6) PlotShapes (shapeSmallCircle (bts AND tm2 AND Ref (tm, -1) 1), colorCustom12, 0, sstop, -6) Plot (IIf (btsl E tm1, bstop, Null), quotquot, colorDarkGreen, styleLinestyl eThickstyleDots) Plot (IIf (btsl AND tm2, sstop, Null), quotquot, colorPink, styleLinestyleThic kstyleDots) SECTIONEND () xParam (quotDefault1quot, 14,3,50,1) X1funC1 (x, 24) YParam (quotDefault2quot, 7,3,15,1) Y2funD1 (x1, Y, YX) ZParam (quotDefault3quot, 3,3,9,1) Z2funM1 (Y2, Z, ZY) PCS funPC1 (Z2) TCB funTC1 (Z2) Comprar Cond5B Vender Cond5S Comprar ExRem (Comprar, Vender) Comprar ExRem (Vender, Comprar) Filtrar Comprar OU Vender printf (quotnEntrodução deste comentário é gerado automaticamente para fins de informação. quot) WriteIf (bgt0, quotnThe last O sinal automatizado gerado foi um quotPquotnon quotDate () quotNow. QuotL, quotquot) WriteIf (sgt0, quot) O último sinal automatizado gerado foi um quotPonoton QuotDate () quotnHigh. QuotH, quotquot) x1funC1 (x, 7) Y2funD1 (x1, Y, Y2) Z2funM1 (Y2, Z, ZY) CondHB z2gtRef (Z2, -1) CondHS Z2ltRef (Z2,1) PCRH funPC1 (Z2) TCRH funTC1 (Z2) TimeFrameRestore () WriteIf (CondHBgtCondHS, quotnThe Tendência horária é BULLISH, Buy Signals pode ser mais rentável, agir com cautela em Sell Signsquot, WriteIf ((CondHBltCondHS), quotThe Tendência horária é BEARISH, Sell Signals pode ser mais rentável, Agir com cautela em Buy Signalsquot, quotquot)) WriteIf (CondSR, QuotnReversal of Hour HARRISH Trendquot, quotquot) WriteIf (CondBR, QuotReversal of Hourly BULLISH Trendquot, quotquot ) WriteIf (CondSR ou CondBR, quotquot, quotquot) printf (quotquot) x1funC1 (x, x-10) Y2funD1 (x1, Y, Y5) Z2funM1 (Y2, Z, Z2Y) CondHB z2gtRef (z2, -1) CondHS Z2ltRef ( Z2,1) PCR30 funPC1 (Z2) TCR30 funTC1 (Z2) CondSR30 TCR30 CondBR30 PCR30 TimeFrameRestore () printf (quotnRSI. Quot WriteVal (RSI (14))) pParamToggle (quotSupport-Resist Ance. QuotNoYesquot, 0) TimeFrameRestore () ----------- Half Hourly - SUPERVISÃO RESISTÊNCIA DO ANÚNO ------------- dH1SelectedValue (TimeFrameGetPrice (quotHquot, 2in15Minute, -1) ) DL1SelectedValue (TimeFrameGetPrice (quotLquot, 2in15Minute, -1)) dC1SelectedValue (TimeFrameGetPrice (quotCquot, 2in15Minute, -1)) dp returnp (dH1, dL1, dC1) 3 ds1 returns1r1 (dp, dH1) dr1 returns1r1 (dp, dL1) ds2 Retorna2s3 (dp, dH1, dL1) ds3 returns2s3 (dS1, dH1, dL1) dr2 returnr2r3 (dp, dH1, dL1) dr3 returnr2r3 (dR1, dH1, dL1) printf (quotnHalf Hourly Support amp. Resistência. Quot) printf (quotnS1. QuotWriteVal (Ds1)) printf (quotnr2. QuotWriteVal (dr2)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (ds2)) printf (Ds1, quotDaily Support 1quot, colorBrightGreen, styleLine) Plot (ds2, quotDaily Support 2quot, colorDarkGreen, styleLine) Plot (ds3, quotDaily Support 3quot, colorDarkGrey, styleLine) Plot (dr1, QuetDaily Resistance 1quot, colorRed, styleLine) Plot (dr2 , Qu OtDaily Resistance 2quot, colorDarkRed, styleLine) Plot (dr3, quotDaily Resistance 3quot, colorBrown, styleLine) ----------- Hourly - SUPPORT amp RESISTANCE ------------- wH1SelectedValue (TimeFrameGetPrice (quotHquot, inHourly, -1)) wL1SelectedValue (TimeFrameGetPrice (quotLuot, inHourly, -1)) wC1SelectedValue (TimeFrameGetPrice (quotCquot, inHourly, -1)) wp returnp (wH1, wL1, wC1) 3 ws1 returns1r1 (wp, WH1, wL1) w3 retornos2s3 (wp, wH1, wL1) ws3 retorna2s3 (wS1, wH1, wL1) wr2 returnr2r3 (wp, wH1, wL1) wr3 returnr2r3 (wR1, wH1, wL1) printf (quotnHourly Support amp Resistência. QuotWriteVal (ws1)) printf (quotnS3. QuotWriteVal (ws3)) printf (quotnr1. QuotWriteVal (wr1)) printf (quotnr2. QuotWriteVal (wr2)) printf (quotnr2. QuotWriteVal (wr2)) printf (quotnr2. QuotWriteVal (wr2)) printf (quotnr2. . QuotWriteVal (wr3)) ----------- Duas horas - SUPORTE da RESISTÊNCIA do amplificador ------------- mH1SelectedValue (TimeFrameGetPrice (quotHquot, 2inHourly, -1)) mL1SelectedValue ( TimeFrameGetPrice (quotLquot, 2inHourly, -1)) mC1SelectedValue (TimeFrameGetPrice (quotCquot, 2inHourly, -1)) mp returnp (mH1, mL1, mC1) 3 ms1 returns1r1 (mp, mH1) mr1 returns1r1 (mp, mL1) ms2 returns2s3 (mp , MH1, mL1) ms3 retorna2s3 (mS1, mH1, mL1) mr2 returnr2r3 (pf, mH1, mL1) mr3 returnr2r3 (mR1, mH1, mL1) printf (quotnTwo Hourly Support amp. Resistência quot) printf (quotnS1. QuotWriteVal (ms1) ) Printf (quotnr2. QuotWriteVal (m2)) printf (quotnr2. QuotWriteVal (mr2)) printf (quotnr2. QuotWriteVal (mr2)) printf (quotnr3. QuotWriteVal (mr2)). QuotHourly Trendquot, IIf (Flip (CondSR, CondBR), colorGreen, IIf (Flip (C OndBR, CondSR), colorRed, colorOrange)), styleOwnScalestyleAreastyleNoLabel. -0,75, 100) Plot (3,5, quot30min Trendquot, IIf (Flip (CondSR30, CondBR30), colorDarkBlue, IIf (Flip (CondBR30, CondSR30), colorTan, colorOrange)), styleOwnScalestyleAreastyleNoLabel. -0.85, 100) Plot (5, quotBuySell Ribbon, IIf (Flip (Comprar, Vender), ColorBrightGreen, IIf (Flip (Vender, Comprar), ColorPink, ColorOrange)), styleOwnScalestyleAreastyleNoLabel, -0.75, 100) Forma TimeFrameSet (in5Minute) Comprar shapeUpTriangle Vender shapeDownTriangle PlotShapes (shape, IIf ( Comprar, colorGreen, colorRed), IIf (Comprar, Baixo, Alto)) TimeFrameRestore () Postado originalmente por pranayk Mas isso não está funcionando e diz quotinitialization requiredquot PODE QUALQUER SENIOR RECTIFICAR ESTA AFL Se a fita três para intervalos de tempo diferentes pode ser gerada , Também será bom. (C-funM1 (C, T, T2)) funM1 (C, T, T2)) 100 Graph0K Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) Graph0BarColorIIf (Kgt0, colorGreen, ColorRed) GraphXSpace5 Título quotSymbol. Quot Name () quotnThe Close is ngt quotWriteVal (abs (K), format1.2) quotquotWriteIf (Kgt0, quot abovequot, quot belowquot) quot the 13 period EMAquot E30 ((C-funE1 (C, 30,20)) funM1 ( C, 30,15)) 100 Titlequotgt quotWriteVal (abs (E30), format1.2) quot WhriteIf (E30gt0, quot abovequot, quot belowquot) quot 30 period EMAquot E50 ((C-funE1 (C, 50,35)) funM1 (C, 50, 20)) 100 Titlequotgt quotWriteVal (abs (E50), format1.2) quot WhriteIf (E50gt0, quot abovequot, quot belowquot) quot 50 period EMAquot E200 ((C-funE1 (C, 200, 114)) funM1 ( C, 200,105)) 100 Titlequotgt quotWriteVal (abs (E200), format1.2) quotWriteIf (E200gt0, quot abovequot, quot belowquot) quot 200 period EMAnquot SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) N (Título StrFormat (quot - Abrir g, Hi g, Lo g, Fechar g (.1f) quot, O, H, L, C, SelectedValue (ROC (C, 1)))) Plot (C, quotClosequot, ParamColor (quotColorquot, colorLightGrey), styleNoTitle ParamStyle (quotStylequot) GetPriceStyle ()) função GetSecondNum () Tempo agora (4) Secon Ds int (Tempo 100) Minutos int (Tempo 100 100) Horas int (Tempo 10000 100) SecondNum int (Horas 60 60 Minutos 60 Segundos) return SecondNum RequestTimedRefresh (1) TimeFrame Interval () SecNumber GetSecondNum () Newperiod SecNumber TimeFrame 0 SecsLeft SecNumber - int (SecNumber TimeFrame) TimeFrame SecsToGo TimeFrame - SecsLeft if (NewPeriod) Plot (1, quotquot, colorYellow, styleArea styleOwnScale, 0, 1) time quotCurrent Time: quot Now (2) quotquot quotChart Interval: quot NumToStr (TimeFrame, 1.0) Quot Secondsnquot quotSecond Number: quot NumToStr (SecNumber, 1.0, False) quotquot quotSeconds Left: quot NumToStr (SecsLeft, 1.0, False) quotquot quotSeconds To Go: quot NumToStr (SecsToGo, 1.0, False) GfxSetTextColor (colorBrown) GfxSelectFont (quotTahomaquot, 12 , 1200) GfxTextOut (Quecseconds To Go: quot NumToStr (SecsToGo, 1.0, False), 35, 200) priceAxesWidth0 dateAxesHeight0 TitleHeight0 pxwidth Status (quotpxwidthquot) pxheight Statu s (quotpxheightquot) chartwidth pxwidth-priceAxesWidth chartheight pxheight-dateAxesHeight topColorParamColor (quottopColorquot, colorCustom4) centerColorParamColor (quotcenterColorquot, ColorRGB (249236164)) botColorParamColor (quotBottomColorquot, colorCustom4) priceAxesColorParamColor (quotpriceAxesColorquot, colorWhite) dateAxesColorParamColor (quotdateAxesColorquot, colorWhite) relPosParam (quotcenterPositionquot, 50 , 0,100,1) 100 centerHeightchartheightParam (quotcenterHeightquot, 10, 0,100,1) 100 x00 y0Max (TitleHeight, chartheightrelPos-centerHeight2) x1chartwidth y1Min (chartheight, chartheightrelPoscenterHeight2) GfxSetBkMode (1) GfxSetOverlayMode (1) GfxGradientRect (0,0, chartwidth, TitleHeight , ColorWhite, colorWhite) GfxGradientRect (chartwidth, 0, pxwidth, pxheight, priceAxesColor, priceAxesColor) GfxGradientRect (0, chartheight, chartwidth, pxheight, dateAxesColor, dateAxesColor) GfxGradientRect (x0, y0, x1, y1, CenterColor, CenterColor) GfxGradientRect (0 TitleHeight, chartwidth, y0, topColor, Cent ErColor) GfxGradientRect (0, y1, chartwight, chartheight, CenterColor, botColor) SECTIONBEGIN (quotPricequot) SetChartBkGradientFill (ParamColor (quotBgTopquot, colorLightYellow), ParamColor (quotB gBottomquot, colorCustom4), ParamColor (quotTitleblockquot, col ou LightYellow)) SetChartOptions (0, chartShowDateschartShowArrowsc HartLogarithmicchartWrapTitle) GraphXSpace 5 SECTIONBEGIN (quotBollinger Bandsquot) P ParamField (quotPrice fieldquot, -1) Períodos Param (quotBollingerquot, 10, 2, 100, 1) Width Param (quotWidthquot, 0.55, 0, 10, 0.05) Plot (funBBTp (P, Períodos, Largura), quotBBTopquot, colorGreen, styleLinestyleThickstyleDots) Plot (funBBBt (P, Períodos, Largura), quotBBBotquot, colorBrown, styleLinestyleThickstyleDots) SECTIONEND () btsParamToggle (quotBTSquot, quotNoYesquot, 1) btstParamToggle (quotDotquot, quotNoYesquot, 1) btslParamToggle (quotDeep SLquot, quotNoYesquot, 1) periodParam (queriodquot, 7,1,20,1) x153 x247 d2.3 f7 s1.5 rangefunA1 (f, fd) Range1 funA1 (f, fs) d Range2 (funA1 (f, ds) s ) 4 range3funA1 (10 Sf) R ((funH1 (H, período, períodos) - C) (funH1 (H, período, período) - funL1 (L, período, ds))) -100 E1 funE1 (R, Período, x1x2) E2 funE1 (E1,5, fs) Diferença E1 - E2 ZeroLagE E1 Função diferença2abs (ZeroLagE) PercentagemR (períodos) retorno -100 (funH1 (H, períodos, período) - C) (funH1 (H, períodos, períodos) - funL1 ( L, periodos, ds)) mainvalfunMAIN (Range1, Range2, range3, value2, Clo se, H, L, período, BarCount, x1, x2) tmfunreturntm () bstopfunreturnbstop () sstopfunreturnsstop () PlotShapes (shapeSmallCircle (bts AND tm1 AND Ref (Tm, -1) 2), colorBlue, 0, bstop, -6) PlotShapes (shapeSmallCircle (bts AND tm2 AND Ref (tm, -1) 1), colorCustom12, 0, sstop, -6) Plot (IIf (btsl E tm1, bstop, Null), quotquot, colorDarkGreen, styleLinestyl eThickstyleDots) Plot (IIf (btsl AND tm2, sstop, Null), quotquot, colorPink, styleLinestyleThic kstyleDots) SECTIONEND () xParam (quotDefault1quot, 14,3,50,1) X1funC1 (x, 24) YParam (quotDefault2quot, 7,3,15,1) Y2funD1 (x1, Y, YX) ZParam (quotDefault3quot, 3,3,9,1) Z2funM1 (Y2, Z, ZY) PCS funPC1 (Z2) TCB funTC1 (Z2) Comprar Cond5B Vender Cond5S Comprar ExRem (Comprar, Vender) Comprar ExRem (Vender, Comprar) Filtrar Comprar OU Vender printf (quotnEntrodução deste comentário é gerado automaticamente para fins de informação. quot) WriteIf (bgt0, quotnThe last O sinal automatizado gerado foi um quotPquotnon quotDate () quotNow. QuotL, quotquot) WriteIf (sgt0, quot) O último sinal automatizado gerado foi um quotPonoton QuotDate () quotnHigh. QuotH, quotquot) x1funC1 (x, 7) Y2funD1 (x1, Y, Y2) Z2funM1 (Y2, Z, ZY) CondHB z2gtRef (Z2, -1) CondHS Z2ltRef (Z2,1) PCRH funPC1 (Z2) TCRH funTC1 (Z2) TimeFrameRestore () WriteIf (CondHBgtCondHS, quotnThe Tendência horária é BULLISH, Buy Signals pode ser mais rentável, agir com cautela em Sell Signsquot, WriteIf ((CondHBltCondHS), quotThe Tendência horária é BEARISH, Sell Signals pode ser mais rentável, Agir com cautela em Buy Signalsquot, quotquot)) WriteIf (CondSR, QuotnReversal of Hour HARRISH Trendquot, quotquot) WriteIf (CondBR, QuotReversal of Hourly BULLISH Trendquot, quotquot ) WriteIf (CondSR ou CondBR, quotquot, quotquot) printf (quotquot) x1funC1 (x, x-10) Y2funD1 (x1, Y, Y5) Z2funM1 (Y2, Z, Z2Y) CondHB z2gtRef (z2, -1) CondHS Z2ltRef ( Z2,1) PCR30 funPC1 (Z2) TCR30 funTC1 (Z2) CondSR30 TCR30 CondBR30 PCR30 TimeFrameRestore () printf (quotnRSI. Quot WriteVal (RSI (14))) pParamToggle (quotSupport-Resist Ance. QuotNoYesquot, 0) TimeFrameRestore () ----------- Half Hourly - SUPERVISÃO RESISTÊNCIA DO ANÚNO ------------- dH1SelectedValue (TimeFrameGetPrice (quotHquot, 2in15Minute, -1) ) DL1SelectedValue (TimeFrameGetPrice (quotLquot, 2in15Minute, -1)) dC1SelectedValue (TimeFrameGetPrice (quotCquot, 2in15Minute, -1)) dp returnp (dH1, dL1, dC1) 3 ds1 returns1r1 (dp, dH1) dr1 returns1r1 (dp, dL1) ds2 Retorna2s3 (dp, dH1, dL1) ds3 returns2s3 (dS1, dH1, dL1) dr2 returnr2r3 (dp, dH1, dL1) dr3 returnr2r3 (dR1, dH1, dL1) printf (quotnHalf Hourly Support amp. Resistência. Quot) printf (quotnS1. QuotWriteVal (Ds1)) printf (quotnr2. QuotWriteVal (dr2)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (ds2)) printf (Ds1, quotDaily Support 1quot, colorBrightGreen, styleLine) Plot (ds2, quotDaily Support 2quot, colorDarkGreen, styleLine) Plot (ds3, quotDaily Support 3quot, colorDarkGrey, styleLine) Plot (dr1, QuetDaily Resistance 1quot, colorRed, styleLine) Plot (dr2 , Qu OtDaily Resistance 2quot, colorDarkRed, styleLine) Plot (dr3, quotDaily Resistance 3quot, colorBrown, styleLine) ----------- Hourly - SUPPORT amp RESISTANCE ------------- wH1SelectedValue (TimeFrameGetPrice (quotHquot, inHourly, -1)) wL1SelectedValue (TimeFrameGetPrice (quotLuot, inHourly, -1)) wC1SelectedValue (TimeFrameGetPrice (quotCquot, inHourly, -1)) wp returnp (wH1, wL1, wC1) 3 ws1 returns1r1 (wp, WH1, wL1) w3 retornos2s3 (wp, wH1, wL1) ws3 retorna2s3 (wS1, wH1, wL1) wr2 returnr2r3 (wp, wH1, wL1) wr3 returnr2r3 (wR1, wH1, wL1) printf (quotnHourly Support amp Resistência. QuotWriteVal (ws1)) printf (quotnS3. QuotWriteVal (ws3)) printf (quotnr1. QuotWriteVal (wr1)) printf (quotnr2. QuotWriteVal (wr2)) printf (quotnr2. QuotWriteVal (wr2)) printf (quotnr2. QuotWriteVal (wr2)) printf (quotnr2. . QuotWriteVal (wr3)) ----------- Duas horas - SUPORTE da RESISTÊNCIA do amplificador ------------- mH1SelectedValue (TimeFrameGetPrice (quotHquot, 2inHourly, -1)) mL1SelectedValue ( TimeFrameGetPrice (quotLquot, 2inHourly, -1)) mC1SelectedValue (TimeFrameGetPrice (quotCquot, 2inHourly, -1)) mp returnp (mH1, mL1, mC1) 3 ms1 returns1r1 (mp, mH1) mr1 returns1r1 (mp, mL1) ms2 returns2s3 (mp , MH1, mL1) ms3 retorna2s3 (mS1, mH1, mL1) mr2 returnr2r3 (pf, mH1, mL1) mr3 returnr2r3 (mR1, mH1, mL1) printf (quotnTwo Hourly Support amp. Resistência quot) printf (quotnS1. QuotWriteVal (ms1) ) Printf (quotnr2. QuotWriteVal (m2)) printf (quotnr2. QuotWriteVal (mr2)) printf (quotnr2. QuotWriteVal (mr2)) printf (quotnr3. QuotWriteVal (mr2)). QuotHourly Trendquot, IIf (Flip (CondSR, CondBR), colorGreen, IIf (Flip (C OndBR, CondSR), colorRed, colorOrange)), styleOwnScalestyleAreastyleNoLabel. -0,75, 100) Plot (3,5, quot30min Trendquot, IIf (Flip (CondSR30, CondBR30), colorDarkBlue, IIf (Flip (CondBR30, CondSR30), colorTan, colorOrange)), styleOwnScalestyleAreastyleNoLabel. -0.85, 100) Plot (5, quotBuySell Ribbon, IIf (Flip (Comprar, Vender), ColorBrightGreen, IIf (Flip (Vender, Comprar), ColorPink, ColorOrange)), styleOwnScalestyleAreastyleNoLabel, -0.75, 100) Forma TimeFrameSet (in5Minute) Comprar shapeUpTriangle Vender shapeDownTriangle PlotShapes (shape, IIf ( Comprar, colorGreen, colorRed), IIf (Comprar, Baixo, Alto)) TimeFrameRestore () Eu acho que, ligar é necessário usar este aflSECTIONBEGIN (quotAdvanced Rapid Fire NIFTY Trading Systemquot) T20 K ((C-funM1 (C, T, T2)) funM1 (C, T, T2)) 100 Graph0K Graph0Style24 Graph0BarColorIIf (KMAgt0,5,4) Graph0BarColorIIf (Kgt0, colorGreen, colorRed) GraphXSpace5 Título quotSymbol. Quot Name () quotnThe Close is ngt quotWriteVal (abs (K), format1.2) quotquotWriteIf (Kgt0, quot abovequot, quot belowquot) quot the 13 period EMAquot E30 ((C-funE1 (C, 30,20)) funM1 ( C, 30,15)) 100 Titlequotgt quotWriteVal (abs (E30), format1.2) quot WhriteIf (E30gt0, quot abovequot, quot belowquot) quot 30 period EMAquot E50 ((C-funE1 (C, 50,35)) funM1 (C, 50, 20)) 100 Titlequotgt quotWriteVal (abs (E50), format1.2) quot WhriteIf (E50gt0, quot abovequot, quot belowquot) quot 50 period EMAquot E200 ((C-funE1 (C, 200, 114)) funM1 ( C, 200,105)) 100 Titlequotgt quotWriteVal (abs (E200), format1.2) quotWriteIf (E200gt0, quot abovequot, quot belowquot) quot 200 period EMAnquot SECTIONBEGIN (quotPricequot) SetChartOptions (0, chartShowArrowschartShowDates) N (Título StrFormat (quot - Abrir g, Hi g, Lo g, Fechar g (.1f) quot, O, H, L, C, SelectedValue (ROC (C, 1)))) Plot (C, quotClosequot, ParamColor (quotColorquot, colorLightGrey), styleNoTitle ParamStyle (quotStylequot) GetPriceStyle ()) função GetSecondNum () Tempo agora (4) Secon Ds int (Tempo 100) Minutos int (Tempo 100 100) Horas int (Tempo 10000 100) SecondNum int (Horas 60 60 Minutos 60 Segundos) return SecondNum RequestTimedRefresh (1) TimeFrame Interval () SecNumber GetSecondNum () Newperiod SecNumber TimeFrame 0 SecsLeft SecNumber - int (SecNumber TimeFrame) TimeFrame SecsToGo TimeFrame - SecsLeft if (NewPeriod) Plot (1, quotquot, colorYellow, styleArea styleOwnScale, 0, 1) time quotCurrent Time: quot Now (2) quotquot quotChart Interval: quot NumToStr (TimeFrame, 1.0) Quot Secondsnquot quotSecond Number: quot NumToStr (SecNumber, 1.0, False) quotquot quotSeconds Left: quot NumToStr (SecsLeft, 1.0, False) quotquot quotSeconds To Go: quot NumToStr (SecsToGo, 1.0, False) GfxSetTextColor (colorBrown) GfxSelectFont (quotTahomaquot, 12 , 1200) GfxTextOut (Quecseconds To Go: quot NumToStr (SecsToGo, 1.0, False), 35, 200) priceAxesWidth0 dateAxesHeight0 TitleHeight0 pxwidth Status (quotpxwidthquot) pxheight Statu s (quotpxheightquot) chartwidth pxwidth-priceAxesWidth chartheight pxheight-dateAxesHeight topColorParamColor (quottopColorquot, colorCustom4) centerColorParamColor (quotcenterColorquot, ColorRGB (249236164)) botColorParamColor (quotBottomColorquot, colorCustom4) priceAxesColorParamColor (quotpriceAxesColorquot, colorWhite) dateAxesColorParamColor (quotdateAxesColorquot, colorWhite) relPosParam (quotcenterPositionquot, 50 , 0,100,1) 100 centerHeightchartheightParam (quotcenterHeightquot, 10, 0,100,1) 100 x00 y0Max (TitleHeight, chartheightrelPos-centerHeight2) x1chartwidth y1Min (chartheight, chartheightrelPoscenterHeight2) GfxSetBkMode (1) GfxSetOverlayMode (1) GfxGradientRect (0,0, chartwidth, TitleHeight , ColorWhite, colorWhite) GfxGradientRect (chartwidth, 0, pxwidth, pxheight, priceAxesColor, priceAxesColor) GfxGradientRect (0, chartheight, chartwidth, pxheight, dateAxesColor, dateAxesColor) GfxGradientRect (x0, y0, x1, y1, CenterColor, CenterColor) GfxGradientRect (0 TitleHeight, chartwidth, y0, topColor, Cent ErColor) GfxGradientRect (0, y1, chartwight, chartheight, CenterColor, botColor) SECTIONBEGIN (quotPricequot) SetChartBkGradientFill (ParamColor (quotBgTopquot, colorLightYellow), ParamColor (quotB gBottomquot, colorCustom4), ParamColor (quotTitleblockquot, col ou LightYellow)) SetChartOptions (0, chartShowDateschartShowArrowsc HartLogarithmicchartWrapTitle) GraphXSpace 5 SECTIONBEGIN (quotBollinger Bandsquot) P ParamField (quotPrice fieldquot, -1) Períodos Param (quotBollingerquot, 10, 2, 100, 1) Width Param (quotWidthquot, 0.55, 0, 10, 0.05) Plot (funBBTp (P, Períodos, Largura), quotBBTopquot, colorGreen, styleLinestyleThickstyleDots) Plot (funBBBt (P, Períodos, Largura), quotBBBotquot, colorBrown, styleLinestyleThickstyleDots) SECTIONEND () btsParamToggle (quotBTSquot, quotNoYesquot, 1) btstParamToggle (quotDotquot, quotNoYesquot, 1) btslParamToggle (quotDeep SLquot, quotNoYesquot, 1) periodParam (queriodquot, 7,1,20,1) x153 x247 d2.3 f7 s1.5 rangefunA1 (f, fd) Range1 funA1 (f, fs) d Range2 (funA1 (f, ds) s ) 4 range3funA1 (10 Sf) R ((funH1 (H, período, períodos) - C) (funH1 (H, período, período) - funL1 (L, período, ds))) -100 E1 funE1 (R, Período, x1x2) E2 funE1 (E1,5, fs) Diferença E1 - E2 ZeroLagE E1 Função diferença2abs (ZeroLagE) PercentagemR (períodos) retorno -100 (funH1 (H, períodos, período) - C) (funH1 (H, períodos, períodos) - funL1 ( L, periodos, ds)) mainvalfunMAIN (Range1, Range2, range3, value2, Clo se, H, L, período, BarCount, x1, x2) tmfunreturntm () bstopfunreturnbstop () sstopfunreturnsstop () PlotShapes (shapeSmallCircle (bts AND tm1 AND Ref (Tm, -1) 2), colorBlue, 0, bstop, -6) PlotShapes (shapeSmallCircle (bts AND tm2 AND Ref (tm, -1) 1), colorCustom12, 0, sstop, -6) Plot (IIf (btsl E tm1, bstop, Null), quotquot, colorDarkGreen, styleLinestyl eThickstyleDots) Plot (IIf (btsl AND tm2, sstop, Null), quotquot, colorPink, styleLinestyleThic kstyleDots) SECTIONEND () xParam (quotDefault1quot, 14,3,50,1) X1funC1 (x, 24) YParam (quotDefault2quot, 7,3,15,1) Y2funD1 (x1, Y, YX) ZParam (quotDefault3quot, 3,3,9,1) Z2funM1 (Y2, Z, ZY) PCS funPC1 (Z2) TCB funTC1 (Z2) Comprar Cond5B Vender Cond5S Comprar ExRem (Comprar, Vender) Comprar ExRem (Vender, Comprar) Filtrar Comprar OU Vender printf (quotnEncomprar este comentário é gerado automaticamente para fins de informação. quot) WriteIf (bgt0, quotnThe last O sinal automatizado gerado foi um quotPquotnon quotDate () quotNow. QuotL, quotquot) WriteIf (sgt0, quot) O último sinal automatizado gerado foi um quotPonoton QuotDate () quotnHigh. QuotH, quotquot) x1funC1 (x, 7) Y2funD1 (x1, Y, Y2) Z2funM1 (Y2, Z, ZY) CondHB z2gtRef (Z2, -1) CondHS Z2ltRef (Z2,1) PCRH funPC1 (Z2) TCRH funTC1 (Z2) TimeFrameRestore () WriteIf (CondHBgtCondHS, quotnThe Tendência horária é BULLISH, Buy Signals pode ser mais rentável, agir com cautela em Sell Signsquot, WriteIf ((CondHBltCondHS), quotThe Tendência horária é BEARISH, Sell Signals pode ser mais rentável, Agir com cautela em Buy Signalsquot, quotquot)) WriteIf (CondSR, QuotnReversal of Hour HARRISH Trendquot, quotquot) WriteIf (CondBR, QuotReversal of Hourly BULLISH Trendquot, quotquot ) WriteIf (CondSR ou CondBR, quotquot, quotquot) printf (quotquot) x1funC1 (x, x-10) Y2funD1 (x1, Y, Y5) Z2funM1 (Y2, Z, Z2Y) CondHB z2gtRef (z2, -1) CondHS Z2ltRef ( Z2,1) PCR30 funPC1 (Z2) TCR30 funTC1 (Z2) CondSR30 TCR30 CondBR30 PCR30 TimeFrameRestore () printf (quotnRSI. Quot WriteVal (RSI (14))) pParamToggle (quotSupport-Resist Ance. QuotNoYesquot, 0) TimeFrameRestore () ----------- Half Hourly - SUPERVISÃO RESISTÊNCIA DO ANÚNO ------------- dH1SelectedValue (TimeFrameGetPrice (quotHquot, 2in15Minute, -1) ) DL1SelectedValue (TimeFrameGetPrice (quotLquot, 2in15Minute, -1)) dC1SelectedValue (TimeFrameGetPrice (quotCquot, 2in15Minute, -1)) dp returnp (dH1, dL1, dC1) 3 ds1 returns1r1 (dp, dH1) dr1 returns1r1 (dp, dL1) ds2 Retorna2s3 (dp, dH1, dL1) ds3 returns2s3 (dS1, dH1, dL1) dr2 returnr2r3 (dp, dH1, dL1) dr3 returnr2r3 (dR1, dH1, dL1) printf (quotnHalf Hourly Support amp. Resistência. Quot) printf (quotnS1. QuotWriteVal (Ds1) printf (quotnr2. QuotWriteVal (dr2)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (dr3)) printf (quotnr3. QuotWriteVal (d3)) printf (quotnr. (Ds1, quotDaily Support 1quot, colorBrightGreen, styleLine) Plot (ds2, quotDaily Support 2quot, colorDarkGreen, styleLine) Plot (ds3, quotDaily Support 3quot, colorDarkGrey, styleLine) Plot (dr1, QuetDaily Resistance 1quot, colorRed, styleLine) Plot (dr2 , Qu OtDaily Resistance 2quot, colorDarkRed, styleLine) Plot (dr3, quotDaily Resistance 3quot, colorBrown, styleLine) ----------- Hourly - SUPPORT amp RESISTANCE ------------- wH1SelectedValue (TimeFrameGetPrice (quotHquot, inHourly, -1)) wL1SelectedValue (TimeFrameGetPrice (quotLuot, inHourly, -1)) wC1SelectedValue (TimeFrameGetPrice (quotCquot, inHourly, -1)) wp returnp (wH1, wL1, wC1) 3 ws1 returns1r1 (wp, WH1, wL1) w3 retornos2s3 (wp, wH1, wL1) ws3 retorna2s3 (wS1, wH1, wL1) wr2 returnr2r3 (wp, wH1, wL1) wr3 returnr2r3 (wR1, wH1, wL1) printf (quotnHourly Support amp Resistência. quot) printf(quotnS1. quotWriteVal(ws1)) printf(quotnS2. quotWriteVal(ws2)) printf(quotnS3. quotWriteVal(ws3)) printf(quotnr1. quotWriteVal(wr1)) printf(quotnr2. quotWriteVal(wr2)) printf(quotnr3. quotWriteVal(wr3)) ----------- Two Hourly - SUPPORT amp RESISTANCE ------------- mH1SelectedValue(TimeFrameGetPrice( quotHquot, 2inHourly, -1 )) mL1SelectedValue(TimeFrameGetPrice( quotLquot, 2inHourly, -1 )) mC1SelectedValue(TimeFrameGetPrice( quotCquot, 2inHourly, -1 )) mp returnp(mH1,mL1,mC1)3 ms1 returns1r1(mp, mH1) mr1 returns1r1(mp, mL1) ms2 returns2s3(mp, mH1,mL1) ms3 returns2s3(mS1,mH1,mL1) mr2 returnr2r3(mp, mH1,mL1) mr3 returnr2r3(mR1,mH1,mL1) printf(quotnTwo Hourly Support amp Resistance. quot) printf(quotnS1. quotWriteVal(ms1)) printf(quotnS2. quotWriteVal(ms2)) printf(quotnS3. quotWriteVal(ms3)) printf(quotnr1. quotWriteVal(mr1)) printf(quotnr2. quotWriteVal(mr2)) printf(quotnr3. quotWriteVal(mr3)) Plot( 2,quotHourly Trendquot, IIf( Flip(CondSR, CondBR), colorGreen, IIf( Flip(C ondBR, CondSR), colorRed, colorOrange)),styleOwnScalestyleAreastyleNoLabel. -0.75, 100 ) Plot( 3.5,quot30min Trendquot, IIf( Flip(CondSR30,CondBR30), colorDarkBlue, IIf( Flip(CondBR30,CondSR30), colorTan, colorOrange)),styleOwnScalestyleAreastyleNoLabel. -0.85, 100 ) Plot( 5,quotBuySell Ribbonquot, IIf( Flip(Buy, Sell), colorBrightGreen, IIf( Flip(Sell, Buy), colorPink, colorOrange )),styleOwnScalestyleAreastyleNoLabel, -0.75, 100 ) TimeFrameSet(in5Minute) shape Buy shapeUpTriangle Sell shapeDownTriangle PlotShapes( shape, IIf( Buy, colorGreen, colorRed ), IIf( Buy, Low, High ) ) TimeFrameRestore()

No comments:

Post a Comment