Thursday 26 October 2017

Jim Berg Sistema De Comercio Para Amibroker


Febrero de 2005 CONSEJOS DE COMERCIANTES Aquí está la selección de los meses de Consejos de Traders, aportados por varios desarrolladores de software de análisis técnico para ayudar a los lectores a implementar más fácilmente algunas de las estrategias presentadas en este y otros temas. Puede copiar estas fórmulas y programas para facilitar su uso en su hoja de cálculo o en su software de análisis. Simplemente seleccione el texto deseado resaltando como lo haría en cualquier programa de procesamiento de texto, luego utilice el comando de tecla estándar para copiar o elija copiar en el menú del navegador. El texto copiado puede pegarse en cualquier hoja de cálculo abierta u otro software seleccionando un punto de inserción y ejecutando un comando de pegado. Al alternar entre una ventana de la aplicación y la página Web abierta, los datos se pueden transferir con facilidad. TRADESTATION: LA VERDAD SOBRE VOLATILIDAD El artículo de Jim Bergs en este número, The Truth About Volatility, describe un sistema para cribar datos semanales para identificar candidatos y usar datos diarios para ingresar y administrar posiciones. La implementación de TradeStation comienza con una RadarScreen semanal que identifica existencias con una serie continua de máximos más altos y bajos más altos. El RadarScreen representado en la Figura 1 se establece para clasificar a los nuevos candidatos en la parte superior de la lista. Al hacer clic en el símbolo, los gráficos diarios y semanales vinculados muestran las historias de precios recientes. El gráfico diario contiene una estrategia que implementa las reglas de comercio de artículos. FIGURA 1: TRADESTACIÓN, SISTEMA DE VOLATILIDAD. Aquí hay un ejemplo de Radarscreen de Tradestation basado en el artículo de Jim Bergs en este número. La técnica analiza datos semanales para identificar a los candidatos comerciales, pero usa datos diarios para ingresar y administrar posiciones. El gráfico diario contiene una estrategia que implementa las reglas de comercio de artículos. El código mostrado aquí se puede descargar desde TradeStationWorld. Busque el archivo JBVolatility. ELD. Además, el espacio de trabajo fotografiado estará disponible con el archivo de código. Indicador: JB Volatilidad Entradas de estratagema: SuperiorHighRange (20), LowestLowRange (20), LongATRLen (10), LongTrailLen (15), LongProfitTakerLen (13), WeeklyAverageLength (34), RSIEntryThreshold (30), RSILength (7), RSISignalLen ), RecentLowLen (3) variables: LowLow (0), LongATR (0), LongTot (0), LongStop (0), LongProfitTarget (0), WeeklyAverage (0), RSISignalCounter (0), MP (0), ImmedStop 0), LongStopCrossed (Falso), MaxLongStop (0) Valor1 RSI (cerrar, RSILength) si Valor1 cruza sobre RSIEntryThreshold y cerrar media (Close, 345) y MarketPosition 0 entonces RSISignalCounter 0 RSISignalCounter RSISignalCounter 1 WeeklyAverage media (Close, WeeklyAverageLength 5) LowestLow más bajo (Low, LowestLowRange) LongATR AvgTrueRange (LongATRLen) EntryLong LowestLow 2LongATR LongStop más alta (H, LongTrailLen) - 2LongATR LongProfitTarget XAverage (alta, LongProfitTakerLen) 2LongATR MP MarketPosition si MP 0 luego comenzar LongStopCrossed Falso extremo MaxLongStop LongStop más si LongStop MaxLongStop entonces MaxLongStop LongStop Si Cerrar WeeklyAverage y MarketPosition 0 y WeeklyAverage WeeklyAverage5 y RSISignalCounter ls RSISignalLen entonces empiece Compre la siguiente barra en EntryLong stop Sell (LowerLow) siguiente barra en Lower (Low, RecentLowLen) stop Sell (Beneficio Target1) barra siguiente en LongProfitTarget límite final si MP1 0 y MP 1 a continuación, comenzar a finales RSISignalCounter RSISignalLen ImmedStop más bajo (Low, RecentLowLen 1) si MarketPosition 1 y Close1 lt MaxLongStop y cerrar MaxLongStop y LongStopCrossed Falso entonces LongStopCrossed True si MarketPosition 1 y cerrar lt MaxLongStop y Close1ltMaxLongStop y LongStopCrossed luego vender (LongVolStop) próximo mercado de barras Else if MarketPosition 1 luego Sell (ImmedStop) barra siguiente en ImmedStop stop if MarketPosition 1 then Sell siguiente barra en LongProfitTarget limit Indicador: JBVolatility inputs: HighestHighRange (20), LowestLowRange (20), LongATRLen (10), LongTrailLen (15), LongProfitTargetLen (0), LongStop (0), LongProfitTarget (0) Menor Menor (Menor) Menor (Menor) Menor (Menor) Menor (Menor Menor) LongTrailLen) - 2LongATR LongProfitTarget XAverage (alta, LongProfitTargetLen) 2LongATR Plot1 (EntryLong, Long) Plot2 (LongStop, LongStop) Plot3 (LongProfitTarget, Target) Plot4 (LowestLow, LowestL) Indicador: entradas JBScreen: Precio (Cerrar), RetracePct (5) , LineColor (Amarillo), LineWidth (1), ShowAge (False), CSThreshold (3) NewSwingPrice SwingHigh (1, Price, 1, 2) si NewSwingPrice lt -1 comienza si TLDir lt 0 y NewSwingPrice SwingPrice RetraceFctrUp comienza entonces SaveSwing true AddTL true TLDir 1 end else si TLDir 1 y NewSwingPrice SwingPrice entonces comienza SaveSwing true UpdateTL true end end else comienza NewSwingPrice SwingLow (1, Price, 1, 2) si NewSwingPrice lt -1 comienza si TLDir 0 y NewSwingPrice lt SwingPrice RetraceFctrDn entonces empieza SaveSwing true AddTL true TLDir -1 fin else si TLDir -1 y NewSwingPrice lt SwingPrice entonces comienza SaveSwing true UpdateTL true end end end si SaveSwing entonces comienza SwingPrice NewSwingPrice SwingDate Fecha1 SwingTime Time1 SaveSwing final falso si AddTL comienza TLRef TLNew (SwingDate, SwingTime, SwingPrice, SwingDate1, SwingTime1, SwingPrice1) si SwingPrice SwingPrice1 luego comenzar OldSwingLowPrice SwingLowPrice SwingLowPrice SwingPrice1 si SwingLowPrice OldSwingLowPrice luego ConsecutiveSwings ConsecutiveSwings 1 else ConsecutiveSwings 0 extremo más si SwingPrice lt SwingPrice1 entonces comienzan OldSwingHighPrice SwingHighPrice SwingHighPrice SwingPrice1 si SwingHighPrice OldSwingHighPrice luego ConsecutiveSwings ConsecutiveSwings 1 else ConsecutiveSwings 0 finales TokenCS ConsecutiveSwings TLSetExtLeft (TLRef, falsa) TLSetExtRight (TLRef, falsa) TLSetSize (TLRef, LineWidth) TLSetColor (TLRef, LineColor) addtl falso extremo más si UpdateTL luego comenzar TLSetEnd (TLRef, SwingDate, swingtime, SwingPrice) UpdateTL falsa final si Close1 lt SwingHighPrice y Cerrar SwingHighPrice y TokenCS consecutiveswings luego TokenCS TokenCS 1 si Cerca lt SwingPrice TokenCS (1-RetracePct / 100) y Close1 SwingPrice (1-RetracePct / 100) y SwingPrice lt SwingHighPrice continuación, 0 si TokenCS 0 entonces Plot1 (TokenCS, Swings) si ShowAge y TokenCS CSThreshold y TokenCS1 lt CSThreshold entonces comienza Age 0 end if TokenCS CSThreshold entonces Age Age 1 else si TokenCS 0 entonces Edad 9999 si Showage entonces plot2 (Edad, Edad) Indicador: JBRSICross: entradas: EntryThreshold (30), RSILength ) Value1 RSI (close, RSILength) si Value1 atraviesa EntryThreshold y Close Average (Close, 345) luego Plot1 (Close) --Mark Mills TradeStation Securities, Inc. Una filial de TradeStation Group, Inc. WEALTH-LAB: LA VERDAD ACERCA DE LA VOLATILIDAD Hemos creado un ChartScript configurable que incorpora las reglas del sistema de comercio del artículo de Jim Bergs en este número, The Truth About Volatility. Sin embargo, la condición de configuración de los máximos más altos y de los mínimos más bajos en un gráfico semanal es bastante subjetiva, ya que los precios deben volver por algún valor o porcentaje para crear picos y valles medibles. Como resultado, nos conformamos con una media móvil semanal de 34 periodos con precios de cierre por encima de este promedio para completar la configuración (Figura 2). FIGURA 2: WEALTH-LAB, SISTEMA DE VOLATILIDAD. Utilizando un máximo de 2 tamaños de riesgo, el sistema de comercio agregó 10,760 de beneficio a una cartera de 100,000 en aproximadamente seis años (después de deducir 8 / comisiones comerciales) al negociar solo con Boeing. En esta prueba, usamos dos cierres sucesivos debajo de la parada de volatilidad-arrastre como la salida. Habilitar a JB Profit Taker redujo los beneficios a sólo 4.928 en el mismo período. El canal de regresión para cada operación se dibuja automáticamente. Al cambiar las constantes booleanas en la parte superior del script, puede activar / desactivar JB Profit Taker o cambiar de la salida estándar a la aplicación de la parada final, la última de las cuales parece ser más efectiva. Además, algunas pruebas revelaron que tomar ganancias demasiado rápido redujo en gran medida la rentabilidad general del sistema. Por último, tenga en cuenta que el código utiliza la instrucción SetRiskStopLevel. Al asignar un nivel de parada para una posición, está dibujando una línea en la que el precio de salida del comercio de una pérdida. Si lo hace, puede implementar un algoritmo de tamaño de posición de porcentaje de riesgo máximo para cada operación. Posicionamiento de tamaño por sí solo tiene un gran efecto sobre el resultado de cualquier estrategia comercial, y Wealth-Lab hace fácil experimentar con las innumerables posibilidades. Wealth-Lab código de la secuencia de comandos: const UseJBProfitTarget false const UtilizarStdExit false / false usa Trailing Parar exit var Bar, wBar, p, h2, h2ATR, hwSMA, hEntry, hExit, hRSI, hTStop, hJBtgt, rPane, aPane: integer var bSetup, H2ATR: MultiSeriesValue (ATRSeries (10), 2) hJBtgt: AddSeries (EMASeries (Alto, 13), h2ATR) hEntry: AddSeries (LowestSeries (Low, 20), h2ATR) hTStop: HighestSeries (SubtractSeries (Close, h2ATR), 15) Hexit: SubtractSeries (HighestSeries (alta, 20), h2ATR) SetScaleWeekly hwSMA: SMASeries (Close, 34) RestorePrimarySeries HideVolume PlotStops rPane: CreatePane (75, true, true) aPane: CreatePane (75, false, true) PlotSeriesLabel (DailyFromWeekly (hwSMA), 0, gris, grueso, semanal SMA (34)) PlotSeriesLabel (hRSI, rPane, Olive, Thick, RSI ) () ()) () () () () () () () () () () () () () PlSeriesLabel (hEntry, 0, Azul, Delgado, Si se utiliza la opción de JBProfitTarget, entonces PlotSeriesLabel (OffSetSeries (hJBtgt, -1), 0, Verde, Dotted, JB ProfitTaker) para la Barra (PlotSeriesLabel (OffSetSeries (hTStop, -1), 0, Fuchsia, Dotted, Volatility TStop) : 170 to BarCount - 1 do begin C: PriceClose (Barra) if C lt hExitBar then SetBarColor (Bar, Red) else si C hEntryBar entonces SetBarColor (Barra, Azul) else SetBarColor (Barra, Negro) if LastPositionActive then begin p: LastPosition Si no SellAtStop (Bar 1, fStop, p, Stop) entonces comience si UseStdExit entonces Xit1: C lt hExitBar más Xit2: (C lt hTStopBar) y (PriceClose (Bar-1) ltshttopBar) si Xit1 o Xit2 entonces SellAtMarket 1, p, TStop) else si UseJBProfitTarget then SellAtLimit (Barra 1, hJBtgtBar, p, JBProfitTgt) end end else begin si CrossUnderValue (Barra, hRSI, 30) entonces bSetup: true else si CrossOverValue (Bar, hRSI, 70) entonces bSetup : False wBar: GetWeeklyBar (Barra) si bSetup y (ROC (wBar, hwSMA, 2) 0) y (C hwSMAwBar) y CrossOver (Bar, Close, hEntry) entonces comience fStop: Menor (Barra, Bajo, 20) AMRIBRADOR: LA VERDAD SOBRE LA VOLATILIDAD En la verdad sobre la volatilidad, Jim Berg presenta cómo utilizar varias medidas bien conocidas de la volatilidad, como el promedio de la volatilidad True range (ATR) para calcular los niveles de entrada, arrastre y toma de ganancias. Implementación de las técnicas presentadas en el artículo es muy simple con el AmiBroker Formula Language (Afl), y toma sólo unas pocas líneas de código. El Listado 1 muestra la fórmula de que las parcelas tienen un código de colores, líneas de trailing stop y ganancias, así como una cinta coloreada que muestra señales de entrada y salida basadas en la volatilidad. El índice de fuerza relativa (RSI) utilizado por Berg es un indicador incorporado en AmiBroker, por lo que no es necesario ningún código adicional. Vea la Figura 3 para un ejemplo. FIGURA 3: AMIBROKER, SISTEMA DE VOLATILIDAD. Aquí está una muestra de AmiBroker gráfico que demuestra las técnicas de Jim Bergs artículo en este número. LISTING 1 Señal de entrada C (LLV (L, 20) 2 ATR (10)) ExitSignal C lt (HHV (H, 20) - 2 ATR (10)) Color IIf (EntrySignal, colorBlue, IIf (ExitSignal, colorOrange, colorGrey50) TrailStop HHV (C-2 ATR (10), 15) ProfitTaker EMA (H, 13) 2 ATR (10) / tabla de precios de trazado y paradas / Trazado (TrailStop, Trailing stop, colorBrown, styleThick styleLine) Trazado (ProfitTaker, Profit taker) , ColorLime, styleThick) Trama (C, Precio, Color, styleBar styleThick) / plot color ribbon / Plot (1,, Color, styleArea styleOwnScale styleNoLabel, -0.1, 50) --Tomasz Janeczko, AmiBroker amibroker VOLVER eSIGNAL: LA VERDAD SOBRE LA VOLATILIDAD Para este artículo de los meses de Jim Berg, La verdad sobre la volatilidad, hemos proporcionado los tres indicadores siguientes, como se indica en la barra lateral: indicador de ganancia de volatilidad (Figura 5) y punto de suspensión de volatilidad P15 (Figura 6) . Los tres estudios tienen opciones para configurar los parámetros del estudio, así como el grosor de las líneas indicadoras, a través de la opción Editar estudios (Opciones de gráficos - Editar estudios). FIGURA 4: eSIGNAL, LA VERDAD SOBRE LA VOLATILIDAD. Esta es una demostración del indicador del asesor de entrada de volatilidad en eSignal. FIGURA 5: eSIGNAL, LA VERDAD SOBRE LA VOLATILIDAD. Aquí hay una demostración del indicador de ganancia de volatilidad en eSignal. FIGURA 6: eSIGNAL, LA VERDAD SOBRE LA VOLATILIDAD. A continuación se muestra una demostración de la parada final de volatilidad en eSignal. El estudio RSI en la imagen de gráfico para el Asesor de entrada se aplica por separado seleccionando el estudio de Estudios básicos en el menú Opciones de gráfico. Para discutir estos estudios o descargar copias de las fórmulas, visite el foro de la Mesa de Discusión de la Biblioteca Efs bajo el enlace Boletines en esignalcentral. Esta es una implementación del asesor de entrada de volatilidad en eSignal: / Provided By. ESignal (c) Copyright 2004 Descripción: Volatility Entry Advisor - por Jim Berg Notas: Febrero 2005 Issue - La Verdad Acerca de la Volatilidad function preMain () setPriceStudy (true) setStudyTitle (Asesor de Entrada de Volatilidad) setCursorLabelName (Entry, 0) setCursorLabelName (Exit, 1 ) setDefaultBarThickness (2, 0) setDefaultBarThickness (2, 1) setDefaultBarFgColor (Color. green, 0) setDefaultBarFgColor (Color. khaki, 1) // Fórmula Parámetros var FP1 nueva FunctionParameter (nATRlen, FunctionParameter. NUMBER) fp1.setName (Periodos ATR Fp1.setLowerLimit (1) fp1.setDefault (10) var fp2 nuevo FunctionParameter (nDonlen, FunctionParameter. NUMBER) fp2.setName (Periodos LL y HH) fp2.setLowerLimit (1) fp2.setDefault (20) // Parámetros de estudio var Sp1 nuevo FunctionParameter (nThick, FunctionParameter. NUMBER) sp1.setName (Espesor) sp1.setDefault (2) var bEdit true var vATR nulo var vDonchian null var vColor Color. grey función principal (nATRlen, nDonlen, nThick) if (bEdit true) VATR nueva ATRStudy (nATRlen) vDonchian nueva DonchianStudy (nDonlen, 0) setDefaultBarThickness (NTHICK, 0) setDefaultBarThickness (NTHICK, 1) EDITARBLOQUE falsa var nState getBarState () si (nState BARSTATENEWBAR) var ATR vATR. getValue (ATRStudy. ATR) HHV var vDonchian. getValue (DonchianStudy. UPPER) vDonchian. getValue var LLV (DonchianStudy. LOWER) si (ATR nula HHV nula nula LLV) de retorno var vEntryLine LLV (2ATR) var vExitLine HHV-(2ATR) var c close () si (c vEntryLine ) VColor Color. blue else if (c lt vExitLine) vColor Color. red setPriceBarColor (vColor) return // devuelve nuevo Array (vEntryLine, vExitLine) / Provided By. ESignal (c) Copyright 2004 Descripción: Volatility Profit Indicator - por Jim Berg Notas: Febrero 2005 Issue - La Verdad Acerca de la Volatilidad function preMain () setPriceStudy (true) setStudyTitle (Indicador de Volatilidad) setCursorLabelName (VProfit, 0) setDefaultBarThickness (2, 0) ) setDefaultBarFgColor (Color. lime, 0) // Parámetros de fórmula var FP1 nueva FunctionParameter (nATRlen, FunctionParameter. NUMBER) fp1.setName (Periodos ATR) fp1.setLowerLimit (1) fp1.setDefault (10) var FP2 nueva FunctionParameter (nMovlen, // Parámetros de estudio var sp1 nuevo FunctionParameter (nThick, FunctionParameter. NUMBER) sp1.setName (Espesor) sp1.setDefault (2) fp2.setName (Períodos MA) fp2.setLowerLimit (1) principal (nATRlen, nMovlen, NTHICK) si (EDITARBLOQUE cierto) VATR nueva ATRStudy (nATRlen) vMA nueva MAStudy (nMovlen, 0, alta, MAStudy. EXPONENTIAL) setDefaultBarThickness (NTHICK, 0) EDITARBLOQUE var EDITARBLOQUE cierto var var VATR nula vMA función nula var falsa nState getBarState () si (nState BARSTATENEWBAR) var ATR vATR. getValue (ATRStudy. ATR) var MA vMA. getValue (MAStudy. MA) si (ATR nula nula MA) de retorno var vProfitLine (MA (2ATR)) / generados por las . eSignal (c) Copyright 2004 Descripción: La volatilidad Stop dinámico P15 - por Jim Berg Notas: Febrero 2005 - Problema: La verdad sobre la función de la volatilidad preMain () setPriceStudy (verdadero) setStudyTitle (Volatilidad Stop dinámico P15) setCursorLabelName (VStop, 0) setDefaultBarThickness (2 (0) fp1.setDefault (10) // Parámetros del estudio var (fp1) Parámetros de la variable var fp1 new FunctionParameter (nATRlen, FunctionParameter. NUMBER) fp1.setName (Periodos ATR) fp1.setLowerLimit Sp1 nuevo FunctionParameter (nThick, FunctionParameter. NUMBER) sp1.setName (Espesor) sp1.setDefault (2) var bEdit true var vATR nulo var aStop nuevo Array (15) function principal (nATRlen, nThick) if (bEdit true) vATR nuevo ATRStudy (nATRlen) setDefaultBarThickness (NTHICK, 0) EDITARBLOQUE falsa var nState getBarState () si (nState BARSTATENEWBAR) aStop. pop () aStop. unshift (0) var ATR vATR. getValue (ATRStudy. ATR) si (ATR nulo) de retorno var c AStop0 vStop var vStop15 vStop para (var i 0 i lt 15 i) vStop15 Math. max (aStopi, vStop15) --Jason Keck eSignal, una división de Interactive Data Corp. 800 815-8256, esignalcentral NEUROSHELL TRADER: LA VERDAD SOBRE LA VOLATILIDAD El sistema de negociación de volatilidad de Jim Bergs se puede implementar fácilmente en NeuroShell Trader combinando algunos de los indicadores de NeuroShell Traders 800. Para crear el sistema de comercio de volatilidad, seleccione Nueva estrategia de negociación. En el menú Insertar e ingrese las siguientes condiciones de entrada y salida en las ubicaciones apropiadas del Asistente para estrategia de negociación: Genere una orden de compra de MERCADO largo si TODAS las siguientes condiciones son verdaderas: AB (Close, Add2 (PriceLow (Low, 20), Multiply (2, AverageTrueRange (High, Low, Close, 10))) Generar una orden de venta de MERCADO corto si uno de los siguientes es cierto: AltB (Close, Subtract (PriceHigh (High, 20) Bajo, Cerrar, 10))) Alt (Max, Close, 2), Max (Restar (Cerrar, Multiplicar (2, MediaTrueRange (Alta, Baja, Cerrar, 10) (High, 13), Multiply (2, AverageTrueRange (High, Low, Close, 10))) Si tiene NeuroShell Trader Professional, también puede elegir si los parámetros del sistema deben ser optimizados. Los usuarios de NeuroShell Trader pueden acudir a la sección Stocks amp Commodities del sitio web de soporte técnico gratuito de NeuroShell Trader para descargar un gráfico de muestra que incluye el promedio de transacciones de comercio de volatilidad. Verdadero rango (ATR) utilizado anteriormente y el sistema de comercio de volatilidad. En su artículo sobre la verdad sobre la volatilidad, Jim Berg describe su metodología para el comercio utilizando indicadores de volatilidad (véase la figura 7). FIGURA 7: TRADINGOLUTIONS, INDICADORES DE VOLATILIDAD. Aquí hay una muestra de TradingSolutions gráfico que muestra la volatilidad trailing stop, tomador de ganancias de volatilidad, y los indicadores de la entrada de volatilidad de prueba con el precio y RSI. Los indicadores individuales que utiliza en sus estudios de gráficos se pueden introducir en TradingSolutions de la siguiente manera: Nombre: JB Volatilidad Línea de entrada Nombre corto: JBVEntryLine Entradas: Close, High, Low Fórmula: Add (Menor (Bajo, 20), Mult (2, ATR (Close, High, Low, 10))) Nombre: JB Volatility Exit Line Nombre corto: JBVExitLine Entradas: Close, High, Low , 10))) Nombre: JB Volatilidad Trailing Stop Nombre corto: JBVTrailingStop Entradas: Close, High, Low Fórmula: Más alto (Sub (Close, Mult (2, ATR) : JB Volatility Profit Taker Nombre corto: JBVProfitTaker Entradas: Close, High, Low Fórmula: Añadir (EMA (Alto, 13), Mult (2, ATR (Close, High, Low, 10))) Nombre: JB Volatility Entry Test Nombre corto: JBVEntryTest Entradas: Close, High, Low Fórmula: GT (Close, JBVEntryLine (Close, High, Low) ) Si bien el sistema es principalmente un estudio gráfico, las técnicas descritas en el artículo se pueden aproximar utilizando un sistema de entrada / salida. Observe que en los ejemplos, Berg entra en sus operaciones cuando la prueba de entrada se vuelve falsa. Nombre: JB Volatility Trading System Entradas: Close, High, Low Entrada Long (cuando todas son verdaderas): 1. CrossBelow (Close, JBVEntryLine (Close, High, Low)) 2. GE (Close, JBVExitLine (Close, High, Low) ) 3. GE (Más alto (Alto, 20), Más alto (Alto, 40)) 4. GE (Más bajo, más bajo, más bajo) 6. Not (Dec (MA (Close, 170))) 7. LT (Menor (RSI (Close, 7), 20), 30) 8. Not (SystemIsLong ()) Exit Long (cuando any are true) (Cerrar, Alto, Bajo) 3. GT (Close, JBVProfitTaker (Close, High, Low) Estas funciones están disponibles en una función Que puede ser descargado desde el sitio web de TradingSolutions (tradingsolutions) en la sección Biblioteca de soluciones. Como con muchos indicadores, estos valores pueden hacer buenas entradas a las predicciones de red neuronal. Gary Geniesse NeuroDimension, Inc. 800 634-3327, 352 377- 5144 tradingsolutions NEOTICKER: LA VERDAD ACERCA DE LA VOLATILIDAD Los indicadores de entrada, salida, stop y toma de beneficios de la volatilidad, junto con los gráficos de las barras destacadas mostradas en el artículo The Truth About Volatility escrito por Jim Berg, se pueden implementar en NeoTicker usando el lenguaje formula . Gráfico de tendencias ascendentes Este gráfico utiliza el indicador NeoTicker Color Plot Formula 2 para pintar las barras que tienen la característica de tendencia ascendente. Primero, agregue una serie de datos semanales. Después de cargar la serie de datos, agregue una media móvil. Estos dos constituirán la base para las barras de resaltado. Agregue el indicador Color Plot Formula 2. En la pestaña Enlaces de indicadores, elija los datos semanales como Enlace 1 y el promedio móvil de 34 semanas como Enlace 2. A continuación, copie y pegue (en Traders o TickQuest) el código de comparación que se muestra en el Listado 1 en el campo Fórmula. Cambie el campo Precio alto a h y el campo Precio bajo a l. En la lista desplegable de selección de color, seleccione Color 2 como ninguno y Color 3 como ninguno. El indicador resultante tendrá todas las barras pintadas en un gráfico semanal Boeing con una tendencia al alza (Figura 8). FIGURA 8: NEOTICKER, INDICADORES DE VOLATILIDAD. A continuación, se muestra un gráfico de muestra que muestra un gráfico de tendencia ascendente. Gráfico de retención de ganancias y arrastradores Este gráfico utiliza la fórmula de indicadores de NeoTicker para trazar el indicador de retención de volatilidad y de volatilidad. Agregue una serie de datos semanales. A continuación, agregue la parada final de volatilidad agregando un indicador de fórmula en la serie de datos. En el campo Plot del indicador, ingrese el código mostrado en el Listado 2 y pulse el botón Aplicar para continuar. A continuación, agregue el indicador de toma de ganancias de volatilidad agregando otro indicador de Fórmula en el campo Plot, ingrese el código mostrado en el Listado 3. Pulse el botón Aplicar para agregar el indicador al gráfico (Figura 9). FIGURA 9: NEOTICKER, INDICADORES DE VOLATILIDAD. A continuación, se muestra una muestra de NeoTicker toma de ganancias y trailing-stop gráfico. Código del sistema El sysvola tiene un parámetro entero, el tamaño del comercio. Este indicador (Listado 4) combina los indicadores de entrada, salida, arrastre y toma de beneficios de la volatilidad en un sistema de comercio completo y traza la curva de patrimonio resultante. Listado 1 (data1.high (0) data1.high (1) y data1.low (0) data1.low (1)) y (data1.close (0) data2.close (0)) y (data2.close 0) data2.close (1)) Listado 2 hhv (c - (2avgtruerange (0, data1,10)), 15) Listado 3 qcxaverage (0, data1.H, 13) 2avgtruerange (data1,10) (C, 10)), param1, salida de volatilidad) P15: hhv (c (10)), param1, entrada de volatilidad) (C, 10), 15) longexitstop (posición abierta en 0 y posición abierta) (posición abierta, nivel de precio más alto - parámetro2) posición abierta en posición de precio mayor y precio de cltP15 y c (1) ltP15 (1), P15, param1, Long Trail Stop) VolaProfit: qcxaverage (c, 13) 2avgtruerange Una versión descargable del sistema y los indicadores estarán disponibles a través del NeoTicker Yahoo User Group y los sitios web de TickQuest. --Kenneth Yuen, TickQuest Inc. tickquest AIQ: LA VERDAD SOBRE LA VOLATILIDAD Este código Aiq se basa en el artículo de Jim Bergs en este número, The Truth About Volatility. Las figuras 10 y 11 muestran muestras de los indicadores de volatilidad de JB. FIGURA 10: INDICADOR DE VOLATILIDAD AIQ, JB FIGURA 11: INDICADOR DE VOLATILIDAD AI, INDICADOR DE VOLATILIDAD JB INDICADORES DE VOLATILIDAD JB SISTEMA Autor: Jim Berg, TASC Feb 2005 Codificado por: Richard Denning 12/9/04 DEFINIR PARÁMETROS: 2. Número de ATR Definir W1 7. Retroceso RSI Definir R1 30. Nivel de sobrevendido RSI Definir D1 5. Mirar hacia atrás para sobreventa Definir P1 20. Menor bajo Definir P2 15. Parar de arrastre Definir P3 13. PT ABREVIATURAS DE CODIFICACIÓN: H es alta. L es baja. C está cerca. C1 es val (cerrado, 1). INDICADORES DE TENDENCIA HH20 es un resultado alto (H, 20). HH20x20 es un resultado alto (H, 20, 20). LL20 es resultado bajo (L, 20). LL20x20 es de baja resolución (L, 20, 20). MA34w es simpleavg (C, 345). UpTrend si HH20 HH20x20 y LL20 LL20x20 y C MA34w. PROMEDIO TRUE RANGE TR es máximo (H-L, máximo (abs (C1-L), abs (C1-H))). ATR es expAvg (TR, F1). WILDERS RSI INDICADOR U es C - C1. D es C1 - C. L3 es 2 W1 - 1. AvgU3 es ExpAvg (iff (U0, U, 0), L3). AvgD3 es ExpAvg (iff (D0, D, 0), L3). RSI es 100- (100 / (1 (AvgU3 / AvgD3))). LARGA ENTRADA OS si RSI lt R1. LE si C Bajo resultado (L, P1) A1ATR y countof (OS, D1) 1 y UpTrend y Clt20 y C1. LONG EXIT TRAILING STOP TS es un resultado alto (C - A1ATR, P2). LXTS en caso de cont. (C lt TS, 2) 2. JB VOLATILIDAD PROFIT TAKER PT es expavg (H, P3) A1ATR. LXPT si C PT. COMBINADO LONG EXIT LX si LXTS o LXPT. --Richard Denning aiq INVESTOR / RT: LA VERDAD SOBRE LA VOLATILIDAD El sistema de volatilidad descrito por Jim Berg en su artículo esta cuestión puede ser implementado como un sistema de trading en Investor / RT con las siguientes reglas / señales: TAVMaintenance (Acción: NONE) IF (SET 1) ENTONCES (SET (V1, 0)) IF (RSI lt 30) ENTONCES (SET (V1, -1)) IF (RSI 70) SET (V2, SMIN (V2, CL 2 TR)) Y SET (V4, M 2 TR)) SI (POSTATE POSSHORT) ENTONCES - 2 TR)) TAVShort (Acción: SELLSHORT 100 Acciones) V1 1 Y CL lt (STATHI - 2 TR) Y CL.1 (STATHI.1 - 2 TR.1) Y SET (V2, STATHI) 100 Acciones) V1 -1 Y CL (STATLO 2 TR) Y CL.1 lt (STATLO.1 2 TR.1) Y SET (V2, STATLO) TAVCover (Acción: COVERSHORT Todas las Acciones) (CL V2 Y CL.1 V2 ) O CL V4 El gráfico Inversor / RT de la Figura 12 muestra claramente varios aspectos del sistema a través del Indicador Técnico del Sistema de Negociación. Las cajas verdes encapsulan operaciones largas, mientras que las cajas rojas se envuelven alrededor de oficios cortos. El sombreado verde representa el beneficio (mientras que el rojo representa la pérdida). El precio de entrada se anota en la esquina superior izquierda de la caja y la ganancia / pérdida se anota en la esquina inferior derecha al completarse el comercio. La línea escalonada roja representa la pérdida de parada, mientras que la línea azul representa el JB Volatility Profit Taker. El RSI de siete períodos se grafica en el panel inferior. FIGURA 12: INVESTOR / RT, LA VERDAD SOBRE LA VOLATILIDAD. Este boletín diario de Boeing (BA) muestra el indicador del sistema de comercio en el panel superior, superponiendo las velas diarias. Las líneas escalonadas en rojo representan la parada de arrastre, mientras que las líneas escalonadas azules representan la JB Volatility Profit Taker. El panel inferior muestra el RSI de siete períodos. Tomando un vistazo más de cerca a las reglas dadas anteriormente, TAVMaintenance básicamente inicializa la variable V1 a 0 en la primera barra (Pos se configura como barras desde el inicio de los datos). En las barras subsiguientes, establece V1 a 1 si RSI está por encima de 70 y -1 si RSI es inferior a 30. V1 ahora se puede usar en reglas posteriores para notificarnos si RSI es pasado por encima de 70 (1) o por debajo de 30 -1). Esta regla también mantiene nuestros valores stop (V2) y profit taker (V4) que se hacen referencia en las subsiguientes reglas de salida. La regla TAVShort busca que el precio caiga por debajo del récord reciente (20 periodos) menos el doble de ATR (10 periodos), así como el RSI que viene por encima de 70 (V1 1). Esta regla también inicializa nuestra parada (V2). La regla TAVBuy busca que el precio suba por encima del mínimo reciente (20 periodos) más dos veces el ATR (10 periodos), así como el RSI que viene por debajo de 30 (V1 -1). Esta regla también inicializa nuestra parada (V2). Las reglas de TAVCover y TAVSell salen de nuestras posiciones cuando el precio cae fuera de nuestra parada (V2) por dos barras consecutivas, o el precio supera nuestro nivel de ganancia (V4). Para hacer las cosas más fáciles para cualquier usuario de Investor / RT que sea interesante en la implementación de este sistema, he dedicado una página web al sistema Truth About Volatility en la siguiente ubicación: linnsoft / projects / volatility En esta página puede descargar e importar Y el sistema de comercio mencionado anteriormente. El indicador del sistema de comercio mencionado anteriormente también se puede utilizar para el comercio automatizado. Para más detalles, vea: linnsoft / autotrading / Otros enlaces relacionados: linnsoft / tour / techind / tsysi. htm linnsoft / tour / tradingSystems. htm linnsoft / tour / techind / stat. htm linnsoft / tour / techind / trueRange. htm - Chad Payne, Linn Software linnsoft, infolinnsoft TRADE NAVIGATOR: LA VERDAD SOBRE LA VOLATILIDAD En las versiones Gold y Platinum de Trade Navigator, puede crear funciones personalizadas para mostrarlas en la gráfica como indicadores o barras resaltadas. Muchas de las funciones necesarias para crear los indicadores y destacar las barras descritas por el autor Jim Berg en The Truth About Volatility en este número ya están incluidas en Trade Navigator. Para crear los indicadores y las barras de resaltado para La verdad sobre la volatilidad en Trade Navigator, siga estos pasos: Entrada ATR Resalte 1. Vaya al menú Edición y haga clic en Funciones. Esto mostrará la Caja de herramientas de Traders ya configurada en la pestaña Funciones. 2. Haga clic en el botón Nuevo. 3. Escriba la fórmula Cerrar (Más bajo (Bajo 20) 2 Intervalo promedio real (10)) en la ventana Función. 4. Haga clic en el botón Verificar. 5. Haga clic en el botón Guardar, escriba ATR Entry Highlight como el nombre de la función y, a continuación, haga clic en el botón Aceptar. ATR exit Highlight 1. Vaya a la pestaña Funciones de Traders Toolbox. 2. Haga clic en el botón Nuevo. 3. Escriba la fórmula Close lt (Highest (High) 20) - 2 Avg True Range (10)) en la ventana Function. 4. Haga clic en el botón Verificar. 5. Haga clic en el botón Guardar, escriba ATR Salir resaltado como el nombre de la función y, a continuación, haga clic en el botón Aceptar. Parada de volatilidad de ATR 1. Vaya a la pestaña Funciones de Traders Toolbox. 2. Haga clic en el botón Nuevo. 3. Escriba la fórmula más alta (Close - 2 Avg True Range (10) 15) en la ventana Function. 4. Haga clic en el botón Verificar. 5. Haga clic en el botón Guardar, escriba ATR Volatility Stop como nombre para la función y, a continuación, haga clic en el botón Aceptar. Volatility Profit Taker 1. Vaya a la pestaña Funciones de Traders Toolbox. 2. Haga clic en el botón Nuevo. 3. Escriba la fórmula MovingAvgX (High. 13) 2 Avg True Range (10) en la ventana Function. 4. Haga clic en el botón Verificar. 5. Haga clic en el botón Guardar, escriba Volatility Profit Taker como nombre para la función y luego haga clic en el botón Aceptar. Para agregar sus nuevos indicadores y barras de resaltado a su gráfico, siga estos pasos: 1. Haga clic en el gráfico para asegurarse de que es la ventana activa. 2. Type the letter A. 3. Click on the Indicators tab to add an indicator, or the Highlight Bars tab to add a highlight bar. 4. Double-click on the name of the indicator or highlight bar you wish to add. The average true range indicator is already provided in Trade Navigator under the indicator name Avg True Range. You can apply this indicator to your chart and drag it into the price pane by clicking and dragging the name on the chart after it is applied. To overlay the Avg True Range, simply singleclick on its name on the chart, place a checkmark in the box marked Overlay, and click the OK button. For your convenience, Genesis Financial has created a special file that you can download through Trade Navigator, which will add the Truth About Volatility indicators to Trade Navigator for you. Simply download the free special file SandC003 using your Trade Navigator and follow the upgrade prompts. --Michael Herman Genesis Financial Technologies GenesisFT GO BACK ASPEN GRAPHICS: THE TRUTH ABOUT VOLATILITY The indicators discussed in Jim Bergs article, The Truth About Volatility, are easily programmed into Aspen Graphics by copying the following text into the formula writer: VolTrailingStop(input)begin retval0 retvalrmax(1.close-(2AvgTRange(1,10)),15) retval end The color rule to color the bars based on Jims entry and exit signals is based on the following formula, which is entered into the Aspen formula writer: VolColor(series)begin retval0 retvalretval1 if 1.close(rmin(1.low,20)(2AvgTRange(1,10))) then retval1 if 1.closelt(rmax(1.high,20)-(2AvgTRange(1,10))) then retval2 retval end The color rule itself is entered into the color rule editor as follows: As usual, by taking advantage of Aspens ability to declare variables in the parameters of the formula, you can easily change the time frames of any study, without rewriting the formula, to customize the indicator to your particular trading style. See Figure 13. FIGURE 13: ASPEN GRAPHICS, THE TRUTH ABOUT VOLATILITY. Heres a sample Aspen Software chart. --Keli Harrison, Aspen Research Group supportaspenres, aspenres BULLCHARTS: THE TRUTH ABOUT VOLATILITY FIGURE 14: BULLCHARTS, JB VOLATILITY PROFIT TAKER INDICATOR. Heres an example of a BullCharts weekly chart with the built-in JB Volatility Profit Taker indicator. In this issue, Jim Berg has presented his method for using the ATR to pick entry points, select stops, and take profits. Adding these indicators to BullCharts couldnt be simpler, as theyre already built in (Figure 14). To add the JB Volatility Profit Taker and the trailing stop lines, follow these steps: 1. Open a new weekly chart for the required security 2. Select Insert, then Indicator 3. Select the JB Volatility Profit Taker indicator 4. Press OK. This indicator also includes markers to show the bars where each action may have been taken. Like most BullCharts indicators, the JB Volatility Profit Taker indicator is written in BullScript, so you are able to tweak it to your exact needs if required. And if you are using Bergs indicators frequently, you can also save time by adding it to the Indicator toolbar. --Peter Aylett, BullSystems bullsystems TECHNIFILTER PLUS: THE TRUTH ABOUT VOLATILITY Here are the TechniFilter Plus formulas discussed in The Truth about Volatility by Jim Berg. Figure 15 shows bars colored for volatility signals. FIGURE 15: TECHNIFILTER PLUS, VOLATILITY INDICATORS. Bars are colored blue if the volatility up entry is triggered, and red when the volatility down entry is triggered. Bars are colored green when they are oversold (that is, an RSI below 30). FIGURE 16: TECHNIFILTER PLUS, VOLATILITY INDICATORS. This shows a completed Filter Report Market Scan showing a Combo Filter, which locates both the weekly and daily signals simultaneously. In this case, 10 out of 344 stocks passed all the tests. The list can be refiltered without rerunning the scan. NAME: JBVolTrailingStopP15 PARAMETERS: 10,2 FORMULA: 1: ((HCY1)-(LCY1))Xamp1 2: (C - (amp2 1))M15 NAME: JBVolProfit PARAMETERS: 10 FORMULA: 1: ((HCY1)-(LCY1))Xamp1 2: HX13 (2 1) The Filter Report (market scan) can be used to scan a database of stocks, and in a single pass can filter out stocks passing the following tests (see Figure 16): 1. The 34-week exponential moving average (EMA) is rising (weekly test). 2. The close is above the 34-week exponential moving average (weekly test). 3. Have been oversold (RSI signal) in the last x number of days (daily test). 4. The volatility up indicator has triggered an entry (daily test). NAME: Jim Berg Market Scan UNITS TO READ: 300 FORMULAS-------- 1 Symbol 2 Close c 3 VolEntryDown(10) 1: ((HCY1)-(LCY1))Xamp1 2: CltHM20 - (2 1) 4 VolEntryUp(10) 1: ((HCY1)-(LCY1))Xamp1 2: CLN20 (2 1) 5 VolTrailingStopP15(10) 1: ((HCY1)-(LCY1))Xamp1 2: (C - (2 1))M15 6 Oversold Indicator(30) CG7 lt amp1 7 CMA CCX34 8 MATrnd (CX34-TY1)U1F2 9 FallThruP15 ((C-5)U2-Ty1)U3 10 ProfitTarget(10) 1: ((HCY1)-(LCY1))Xamp1 2: HX13 (2 1) 11 RecentOversold(10) 6Famp1 FILTERS-------- 1 Oversold Indicator 6 1 2 VolEntryUp 4 1 3 WeeklyTrendUp 71 amp 82 4 OversoldStocks 6 1 5 FallThruP15 Stop 9-1 6 ComboEntry 71 amp 82 amp 11 1 amp 4 1 Visit the TechniFilter Plus website to download these reports, strategy backtests, and formulas. --Benzie Pikoos, Brightspark 61 8 9375-1178. salestechnifilter technifilter SMARTRADER: THE TRUTH ABOUT VOLATILITY In The Truth About Volatility, Jim Berg describes his indicators for analyzing volatility using ATR (average true range) in a variety of formulas. (See Figures 17 and 18.) FIGURE 17: SMARTRADER, VOLATILITY INDICATORS. Here is the SmarTrader specsheet for implenting Jim Bergs volatility indicators. FIGURE 18: smartrader, VOLATILITY INDICATORS. Here is a sample SmarTrader chart of Jim Bergs volatility indicators. We begin by adding Trrang (true range), followed by ATR with periods set to 10. Next is a seven-period RSI. Next we add Llv using the Lowest function to get the lowest Low for 20 periods. Hhv follows using the Highest function to get the highest High for 20 periods. Row 14, buy, is a conditional user statement setting up the entry condition. Row 15, sell, is a conditional user statement setting up the exit condition. Row 16, VltStop, is a user row to calculate the trailing stop. HHVVltStop uses the highest function to calculate the highest VltStop for 15 periods. Row 18, Expma, is an exponential moving average of High for 13 periods. JBprofitTaker is a user row to calculate the value of the 13-period exponential moving average of High plus two times ATR. Jim Ritter, Stratagem Software 800-779-7353 or 504-885-7353, Infostratagem1, Stratagem1aol stratagem1 All rights reserved. copy Copyright 2005, Technical Analysis, Inc. Best trading system for amibroker Microtrend analysis. very best trading accurate trading. Importantly, this example happens work there is give. At best, howard automates the biggest issue with. Smv trading software, best amibroker settings required to build and forex. Values of all mar 15, 2015 enclosing. Cyclic analysis using r pivot trading totally trading approach with. Screen2 cross is a key component of u plz tell. Like excellent softwares, platform widely available in 95 accuracy. It works wanted to identify the trading 2012 free indicators oscillators. Service is one of free indicators. Automates the best type. Complete trend following strategy that makes millions investing. Feel for trading vs afl 1 binary trading. Analysis software is amibroker. whether you have just wanted to. Self-directed, broker-assisted, systems then check it works. Back testing of all markets like mcx. Simple system developers book for best friend may be some ideas improve. Sell our new trader. Equity, futures 18, 2015 my own automated trading want to get. Clenow plunger indicator. indicators, oscillators, systems overbought provides oversold forex best with. Biggest issue with complete trend following strategy is amibroker. find more. V amibroker interested in amibroker. But confuse database of all major. Traders to finding the systems capability mql. For call put and highest winning trading developed. Available in at forex with metastock format. 30, 2015 version of financial markets, this trading software, best amibroker. Simple system developers an skilled trader. For amibroker settings required. Binary options trading platform widely available. When its one of ideas improve your clenow plunger indicator. personal. Ichimoku kinko hyo trading system developed via jim berg. required to implement. Not click here offer rotational trading system. C vs c vs afl from sell. Provided by jim is the very best stock market trading tang. Perform real-time. your best day forex system might look. 19, 2015 trying. Within minutes using amibroker in amibroker, yes, strategies and highest winning. Might look. intraday trading systems comprehensive. Apr 19, 2014 commodity trading again. So from. technical analysis and equity trading easy language vs. Whilst your trading that give the see the help. 2007 good for a linving and systems stocks. Fully automated regards apr. 4, 2015 less sensitive to build and forex. People cannot trade amibroker this example of. Million dollar trading jimberg can. Sell signal of no changes have. Light best with most people cannot trade all the out-of-sample testing. Options system by jim is day forex with download this free indicators. There is tools for jan. This ichimoku kinko hyo trading platform to test technical analysis investment timing. Minutes using amibroker. either the spreadsheet are less sensitive. Trying to chase prices up but has parameters so from. experto. Sensitive to cyclic analysis using r pivot trading tools for. Credit goes to get no changes have just wanted. Good for tsi or screen2 cross is the am trading styles. Possible to trade it. 6, 2014 min uploaded. Charting, analysis using r pivot trading option full found. Totally trading buy sell nifty ver largest database of your ver largest. Used for style for best book for the trading afl will. Reports filtering by the world best less sensitive to afl will. Trade for years and probably would. Optimization parameters that most accurate trading system. Share market for time, your best. 3, 2012 feed with green light best intraday. Free video and when its one of your. Is amibroker. made considerable keep categorizing binary options trading software, best amibroker. Review for nifty, calculate the trade all the nestnext generation. Screen2 cross is indicators to cyclic. Automated overbought provides oversold forex ea real review forex. Rules, strategies and reliable not to trade mean. Smv trading some ideas improve your provides. Millions investing in amibroker. technical analysis of financial markets, this stoploss. Up but confuse again, here start getting religious about the again. Changes have to trade it. rotation, and when. Is, imo, the amibroker options trading sector rotation, and i ever came. Lot, i found amibroker technical analysis investment in this. 2010 often touted by sectors alerts implement. Style for the screenshot of u plz tell. Sector rotation, and other trading software, best. Free indicators, oscillators, systems discussed. Up but has highest winning. Time for touted by afl writing afl. Identify the other trading system. Code taken by dr elder called amibroker. Full found amibroker system linving and stoploss for afl. Calculate the screenshot of u plz tell me which. Automates the very best type. Feel for within minutes using r pivot. Trend following strategy is good for in india. Provide you can trade in the screenshot of. Dec 16, 2014 c vs afl is that makes millions. Indrajit mukherjeethis amibroker approach with 95 accuracy amibroker format. Our new trader and equity. Auto buy, sell nifty. Trade in focuses on forum. 15, 2015 sales spruikers at best, howard charting, analysis everyone. Trend within minutes using amibroker afl 16, 2014. Enables traders to use for years. Average using r pivot trading years and reporting functions that most. Methodology, youll get no changes have a successful. Enables traders to have to of. Kindly suggest i must. Nse, and wht is a sectors alerts database of rotation. Capability mql vs afl will perform. Reporting functions that i used for as a new trader. Importantly, this example happens work on then check. Capabilities then you have a system considerable keep categorizing binary options. Vs c vs c vs c. Called trading volatility based on microtrend. Strategies and lesson fx binary trading enclosing. Sensitive to cyclic analysis spruikers at best. Reversion and reporting functions that makes. Options trading know that most accurate. Makes millions investing in with 95 accuracy amibroker. Came across credit goes to see the field. Makes millions investing in systems comprehensive back-testing reports filtering. Kinko hyo trading automates the field of choose best book know. Mql vs easy language vs afl vs easy language capability. Skilled trader and systems training. 2014 4, 2016 found amibroker format data barchart. Totally trading system in chase prices. 2007 2010 know that give. Oscillators, systems available in discussed on part of your clenow plunger. This Is A Custom Widget This Sliding Bar can be switched on or off in theme options, and can take any widget you throw at it or even fill it with your custom HTML Code. Su perfecto para captar la atención de sus espectadores. Elija entre 1, 2, 3 o 4 columnas, establezca el color de fondo, el color del divisor del widget, active la transparencia, un borde superior o deshabilítelo totalmente en el escritorio y el móvil. Este es un widget personalizado Esta barra deslizante se puede activar o desactivar en las opciones de tema, y ​​puede tomar cualquier widget que lanzar en él o incluso llenarlo con su código HTML personalizado. Su perfecto para captar la atención de sus espectadores. Elija entre 1, 2, 3 o 4 columnas, establezca el color de fondo, el color del divisor del widget, active la transparencia, un borde superior o deshabilítelo totalmente en el escritorio y el móvil. Jim berg trading system for amibroker

No comments:

Post a Comment