ar system handlu afl: Fruits and Sevens Day Trading 19092017 ar system handlu afl. ,, -. Mieszkaniec , , . Ar system handlu afl. :,,. ,. ,. , Ar system handlu afl - Czytaj więcej Opis ar trading system afl 5 9,. Igrosoft, ar system handlu afl. Resident Igrosoft. . . ,. Mieszkaniec, . Mieszkaniec , . . ,. ,. ,. ,. ,, 5. ,. . System handlu wideo afl. , 3. . ,. System transakcyjny Ar zarabia pieniądze. ,. , -,. :,,,. ,. . . ,,,,,. Resident (system handlu ar afl zarabiać pieniądze.) Tytuł: Triple Screen Trading System Używanie Amibroker Opis: System handlowy jest1081 - 28 czerwca 2006 06:17 PM (GMT) Witam wszystkich, po prostu chcę podzielić się czymś, co zaprogramowałem (nie w pełni przez ja również składki od innych handlowców z amebrokera). Próbowałem i testowałem, i myślę, że działa bardzo blisko systemu, którego nauczono. Koniec e dnia musi pamiętać, system wun przynosi pieniądze, nie szukaj Świętego Graala. być zdyscyplinowanym przedsiębiorcą. TYLKO DO UŻYTKU W AMIBROKER TA WYKRESY TYGODNIOWE Z SYSTEMEM IMPULSU MIESIĘCZNEGO Cotygodniowy wykres słupkowy SEKCJABEGIN (quotWeekly Graphquot) SetChartOptions (0, chartShowArrows124chartShowDates) Parametr zdefiniowany przez użytkownika dla okresów EMA EMAType Param (quoteA-1, TEMA-2, JMA-3quot, 2 , 1, 3, 1) EMAprds Param (quotemAperiodsquot, 7, 1, 30, 1) StdMACD Param (quotandard MACD No-0, Yes-1quot, 1, 0, 1, 1) Plotfashion Param (quotBarArrows-1, Bary impulsowe -2-bitowy, 2, 1, 2, 1) Zezwalaj użytkownikowi na definiowanie tygodniowej i miesięcznej lokalizacji wstążki i wysokości WRP1 Param ("Tygodniowa liczba miejsc wstęgi", -10,5, -1000, 1000, 0,1) WRP2 Param (quotewylowa wstążka Wysokość, 366,5, -0,001 , 500, 0.1) MRP1 Param (quotMiesięczna lokata wstążki, 5,2, -1000, 1000, 0,1) MRP2 Param (quotMiesięczna wysokość wstążki, 199, -0.001, 500, 0.1) TimeFrameSet (inWeekly) Obliczyć histogram EMA i MACD, jeśli (EMAType 1 ) DayEMA EMA (Close, EMAprds), jeśli (EMAType 2) DayEMA TEMA (Close, EMAprds), jeśli (EMAType 3) Linia poniżej do użycia z Jurik JMA Day EMA JurikJMA (C, EMAPrds), jeśli (StdMACD 0) MACDval MACD (5, 8) Sygnał sygnalizacyjny (5, 8, 5) inny MACDval MACD (12, 26) Sygnał sygnalizacyjny (12, 26, 9) Histogram MACDval - Signalval Ustalenie jeśli mamy Impulse UP, DOWN lub None ImpulseUp DayEMA gt Ref (DayEMA, -1) I Histogram gt Ref (Histogram, -1) ImpulseDown DayEMA lt Ref (DayEMA, -1) I Histogram lt Ref (Histogram, -1) ImpulseNone (NOT ImpulseUP) AND (NOT ImpulseDown) z efektem DayEMA gt Ref (DayEMA, -1) i histogramem gt Ref (histogram, -1) z opadem DayEMA lt Ref (DayEMA, -1) i histogramem lt Ref (histogram, -1) TimeFrameRestore () Teraz otrzymasz Monthly Histogram MACD. TimeFrameSet (inMonthly) MACDval MACD (5, 8) Signalval Signal (5, 8, 5) Histinm MACDval - Signalval mhrising Histinm gt Ref (Histinm, -1) mhfalling Histinm lt Ref (Histinm, -1) whrising TimeFrameExpand (whrising, inWeekly , expandLast) whfalling TimeFrameExpand (whfalling, inWeekly, expandLast) mhising TimeFrameExpand (mghising, inMonthly, expandLast) mhfalling TimeFrameExpand (mhfalling, inMonthly, expandLast) kol IIf (whrising, colorBrightGreen, IIf (whfalling, colorRed, colorLightGrey)) mkol IIf (mhrising , colorBlue, IIf (mhfalling, colorYellow, colorLightGrey)) TimeFrameSet (inWeekly) Narysuj je all33, jeśli (Plotfashion 1) Plot (Close, quotClose, colorTeal, styleBar) PlotShapes (shapeUpArrow ImpulseUp, colorBrightGreen, 0, Low, -12) PlotShapes ( shapeDownArrow ImpulseDown, colorRed, 0, High, -12) PlotShapes (shapeSmallCircle ImpulseNone, colorWhite, 0, High, 5) else barkol IIf (impulseUP, colorBrightGreen, IIf (impulseDown, colorRed, colorCustom11)) Plot (C, quotClosequot, barko l, styleBar) Wykres (10, Tydzień Tydzień Wstążka, Kol, stylOwnScale124styleArea124styleNoLabel, WRP1, WRP2) Tygodniowy trend ZIELONY WZROST, CZERWONY SPADEK, BIAŁY NEUTRALNY Wykres (10, quotMiesięczny Wstążka, mkol, stylOwnScale124styleArea124styleNoLabel, MRP1, MRP2) Miesięczny trend NIEBIESKI POWSTANIE, ŻÓŁTY FALLING, WHITE NEUTRAL TimeFrameRestore () SECTIONBEGIN (quotEMA1quot) P ParamField (quotPrice FieldQuest, -1) Periods Param (quotPeriodsquot, 15, 2, 200, 1, 10) Wykres (EMA (P, Periods), DEFAULTNAME (), ParamColor ( quotColorquot, colorCycle), ParamStyle (quotStylequot)) SECTIONEND () SECTIONBEGIN (quotZIG - Zigquot) TimeFrameSet (inWeekly) P ParamField (quotPrice Fieldquot) zmienia Param (quotquotquot, 5,0.1,25,0.1) Plot (Zig (P, change ), DEFAULTNAME (), ParamColor (quotColorquot, colorCycle), ParamStyle (quotStylequot)) TimeFrameRestore () SECTIONEND () Tygodniowy MACD Histogran SECTIONBEGIN (quotWeekly MACDquot) TimeFrameSet (inWeekly) MACDw MACD (12, 26) - Signal (12, 26, 9) MACDwLINE MACD (12, 26 ) MACDwSignal Signal (12, 26, 9) Kolor IIf (Ref (MACDw, -1) gtMACDw, colorRed, colorBrightGreen) Wykres TimeFrameRestore () (MACDw, quotMACD Weeklyquot, Color, styleHistogram 124 styleThick) Wykres (MACDwLINE, quotMACD Weekly Linequot, colorRed, styleLine) Plot (MACDwSignal, quotMACD Weekly Signal Linequot, colorBrightGreen, styleLine) SEKCJAEND () TYGODNIOWA SIŁA INDEX 13day MA SECTIONBEGIN (quotForce Index2quot) TimeFrameSet (inWeekly) okresy Param (quotPeriodsquot, 13, 1, 100, 1) FI EMA ( ((Close - Ref (Close, -1)) V), kropki) FIkol IIf (fi 0, colorRed, colorBrightGreen) Wykres (Close, quotClosequot, colorRed, 2) Fabuła (FI, quotForce Indexquot, FIkol, styleLine124styleThick) Fabuła (0, quotquot, colorViolet, styleLine 124 styleThick 124 styleNoLabel) Tytuł Name () EncodeColor (colorWhite) quot - Indeks siły - quot WriteVal (okresy, 1) quot days, quot EncodeColor (colorRed) quot Zamknij quot EncodeColor (colorWhite) quot quot WriteVal (Close) quot, quot EncodeColor (colorBlue) quotForce Index quot. E ncodeColor (colorWhite) WriteVal (FI, 1.2) TimeFrameRestore () SECTIONEND () SECTIONBEGIN (quotVolumequot) TimeFrameSet (inWeekly) Plot (Volume, DEFAULTNAME (), ParamColor (quotColorquot, colorBlueGrey), ParamStyle (quotStylequot, styleHistogram 124 styleOwnScale 124 styleThick, maskHistogram ), 2) TimeFrameRestore () SECTIONEND () CODZIENNA tabela z tygodniowym systemem IMPULSE Parametr zdefiniowany przez użytkownika dla okresów EMA. EMAType Param (quot. , 7, 1, 30, 1) StdMACD Param (quotStandard MACD No-0, Yes-1quot, 1, 0, 1, 1) Plotfashion Param (quotBarArrows-1, Impulse Bars-2quot, 2, 1, 2, 1) Zezwalaj użytkownikowi na definiowanie tygodniowych i miesięcznych lokalizacji wstążki i wysokości WRP1 Param (quotWeekly Ribbon Locationquot, 5,2, -1000, 1000, 0,1) WRP2 Param (quotewylki Ribbon Heightquot, 199, -0.001, 500, 0.1) MRP1 Param (quotMonthly Ribbon Locationquot, 5.2, -1000, 1000, 0.1) MRP2 Param (quotMonthly Ribbon Heightquot, 199, -0.001, 500, 0.1) Obliczyć EMA i MACD H istogram if (EMAType 1) DayEMA EMA (Close, EMAprds), jeśli (EMAType 2) DayEMA TEMA (Close, EMAprds), jeśli (EMAType 3) Linia poniżej do użycia z Jurik JMA DayEMA JurikJMA (C, EMAPrds) Histogram MACD () - Sygnał () Określa, czy mamy impulsowy impuls w górę, w dół lub brak impulsowy dzień EMA gt Ref (DayEMA, -1) i histogram gt Ref (histogram, -1) ImpulseDown DayEMA lt Ref (DayEMA, -1) I Histogram lt Ref (histogram , -1) ImpulseNone (NOT ImpulseUP) AND (NOT ImpulseDown) Oblicza cotygodniowy MACD i określa, czy rośnie czy spada Uwaga: używa standardowych parametrów quake33 TimeFrameSet (inWeekly), jeśli (StdMACD 0) MACDval MACD (5, 8) Signalval Signal (5 , 8, 5) indziej MACDval MACD (12, 26) Signalval Signal (12, 26, 9) Histinw MACDval - Signalval z udziałem Histinw gt Ref (Histinw, -1) whfalling Histinw lt Ref (Histinw, -1) whnone (NOT whrising ) AND (NOT whfalling) Teraz otrzymasz Monthly Histogram MACD. TimeFrameSet (inMonthly) MACDval MACD (5, 8) Signalval Signal (5, 8, 5) Histinm MACDval - Signalval mhrising Histinm gt Ref (Histinm, -1) mhfalling Histinm lt Ref (Histinm, -1) whrising TimeFrameExpand (whrising, inWeekly , expandLast) whfalling TimeFrameExpand (whfall, inWeekly, expandLast) whnone TimeFrameExpand (whnone, inWeekly, expandLast) mhising TimeFrameExpand (mhising, inMonthly, expandLast) mhfalling timeFrameExpand (mhfalling, inMonthly, expandLast) kol IIf (whrising, colorBrightGreen, IIf (whfalling, colorRed, IIf (whnone, colorCustom11, colorLightGrey))) mkol IIf (mhrising, colorBlue, IIf (mhfalling, colorYellow, colorLightGrey)) Narysuj je all33, jeśli (Plotfashion 1) Plot (Close, quotClosequot, colorTeal, styleBar) PlotShapes (shapeUpArrow ImpulseUp , colorBrightGreen, 0, Low, -12) PlotShapes (shapeDownArrow ImpulseDown, colorRed, 0, High, -12) PlotShapes (shapeSmallCircle ImpulseNone, colorWhite, 0, High, 5) else barkol IIf (impulseUP, colorBrightGreen, IIf (impulseDo wn, colorRed, colorCustom11)) Działka (C, quotClosequot, barkol, styleBar) Działka (10, quotWeekly Ribbonquot, kol, stylOwnScale124styleArea124styleNoLabel, WRP1, WRP2) Cotygodniowy trend GREEN RISING, RED FALLING, WHITE NEUTRAL Plot (10, quotMothly Ribbonquot, mkol , styleOwnScale124styleArea124styleNoLabel, MRP1, MRP2) Miesięczny trend NIEBIESKI wzrost, żółty spadek, biały NEUTRALNY LookBkPd 100 AvgPd 22 ExternalBarPct 15 ConvergePct 2 Środkowy EMA (C, AvgPd) Rng HHV (H, LookBkPd) - LLV (L, LookBkPd) X Rng deltaX X2 do Over H gt Middle X Under L lt Middle - X OuterPct 100 (Sum (Over, LookBkPd) Sum (Under, LookBkPd)) LookBkPd OP LastValue (OuterPct) XXsign (OP - ExternalBarPct) deltaX deltaX deltaX2 while (abs (OP - ExternalBarPct ) gt ConvergePct) Plot (Middle, quotMAquot, colorYellow, styleLine124styleNoTitle) Plot (MiddleX, quotMAquot, colorSkyblue, styleDashed124styleNoTitle) Plot (Middle-X, quotMAquot, colorSkyblue, styleDashed124styleNoTitle) Explorer Se ction Ustal, czy status Impulsu jest zwyżkowy, neutralny lub niedźwiedzi. Wyświetl jako kolumnę tekstową. ImpulseState WriteIf (ImpulseUp, quotBulllishquot, WriteIf (ImpulseDown, quotBearishquot, quotNeutralquot)) Ustaw kolor tła dla kolumny Impulse Status ImpulseCol IIf (ImpulseUp, colorGreen, IIf (ImpulseDown, colorRed, colorLightGrey)) Określ trend tygodniowy. Wyświetl jako kolumnę tekstową WeeklyTrend WriteIf (whrising, quotRisingquot, WriteIf (whfalling, quotFallingquot, quotFlat33quot)) WeeklyCol IIf (whrising, colorGreen, IIf (whfalling, colorRed, colorLightGrey)) Określa trend miesięczny. Wyświetlaj jako kolumnę tekstową MonthlyTrend WriteIf (mghising, quotRisingquot, WriteIf (mhfalling, quotFallingquot, quotFlat33quot)) MonthlyCol IIf (mhrising, colorGreen, IIf (mhfalling, colorRed, colorLightGrey)) Określ, ile słupków ma aktualny stan barsinbull Min (BarsSince ( impulsenone), BarsSince (impulsedown)) barsinbear Min (BarsSince (impulseup), BarsSince (impulsenone)) barsinneut Min (BarsSince (impulsedown), BarsSince (impulseup)) Ustaw pojedynczą zmienną, aby pokazać liczbę słupków w bieżącym stanie w zależności od rzeczywistego Impulsu Status - Ulepszające, niedźwiedziowe lub neutralne baryinstate IIf (ImpulseUp, barsinbull, IIf (Impulsedown, barsinbear, barsinneut)) Kolumny do wyświetlania w Explorer AddTextColumn (ImpulseState, quotImpulse Statusquot, 1, colorWhite, ImpulseCol) AddColumn (barsinstate, quotBary w tym stanie, 1, colorWhite, Impulsecol) AddTextColumn (WeeklyTrend, quotWeekly Trendquot, 1, colorWhite, WeeklyCol) AddTextColumn (MonthlyTrend, quotMonthly Trendquot, 1, colorWhite, MonthlyCo l) SECTIONBEGIN (quotZIG-Zigquot) P ParamField (quotPrice Fieldquot) zmienia Param (quot. changequot, 5,0.1,25,0.1) Plot (Zig (P, zmiana), DEFAULTNAME (), ParamColor (quotColorquot, colorCycle), ParamStyle ( quotStylequot)) SECTIONEND () Cotygodniowy MACD Histogran SECTIONBEGIN (quotWeekly MACDquot) TimeFrameSet (inDaily) MACDw MACD (12, 26) - Signal (12, 26, 9) MACDwLINE MACD (12, 26) MACDwSignal Signal (12, 26, 9) Kolor IIf (Ref (MACDw, -1) gtMACDw, colorRed, colorBrightGreen) Wykres TimeFrameRestore () (MACDw, quotMACD Dailyquot, Color, styleHistogram 124 styleThick) Wykres (MACDwLINE, quotMACD Daily Linequot, colorRed, stylLine) Wykres (MACDwSignal, quotMACD Dail Signal Linequot, colorBrightGreen, styleLine) SEKCJAEND () CODZIENNA SIŁA INDEKSU 2-DNI okresy MA Param (quoter-okres, 2, 1, 100, 1) FI EMA (((Close - Ref (Zamknij, -1)) V), okresy) FIkol IIf (fi lt 0, colorRed, colorBrightGreen) Wykres (Close, quotClose, colorRed, 2) Wykres (FI, quotForce Index, Flkol, styleLine124styleThick) Wykres (0, colorViolet, styleLine 124 styleThick 124 styleNoLabel) Title Name () EncodeColor (colorWhite) quot - Indeks siły - quot WriteVal (okresy, 1) quot days, quot EncodeColor (colorRed) quot Zamknij quot EncodeColor (colorWhite) quot quot WriteVal (Close) quot , quot EncodeColor (colorBlue) quotForce Index quot EncodeColor (colorWhite) WriteVal (FI, 1.2) SECTIONEND () SECTIONBEGIN (quotVolumequot) Plot (Volume, DEFAULTNAME (), ParamColor (quotColorquot, colorBlueGrey), ParamStyle (quotStylequot, styleHistogram 124 styleOwnScale 124 styleThick , maskHistogram), 2) SECTIONEND () H1 Ref (H, -1) L1 Ref (L, -1) T IIf (HltH1 i LgtL1, 0, IIf (H-H1gtL1-L, H-H1, L1-L) ) Val1 H-H1 Val2 L1-L Val IIf (Val1gtVal2, Val1, Val2) Avgval Median (Val, 22) kolor IIf (Val lt Avgval, colorBlue, IIf (Val gt Avgval I Val lt Avgval 3, colorViolet, IIf (Val gt Avgval 3, colorOrange, colorViolet))) Wykres (T, DEFAULTNAME (), kolor, styleHistogram 124 styleThick) ParamField (quotCena pola, -1) Periods Para m (quot Okresy, 22, 2, 200, 1, 10) Wykres (EMA (P, Periods), quotEMA 22 część, colorGreen, styleThick) Daily BullPower SECTIONBEGIN (quotBull Power EMAquot) Bull Lookback Power Param (quotATA Lookbackquot, 13) BullPower High - EMA (Close, Lookback) Plot (BullPower, quotquot, ParamColor (quotColorquot, colorCustom11), styleHistogram) Tytuł Name () quot quot Date () quot Bull Bullquot WriteVal (Lookback, 3.0) quot Dzień: quot WriteVal (BullPower, 5.3) GraphXSpace 5 SEKCJAEND () Daily BearPower SECTIONBEGIN (quotBear Power EMAquot) Niedźwiedź Power Lookback Param (quotATA Lookbackquot, 13) BearPower Low - EMA (Close, Lookback) Plot (BearPower, quotquot, ParamColor (quotColorquot, colorRed), styleHistogram) Tytuł Nazwa ( ) quot. Date () quot Niedźwiedź Powerquot WriteVal (Lookback, 3.0) quot Day: quot WriteVal (BearPower, 5.3) GraphXSpace 5 SEKCJAEND () ELDER TRIPLE SCREEN SCAN Starszy trójdzielny system transakcyjny. Kodowane przez Dennisa Skoblara 7052005. Pochodzi z cytowania Trading For A Livingquot i cytatu "Come into My Trading Room" Aleksandra Eldera. Ten skan wyszukuje kandydatów według tygodniowego nachylenia MACD Historgam, a indeks dzienny 2-okresowych indeksów siły zanurza się powyżej lub poniżej linii zerowej. Wyznacz cotygodniową EMA na 26 okresów, aby potwierdzić tygodniowy kierunek. Powinno rosnąć wraz ze wzrostem na cotygodniowym MACD Histogramie. Jednak Elder pisze, że rozbieżności w histogramie MACD zastępują EMA. Indeks dziennych 2-okresowych indeksów siły będzie poniżej Zero Line. Poszukaj zapasów, aby cofnąć do około 39 dni Codziennie 13 okres EMA. Użyj również 22-dniowej daty EMA, aby potwierdzić kierunek codziennego trendu. Zrób przeciwne szorty. Użyj tabulatorów tygodniowego kierunku LongHort EMA jako filtrów do przechodzenia przez skanowanie, aby wyświetlać tylko tygodniową ulotkę EMA w zamierzonym kierunku handlu. Użyj LongShort Elder Ray Tabs (BullPower AND BearPower), aby precyzyjnie dostroić sygnały wejściowe. Ta zakładka jest najlepiej używana, gdy zgadzasz się z Tabulaturami Długodystansowymi EMA LongShort. Do filtrowania objętości służy 50-minutowy rekord EMA gt 100000. Minimum 5-punktowy przebieg w jednym miesiącu służy jako filtr dla asortymentu. Ten skan najlepiej jest wykorzystać jako eksplorację. TimeFrameSet (inWeekly) Tygodniowy MACAC MACD (12,26) - Sygnał (12,26,9) WeekHistRising Ref (TygodniowyMACD, -1) lt Ref (tygodniowyMACD, 0) WeekHistFalling Ref (TygodniowyMACD, -1) gt Ref (TygodniowyMACD, 0) FIWeek EMA (V (C-Ref (C, -1)), 13) WeeklyForceIndexLong FIWeekly gt 0 WeeklyForceIndexShort FIWeekly lt 0 TimeFrameRestore () Cotygodniowe kryteria MACDLongW WeekHistRising MACDShortW WeekHistFalling FILongW TygodniowyForceIndexDługi FIShortW TygodniowyForceIndexShort Dzienne kryteria FIDaily EMA (V (C-Ref ( C, -1)), 2) FILONGD FIDaily lt 0 FIShortD FIDaily gt 0 VFilter EMA (V, 50) gt 100000 TenTwentyFilter HHV (H, 20) - LLV (L, 20) Ile cena poszła w jednym miesiącu (gt10 punkty lepsze) FiftyDayHVFilter round (StDev (log (CRef (C, -1)), 50) 100sqrt (256)) Jeden rok volotility (gt40 lepiej) bullpower High - EMA (Close, 13) bearpower Low - EMA (Close, 13 ) Kryteria skanowania ElderLong MACDLongW AND FILongD AND FILongW ElderShort MACDShortW I FIShortD AND FIShortW Kolumny do eksploracji Column0 FullName () Column0Name quotTick er namequot Column1 quotent Column1Name quot quot Column2 ElderLong Column2Name quotLongquot Column3 ElderLong I EMA (C, 130) gt Ref (EMA (C, 130), - 5) Column3Name quotLong EMA Weekly Directionquot Column4 Column3 AND (bearpower lt 0 AND bullpower gt 0 ) Column4Name quotLong Elder Ray Filterquot Column5 quotent Column5Name quot quot Column6 ElderShort Column6Name quotShortquot Column7 ElderShort AND EMA (C, 130) lt Ref (EMA (C, 130), - 5) Column7Name quotShort EMA Weekly Directionquot Column8 Column7 AND (bearpower lt 0 AND bullpower gt 0) Column8Name quotShort Elder Ray Filterquot Column9 quot quot Column9Name quot quot Column10 TenTwentyFilter Column10Name quotOne Month Point Colour Range Column11 FiftyDayHVFilter Column11Name quotHistorical Volotility 50 Dayquot AddTextColumn (IndustryID (1), quotIndustryquot) AddTextColumn (MarketID (1), quotMarketquot) Filtry Filtruj VFilter AND (ElderLong OR ElderShort) Kup ElderLong Sell 0 Short ElderShort Cover 0 Hc - 29 czerwca 200 6 12:38 (GMT) Dzięki za udostępnienie kodów. BTW, czy korzystasz z Metastock przed tym, jak program Amibroker w porównaniu do Metastock Hope widzi twoje komentarze na temat Amibrokera? jest1081 - 29 czerwca 2006 14:54 (GMT) Nie mam żadnego doświadczenia z metastockiem. Amibroker dostarcza. na bardzo podstawowym, musisz znać trochę kodowania, aby stworzyć podstawowy system transakcyjny. Nie podobają mi się wykresy. nie jest bardzo chrupiący. Możesz wziąć na swoim blogu, że zawiera kilka zdjęć, kliknij Jedno na pewno to, że im dłużej się handluję, tym więcej satysfakcji chcę z niego uzyskać, wykresy działają dobrze, ale brakuje im głębi, jeśli wiesz co mam na myśli, po prostu don39t daje ci to 39. Z drugiej strony, nadal mogę trzymać się amibrokera, gdy wchodzę w czasie rzeczywistym na kontraktach terminowych i indeksach. Dołącz do milionów, które używają nas dla społeczności forum. Stwórz własne forum już dziś. Dowiedz się więcej Middot Zarejestruj się teraz Obsługiwane bezpłatnie przez zIFBoardsAR TRADING SYSTEM AFL FREE tworzę ten AFL sk ((C-MA (C, nol)) MA (C, nol)) 100 Graph0sk Graph0BarColorIIf (skgt0,5,4) SECTIONBEGIN (quotemaquot ) Lk EMA (Close, 22) Plot (lk, quot quot, colorBrightGreen, styleDots) GfxSelectFont (quottohomaboldquot, Status (quotpxheightquot) 16) GfxSetTextAlign (6) GfxSetTextColor (ColorRGB (10,250,250)) GfxSetBkMode (0) GfxTextOut (Name (), Status (quotpxwidthquot) 2, Status (quotpxheightquot) 10) cxParam (quotcxposnquot, 1085,0, 1200,1) cyParam (quotcyposnquot, 16,0,1000,1) GfxSetBkColor (ColorRGB (200,50,100)) GfxSelectFont (quottohomaboldquot, 20 , 98, False) GfxSetTextColor (colorYellow) GfxSetTextColor (ColorHSB (100, 10, 400)) GfxTextOut (quotLLTP quotququ, cx, cy) DDayO TimeFrameGetPrice (quotOquot, inDaily) DHiDay TimeFrameGetPrice (quotHquot, inDaily) DLoDay TimeFrameGetPrice (quotquot, inDaily) gfr TimeFrameGetPrice (quotCquot, inDaily, -1) zamknij Tytuł EncodeColor (colorWhite) quot AR TRADING SYSTEM quotEnc odeColor (ColorRGB (220, 10,150)) quot quot Interval (2) quot quot Data () EncodeColor (ColorRGB (200,150,120) quot. n Otwórz quot; quot; quot H quot, Low. quot L EncodeColor (colorGreen) quot Poprzedni dzień Zamknij. quot EncodeColor (colorGreen) gfr EncodeColor (colorYellow) quotn ToDay Open. quot DDayO quot High. quot DHiDay quot Low. quot DLoDay SECTIONEND () Colcci IIf (CCI (8) gt 5, colorBrightGreen, IIf (CCI (8) lt-5, colorRed, IIf (CCI (8) gt Ref (CCI (8), - 1), colorBrightGreen, colorDarkRed ))) HaClose EMA ((OHLLC) 5,3) HaOpen AMA (Ref (HaClose, -1), 0,5) HaHigh Max (H, Max (HaClose, HaOpen)) HaLow Min (L, Min (HaClose, HaOpen)) PlotOHLC (HaOpen, HaHigh, HaLow, HaClose, quotquot. Colcci, styleCandle styleNoLabel) BKswitch ParamToggle (quotBackground Colorquot, quotOn, Offquot) OUTcolor ParamColor (quotPanel Panel Colorquot, colorBlack) INUPcolor ParamColor (quotNasz panel Panel Upperquot, colorGrey40) INDNcolor ParamColor (quotInner Panel Lowerquot, colorBlack) TitleColor ParamColor (quotTitle Color quot, colorBlack) if (NOT BKswitch) SetChartBkColor (OUTcolor) kolor zewnętrznej krawędzi SetChartBkGradientFill (INUPcolor, INDNcolor, TitleCo lor) kolor panelu wewnętrznego SECTIONEND () SECTIONBEGIN (quotquot) SetBarsRequired (100000, 0) GraphXSpace 15 ea EMA (C, 10) eb EMA (C, 20) SetBarFillColor (IIf (ea gt eb, colorGreen, colorRed)) Kup e a gt eb AND TimeNum () gt 092000 AND TimeNum () lt 150000 Sprzedaj eb gt ea LUB TimeNum () gt 150000 Krótki 0 Okładka 0 Kup ExRem (kup, sprzedaj) Sprzedaj ExRem (sprzedawaj, kupuj) Short ExRem (Short, Cover) Cover ExRem (Cover, Short) FactorParam (quotFactorquot, 4,1,10,1) PdParam (quotATR Periodsquot, 10,1,100,1) Up (HL) 2 (FactorATR (Pd)) Dn (HL) 2- (FactorATR ( Pd)) iATRATR (Pd) TrendUpTrendDownNull trend01 changeOfTrend0 flagflagh0 dla (i 1 i ltBarCount i) TrendUpi Null TrendDowni Null, jeśli (CloseigtUpi-1) trendi1 jeśli (trend-1 -1) changeOfTrend 1 else, jeśli (CloseiltDni-1) trendi-1 if (trendi-1 1) changeOfTrend 1 else if (trendi-11) trendi1 changeOfTrend 0 else if (trendi-1-1) trendi-1 changeOfTrend 0 Kup trend1 Selltrend-1 BuyExRem (kup, sprzedaj) SellExRem (sprzedawaj, kupuj) ShortSell CoverBuy BuyPriceValueWhen (Buy, C) SellPriceValueGdy (Sell, C) ShortPriceValueGdy (Short, C) CoverPriceValueGdy (Cover, C) PlotShapes (IIf (Buy, shapeSquare, shapeNone), colorGreen, 0, L, Offset-40) PlotShapes (IIf (Kup, shapeSquare, shapeNone), colorLime, 0, L, Offset-50) PlotShapes (IIf (Kup, shapeUpArrow, shapeNone), colorWhite, 0, L, Offset-45) PlotShapes (IIf (Short, shapeSquare, shapeNone), colorRed, 0, H, Offset40) PlotShapes ( IIf (Short, shapeSquare, shapeNone), colorOrange, 0, H, Offset50) PlotShapes (IIf (Short, shapeDownArrow, shapeNone), colorWhite, 0, H, Offset-45) dla (iBarCount-1igt1i--) if (Buyi 1 ) wpis Ci sig quotBUYwartość t TrendSLi pozycja tar1 (pozycja .0050) pozycja tar2 (pozycja .0092) pozycja tar3 (pozycja .0179) pasy ii 0 jeśli (Selli 1) sig quotSELLybot wejście Ci sl TrendSLi pozycja tar1 - (wejście .0050) wejście tar2 - (wejście .0112) wejście tar3 - (wejście .0212) takty ii 0 Przesunięcie 20 Clr IIf (sig quotBUYquot, colorLime, colorRed) ssl IIf (takty BarCount-1, TrendSLBarCount-1, Ref (TrendSL, -1) ) sl ssBBarCount-1 Plot (LineArray (paski-przesunięcie, tar1, BarCount, tar1,1), quotquot, Clr, styleLinestyleDots, Null, Null, przesunięcie) Wykres (LineArray (paski-przesunięcie, tar2, BarCount, tar2,1) , quotquot, Clr, styleLinestyleDots, Null, Null, Offset) Wykres (Arkusz linii (prążki-przesunięcie, tar3, BarCount, tar3,1), quotquot, Clr, stylLinistycznydots, zerowy, zerowy, przesunięcie) Wykres (LineArray (pręty-przesunięcie, sl, BarCount, sl, 1), quotquot, colorDarkRed, styleLinestyleLine, Null, Null, Offset) Plot (LineArray (prążki-przesunięcie, wpis, BarCount, wpis, 1), quotquot, colorGreen, styleLinestyleLine, Null, Null, Offset) dla (ibars i ltBarCounti) PlotText (quotquotsigquotententry, BarCount1, entry , Null, colorBlue) PlotText (quotT1quottar1, BarCount3, tar1, Null, Clr) Tekst wydruku (quotT2quottar2, BarCount3, tar2, Null, Clr) PlotText (quotT3quottar3, BarCount3, tar3, Null, Clr) Tablica wiadomości ParamToggle (quotMessage Boardquot, quotShowHidequot, 1) jeśli (komunikat 1) GfxSelectFont (quotTahomaquot, 13, 100) GfxSetBkMode (1) GfxSetTextColor (colorWhite) jeśli (sig quotBUYquot) GfxSelectSolidBrush (colorGreen) to jest kolor tła pola inny GfxSelectSolidBrush (colorRed) to jest kolor tła pola pxHeight Status (quotpxchartheightquot) xx Status (quotpxchartwidthquot) Lef t 1100 szerokość 310 x 5 x2 290 GfxSelectPen (colorWhite, 4) szerszy kolor GfxRoundRect (x, y - 165, x2, y. 160, 90) GfxTextOut ((quot. AR TRADING SYSTEM quot.), 141, y-160) GfxTextOut ((quot;), 130, y-160) GfxTextOut ((quotasta sig quot sig quot Sygnał pochodzi quot (BarCount-bars-1) Interval () 60 quot minsquot), 148, y-140) Położenie formatu tekstowego GfxTextOut ((quototot WriteIf (sig quotBUYquot, sig quot, sig quot) quot. Quot entry), 130, y-120) GfxTextOut ( (quotountOPOP LOSS. quot sl (not WriteVal (IIf (sig2SELL, entry-sl, sl-entry), 2.2) quot) quot), 130, y-100) GfxTextOut ((quotTGT: 1. quot tar1), 130 , y -80) GfxTextOut ((quotTGT: 2.tar tar2), 130, y-60) GfxTextOut ((quotTGT: 3.tar3), 130, y-40) GfxTextOut ((quotCurrent PL. quot WriteVal (IIf ( sig quotBUYquot, (C-entry), (entry-C)), 2.2)), 130, y-22) Kup ExRem (Kup, sprzedaj) Sprzedaj ExRem (Sell, Buy) shape Kup shapeUpArrow Sprzedaj shapeDownArrow PlotShapes (IIf (Kup , shapeSquare, shapeNone), colorGreen, 0, L, Offset-40) PlotShapes (IIf (Kup, shapeSquare, shapeNone), colorLime, 0, L, Offset-50) PlotShapes (IIf (Buy, sha peUpArrow, shapeNone), colorWhite, 0, L, Offset-45) PlotShapes (IIf (Sprzedaj, shapeSquare, shapeNone), colorRed, 0, H, Offset40) PlotShapes (IIf (Sprzedaj, shapeSquare, shapeNone), colorOrange, 0, H , Offset50) PlotShapes (IIf (Sell, shapeDownArrow, shapeNone), colorWhite, 0, H, Offset-45) PlotShapes (kształt, IIf (Kup, colorGreen, colorRed), 0, IIf (Kup, Niski, Wysoki)) dist 2.5 ATR (5) dla (i 0 i lt BarCount i), jeśli (Buyi) PlotText (quotBuynquot Closei, i, Lowi - disti, colorWhite) if (Selli) PlotText (quotsellnquot Closei, i, Lowi disti, colorWhite) SECTIONBEGIN (quotemaquot) P ParamField (quotFieldquot) Typ ParamList (quotypequot, quotWagi, Simple, Exponential, Double Exponential, Tripple Exponential, Wildersquot) Periods89 Param (quotPeriods180quot, 180, 2, 300) Displacement2 Param (quotisplacement2quot, 2, -50, 50) Plot (EMA (P, Periods89), DEFAULTNAME (), colorWhite, styleDots, 0, 0, Displacement2) SECTIONEND () rjlCross (Lk, tar1) golCross (tar1, Lk) PlotShapes (shapeHollowStarrjl, colorAqua, 0, H, - 20) Kształty płaskie (shapeHollowStargol, colorViolet, 0, L, 20) SECTIONEND () dla (i 0 i lt BarCount i) if (bvei) PlotText (quotABnquot. i, L i - disti, colorWhite, colorDarkBlue) jeśli (rfwi) PlotText (quotASnot. i, H i disti, colorWhite, colorRed) SECTIONBEGIN (quotdayquot) TimeFrameSet (inDaily) przełącza się teraz do trybu dziennego TimeFrameRestore () przywraca ramkę czasową do oryginalnego wykresu (TimeFrameExpand (Oo, inDaily), quotquot, colorYellow, 10304 styleNoLabel) cx Param (quotcxposnquot, 476,0,1200,1) cy Param (quotcyposnquot, 500,0,1000,10) GfxSelectFont (quot. Arial quot, 14, 98 , False) GfxSetTextColor (ColorRGB (10,250,250)) GfxTextOut (quotVolume. Quot volume quotquot, cx 20, cy 50) Funkcja SECTIONBEGIN (quottomquot) GetSecondNum () Czas teraz (4) Sekundy int (Czas 100) Minuty int (Czas 100 100) Hours int (Czas 10000 100) SecondNum int (Godziny 60 60 minut 60 sekund) return SecondNum RequestTimedRefresh (1) TimeFrame Interval () SecNumber GetSecondNum () Newperiod SecNumber TimeFrame 0 SecsLeft SecNumber - int (SecNumber TimeFrame) TimeFrame SecsToGo TimeFrame - SecsLeft xParam ( quotxposnquot, 99,0, 1, 1, 1) yP aram (quotyposnquot, 40,0,1000,1) GfxRoundRect (x615, y530, x738, y499, 0,0) GfxSelectSolidBrush (ColorRGB (230, 230, 230)) GfxSelectPen (ColorRGB (203, 25, 23), 3) if (NewPeriod) GfxSelectSolidBrush (colorYellow) GfxSelectPen (colorYellow, 2) Say (quotNew periodquot) GfxSetBkMode (1) GfxSelectFont (quotArialquot, 13, 800, False) GfxSetTextColor (ColorRGB (220, 10,150)) GfxTextOut (quotelfotwymot. quotNumToStr (SecsToGo, 1.0), x674, y507) GfxSetTextColor (ColorRGB (10,250,250)) GfxTextOut ((quot Rozwijaj po wartości), 1150, y-45) GfxSetTextColor (ColorRGB (10,250,250)) GfxTextOut ((quotFu2 Trading SYSTEM quot), 1150 , y-25) SECTIONBEGIN (quotRibbonquot) uptrendPDI () gtMDI () AND Signal () ltMACD () downtrendMDI () gtPDI () AND Signal () gtMACD () Wykres (1, określa wysokość wstążki w procentach szerokości okienka quotribbonquot, IIf (uptrend, colorLime, IIf (downtrend, colorRed, IIf (Signal () ltMACD (), colorLightGrey, colorLightGrey))), wybierz kolor styleOwnScalestyleAreastyleNoLabel, -.05,50) SECTIONEND () Ten działa po 100, jeśli nie, przewiń w górę i kliknij przycisk pobierania Ostatnio edytowane przez SuperSaiyan 2 marca 2017 o 21:46. Re: AR TRADING SYSTEM AFL FREE Sprawię, że AFL SuperSaiyan SuperSaiyan jest już dostępny. Członek Zarejestrowany: Mar 2006 Posty: 115 Podziękowania: 6 Dziękuję 101 razy w 53 postach SuperSaiyan wkrótce stanie się sławnySuperSaiyan wkrótce stanie się sławny Domyślnie Re: AR TRADING SYSTEM AFL FREE robię tę ofertę AFL: żadna strefa handlowa nie jest dostępna można podać kod Działająca wersja AFL Pobierz LINK ARTrading. afl - 11 KB Kliknij powyższy przycisk, aby pobrać Razem mamy silne sk ((C-MA (C, nol)) MA (C, nol)) 100 Graph0sk Graph0BarColorIIf (skgt0,5,4) SECTIONBEGIN (quotemaquot) Lk EMA (Close, 22) Wykres (lk, quot quot, colorBrightGreen, styleDots) GfxSelectFont (quottohomaboldquot, Status (quotpxheightquot) 16) GfxSetTextAlign (6) GfxSetTextColor (ColorRGB (10,250,250)) GfxSetBkMode (0) GfxTextOut (Name (), Status (quotpxwidthquot) 2, Status (quotpxheightquot) 10) cxParam (quotcxposnquot, 1085,0, 1200,1) cyParam (quotcyposnquot 16,0,1000,1) GfxSetBkColor (ColorRGB (200,50,100)) GfxSelectFont (quottohomaboldquot, 20,98, Fałsz) GfxSetTextColor (colorYellow) GfxSetTextColor (ColorHSB (100, 10, 400)) GfxTextOut (quotLTP. quotquot, cx, cy) DDayO TimeFrameGetPrice (quotOquot, inDaily) DHiDay TimeFrameGetPrice (quotHquot, inDaily) DLoDay TimeFrameGetPrice (quotQquot, inDaily) gfr TimeFrameGetPrice (quotCquot, inDaily, -1) close Tytuł EncodeColor (colorWhite) quot AR SYSTEM TRADING quotEncodeColor ( ColorRGB (220, 10,150) quot. Interval (2) quot quot Data () EncodeColor (ColorRGB (200,150,120) quot. N Otwórz quot; O, High. quot H quot, Low. quot L EncodeColor (colorGreen) quot Poprzedni dzień Zamknij. quot EncodeColor (colorGreen) gfr EncodeColor (colorYellow) quotn ToDay Open. quot DDayO quot High. quot DHiDay quot Low. quot DLoDay SECTIONEND () Colcci IIf (CCI (8) gt 5, colorBrightGreen, IIf (CCI (8) lt-5, colorRed, IIf (CCI (8) gt Ref (CCI (8), - 1), colorBrightGreen, colorDarkRed ))) HaClose EMA ((OHLLC) 5,3) HaOpen AMA (Ref (HaClose, -1), 0,5) HaHigh Max (H, Max (HaClose, HaOpen)) HaLow Min (L, Min (HaClose, HaOpen)) PlotOHLC (HaOpen, HaHigh, HaLow, HaClose, quotquot. Colcci, styleCandle styleNoLabel) BKswitch ParamToggle (quotBackground Colorquot, quotOn, Offquot) OUTcolor ParamColor (quotPanel Panel Colorquot, colorBlack) INUPcolor ParamColor (quot Panel środkowy Upperquot, colorGrey40) INDNcolor ParamColor (quotInner Panel Lowerquot, colorBlack) TitleColor ParamColor (quotTitle Color quot, colorBlack) if (NOT BKswitch) SetChartBkColor (OUTcolor) kolor zewnętrznej krawędzi SetChartBkGradientFill (INUPcolor, INDNcolor, TitleCo lor) kolor panelu wewnętrznego SECTIONEND () SECTIONBEGIN (quotquot) SetBarsRequired (100000, 0) GraphXSpace 15 ea EMA (C, 10) eb EMA (C, 20) SetBarFillColor (IIf (ea gt eb, colorGreen, colorRed)) Kup e a gt eb AND TimeNum () gt 092000 AND TimeNum () lt 150000 Sprzedaj eb gt ea LUB TimeNum () gt 150000 Krótki 0 Okładka 0 Kup ExRem (kup, sprzedaj) Sprzedaj ExRem (sprzedawaj, kupuj) Short ExRem (Short, Cover) Cover ExRem(Cover, Short) FactorParam(quotFactorquot,4,1,10,1) PdParam(quotATR Periodsquot,10,1,100,1) Up(HL)2(FactorATR(Pd)) Dn(HL)2-(FactorATR( Pd)) iATRATR(Pd) TrendUpTrendDownNull trend01 changeOfTrend0 flagflagh0 for (i 1 i ltBarCount i) TrendUpi Null TrendDowni Null if (CloseigtUpi-1) trendi1 if (trendi-1 -1) changeOfTrend 1 else if (CloseiltDni-1) trendi-1 if (trendi-1 1) changeOfTrend 1 else if (trendi-11) trendi1 changeOfTrend 0 else if (trendi-1-1) trendi-1 changeOfTrend 0 Buy trend1 Selltrend-1 BuyExRem(Buy, Sell) SellExRem(Sell, Buy) ShortSell CoverBuy BuyPriceValueWhen(Buy, C) SellPriceValueWhen(Sell, C) ShortPriceValueWhen(Short, C) CoverPriceValueWhen(Cover, C) PlotShapes(IIf(Buy, shapeSquare, shapeNone),colorGreen, 0, L, Offset-40) PlotShapes(IIf (Buy, shapeSquare, shapeNone),colorLime, 0,L, Offset-50) PlotShapes(IIf(Buy, shapeUpArrow, shapeNone),colorWhite, 0,L, Offset-45) PlotShapes(IIf(Short, shapeSquare, shapeNone),colorRed, 0, H, Offset40) PlotShapes(IIf(Short, shapeSquare, shapeNone),colorOrange, 0,H, Offset50) PlotShapes(IIf(Short, shapeDownArrow, shapeNone),colorWhite, 0,H, Offset-45) for(iBarCount-1igt1i--) if(Buyi 1) entry Ci sig quotBUYquot sl TrendSLi tar1 entry (entry .0050) tar2 entry (entry .0092) tar3 entry (entry .0179) bars i i 0 if(Selli 1) sig quotSELLquot entry Ci sl TrendSLi tar1 entry - (entry .0050) tar2 entry - (entry .0112) tar3 entry - (entry .0212) bars i i 0 Offset 20 Clr IIf(sig quotBUYquot, colorLime, colorRed) ssl IIf(bars BarCount-1, TrendSLBarCount-1, Ref(TrendSL, -1)) sl sslBarCount-1 Plot(LineArray(bars-Offset, tar1, BarCount, tar1,1), quotquot, Clr, styleLinestyleDots, Null, Null, Offset) Plot(LineArray(bars-Offset, tar2, BarCount, tar2,1), quotquot, Clr, styleLinestyleDots, Null, Null, Offset) Plot(LineArray(bars-Offset, tar3, BarCount, tar3,1), quotquot, Clr, styleLinestyleDots, Null, Null, Offset) Plot(LineArray(bars-Offset, sl, BarCount, sl,1), quotquot, colorDarkRed, styleLinestyleLine, Null, Null, Offset) Plot(LineArray(bars-Offset, entry, BarCount, entry,1), quotquot, colorGreen, styleLinestyleLine, Null, Null, Offset) for (ibars i ltBarCounti) PlotText(quotquotsigquotquotentry, BarCount1,entry, Null, colorBlue) PlotText(quotT1quottar1,BarCount3,tar1,Null, Clr)Plot Text(quotT2quottar2,BarCount3,tar2,Null, Clr)PlotText (quotT3quottar3,BarCount3,tar3,Null, Clr) messageboard ParamToggle(quotMessage Boardquot, quotShowHidequot,1) if (messageboard 1 ) GfxSelectFont( quotTahomaquot, 13, 100 ) GfxSetBkMode( 1 ) GfxSetTextColor( colorWhite ) if ( sig quotBUYquot) GfxSelectSolidBrush( colorGreen ) this is the box background color else GfxSelectSolidBrush( colorRed ) this is the box background color pxHeight Status( quotpxchartheightquot ) xx Status( quotpxchartwidthquot) Lef t 1100 width 310 x 5 x2 290 GfxSelectPen( colorWhite, 4) broader color GfxRoundRect( x, y - 165, x2, y. 160, 90 ) GfxTextOut( ( quot AR TRADING SYSTEM quot),141,y-160) GfxTextOut( (quot quot),130,y-160) GfxTextOut( (quotLast quot sig quot Signal came quot (BarCount-bars-1) Interval()60 quot mins agoquot), 148, y-140) The text format location GfxTextOut( (quotquot WriteIf(sig quotBUYquot, sig quot quot, sig quot quot) quot. quot entry), 130, y-120) GfxTextOut( (quotSTOP LOSS. quot sl quot (quot WriteVal(IIf(sig quotSELLquot, entry-sl, sl-entry), 2.2) quot)quot), 130, y-100) GfxTextOut( (quotTGT:1. quot tar1), 130, y -80) GfxTextOut( (quotTGT:2. quot tar2), 130,y-60) GfxTextOut( (quotTGT:3. quot tar3), 130,y-40) GfxTextOut( (quotCurrent PL . quot WriteVal(IIf(sig quotBUYquot,(C-entry),(entry-C)),2.2)), 130, y-22) Buy ExRem(Buy, Sell) Sell ExRem(Sell, Buy) shape Buy shapeUpArrow Sell shapeDownArrow PlotShapes(IIf(Buy, shapeSquare, shapeNone),colorGreen, 0, L, Offset-40) PlotShapes(IIf(Buy, shapeSquare, shapeNone),colorLime, 0,L, Offset-50) PlotShapes(IIf(Buy, sha peUpArrow, shapeNone),colorWhite, 0,L, Offset-45) PlotShapes(IIf(Sell, shapeSquare, shapeNone),colorRed, 0, H, Offset40) PlotShapes(IIf(Sell, shapeSquare, shapeNone),colorOrange, 0,H, Offset50) PlotShapes(IIf(Sell, shapeDownArrow, shapeNone),colorWhite, 0,H, Offset-45) PlotShapes( shape, IIf( Buy, colorGreen, colorRed ),0, IIf( Buy, Low, High ) ) dist 2.5ATR(5) for( i 0 i lt BarCount i ) if( Buyi ) PlotText( quotBuynquot Closei, i, Lowi - disti, colorWhite ) if( Selli ) PlotText( quotsellnquot Closei, i, Lowi disti, colorWhite ) SECTIONBEGIN(quotemaquot) P ParamField(quotFieldquot) Type ParamList(quotTypequot, quotWeighted, Simple, Exponential, Double Exponential, Tripple Exponential, Wildersquot) Periods89 Param(quotPeriods180quot, 180, 2, 300 ) Displacement2 Param(quotDisplacement2quot, 2, -50, 50 ) Plot( EMA( P, Periods89 ), DEFAULTNAME(), colorWhite, styleDots, 0, 0, Displacement2 ) SECTIONEND() rjlCross(Lk, tar1) golCross(tar1,Lk ) PlotShapes(shapeHollowStarrjl, colorAqua,0,H,- 20) PlotShapes(shapeHollowStargol, colorViolet,0,L,20) SECTIONEND() for( i 0 i lt BarCount i ) if( bvei ) PlotText( quotABnquot. i, L i - disti, colorWhite, colorDarkBlue ) if( rfwi ) PlotText( quotASnquot. i, H i disti, colorWhite, colorRed ) SECTIONBEGIN(quotdayquot) TimeFrameSet( inDaily ) switch now to dayily TimeFrameRestore() restore time frame to original Plot( TimeFrameExpand( Oo, inDaily),quotquot, colorYellow,10304 styleNoLabel) cx Param(quotcxposnquot,476,0,1200,1) cy Param(quotcyposnquot, 500,0,1000,10 ) GfxSelectFont( quot Arial quot, 14, 98, False ) GfxSetTextColor(ColorRGB(10,250,250)) GfxTextOut(quotVolume. quot Volume quotquot, cx 20,cy 50) SECTIONBEGIN(quottomquot) function GetSecondNum() Time Now( 4) Seconds int( Time 100 ) Minutes int( Time 100 100 ) Hours int( Time 10000 100 ) SecondNum int( Hours 60 60 Minutes 60 Seconds ) return SecondNum RequestTimedRefresh( 1 ) TimeFrame Interval() SecNumber GetSecondNum() Newperiod SecNumber TimeFrame 0 SecsLeft SecNumber - int( SecNumber TimeFrame ) TimeFrame SecsToGo TimeFrame - SecsLeft xParam(quotxposnquot,99,0,1000,1) yP aram(quotyposnquot,40,0,1000,1) GfxRoundRect( x615, y530, x738, y499, 0,0 ) GfxSelectSolidBrush( ColorRGB( 230, 230, 230 ) ) GfxSelectPen( ColorRGB( 203, 25, 23 ), 3 ) if ( NewPeriod ) GfxSelectSolidBrush( colorYellow ) GfxSelectPen( colorYellow, 2 ) Say( quotNew periodquot ) GfxSetBkMode(1) GfxSelectFont( quotArialquot, 13, 800, False ) GfxSetTextColor(ColorRGB(220,10,150) ) GfxTextOut( quotTimeleftquotquot. quotNumToStr( SecsToGo, 1.0 ), x674, y507 ) GfxSetTextColor(ColorRGB(10,250,250)) GfxTextOut( ( quot Develop By quot),1150,y-45) GfxSetTextColor(ColorRGB(10,250,250)) GfxTextOut( ( quotFu2 Trading SYSTEM quot),1150,y-25) SECTIONBEGIN(quotRibbonquot) uptrendPDI()gtMDI()AND Signal()ltMACD() downtrendMDI()gtPDI()AND Signal()gtMACD() Plot( 1, efines the height of the ribbon in percent of pane width quotribbonquot, IIf( uptrend, colorLime, IIf( downtrend, colorRed, IIf(Signal()ltMACD(), colorLightGrey, colorLightGrey ))), choose color styleOwnScalestyleAreastyleNoLabel, -.05,50 ) SECTIONEND() This one works 100 if not then scroll up and clcik on download button Cut your losses quickly, without hesitation. Buy right, sit tight. It was never my thinking that made the big money for me, it always was sitting. Jesse Livermore When it chnages 30 a day There is only one side to market and thats Right side Last edited by SuperSaiyan 2nd March 2017 at 08:46 PM. Sir can you please explain how to use This Ar Trading System for entry amp exit of a trade. Dzięki
No comments:
Post a Comment