Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

edakad

Members
  • Content Count

    106
  • Joined

  • Last visited

Everything posted by edakad

  1. Hello, This is a client side VTL script for VertexFX Terminal Leman Trend indicator tries to identify the trend direction by measuring price acceleration. For price acceleration, Leman trend uses 3 different periods. The upward momentum of price is plotted as a green line and downward momentum as a red line. When the upward momentum rises above downward momentum, (green line crossing above red line) trend direction is up and the opposite for down trend. The green and red line cross over can be used for trading signals. When green line rises above red line, price is expected to trade higher and when red line rises above green line, price is expected to trade down. http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/leman-trend-indicator-and-alert.html
  2. Hello, The Elliott Oscillator is a 34 period simple moving average of prices subtracted from a 5 period simple moving average of prices displayed as a histogram above and below a zero line. Elliot wave analysts can use Elliot wave oscillator for identifying the 5-3 wave structure of price moves. The most important concept about the Oscillator is that the highest/lowest point of the Oscillator is connected to the bullish/bearish Wave 3 of Elliot wave structure. Elliot wave analysis is very complex and difficult for many traders. However Elliot wave oscillator can be used for divergence trading. In the image, observe the divergence between price and the oscillator. After divergence, observe the emergence of a down trend. This is a client side VTL script for VertexFX Terminal More........
  3. Hello, Buzzer is a modification on moving average to identify trend direction. Normal moving average strategy is to buy when price is above moving average and sell when price is below moving average. However Buzzer works in a different manner. When the buzzer line is rising or flat after a rise, it indicates up trend and when buzzer line is declining or flat after a decline, it indicates down trend. The trading strategy with buzzer line is to buy when the line begins to rise and sell when the line begins to decline. More...... Hope this is useful to vertexFX users.
  4. Hello, I have converted the Advanced ADX Indicator to VertexFX client side VTL Script. Advanced ADX Indicator is a VTL client side script that provides better visual representation on ADX indicator. In traditional ADX Indicator, ADX indicates the trend strength and plus directional index (+DI) and minus directional index (-DI) determines the trend direction. When plus +DI is above -DI, trend direction is up and when -DI is above +DI, trend direction is down. The bottom pane in chart is normal ADX indicator. The dotted lines represent +DI and -DI and continuous green line represents ADX. Advanced ADX indicator is plotted in the middle pane. ADX values are plotted as a histogram. When trend direction is up (+DI above -DI), the histogram color is green and when trend direction is down (-DI above +DI), histogram color is red. Thus green histogram represents up trend and red histogram represents down trend and trend strength is indicated by the histogram height. This provides an easy visualization and interpretation of ADX. ADX period can be customized with the parameter "ADXPeriod" in VTL script. Default value is 14 but users can change it to arrive at better period values. http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/advanced-adx-indicator.html
  5. Hello, I have converted the ATR Trailer Expert Adviser to VertexFX client side VTL Script. ATR Trailer is a client side VTL Expert Adviser. The EA opens a position when the EA is started on VertexFX client terminal. It then applies a stop loss based on ATR and ATR multiplier (default 3). The stop loss is calculated as (entry price - ATR * ATR multiplier). Then as the trade progress, the stop loss is trailed, subtracting ATR stop loss from the maximum favorable level the price has reached. This continues until the stop loss is hit. When stop loss is hit, the EA opens new trade in the opposite direction to the closed trade, and ATR trailing stop loss is applied until stop loss is hit. Hope this is useful to VertexFX terminal users. More....
  6. Hello, I have converted the Advanced ADX Indicator to VertexFX client side VTL Script. Advanced ADX Indicator is a VTL client side script that provides better visual representation on ADX indicator. In traditional ADX Indicator, ADX indicates the trend strength and plus directional index (+DI) and minus directional index (-DI) determines the trend direction. When plus +DI is above -DI, trend direction is up and when -DI is above +DI, trend direction is down. The bottom pane in chart is normal ADX indicator. The dotted lines represent +DI and -DI and continuous green line represents ADX. Advanced ADX indicator is plotted in the middle pane. ADX values are plotted as a histogram. When trend direction is up (+DI above -DI), the histogram color is green and when trend direction is down (-DI above +DI), histogram color is red. Thus green histogram represents up trend and red histogram represents down trend and trend strength is indicated by the histogram height. This provides an easy visualization and interpretation of ADX. ADX period can be customized with the parameter "ADXPeriod" in VTL script. Default value is 14 but users can change it to arrive at better period values. AdvancedADXindicator.zip
  7. Hello, I have converted the ATR Trailer Expert Adviser to VertexFX client side VTL Script. ATR Trailer is a client side VTL Expert Adviser. The EA opens a position when the EA is started on VertexFX client terminal. It then applies a stop loss based on ATR and ATR multiplier (default 3). The stop loss is calculated as (entry price - ATR * ATR multiplier). Then as the trade progress, the stop loss is trailed, subtracting ATR stop loss from the maximum favorable level the price has reached. This continues until the stop loss is hit. When stop loss is hit, the EA opens new trade in the opposite direction to the closed trade, and ATR trailing stop loss is applied until stop loss is hit ATR Trailer Expert Adviser Hope this is useful to VertexFX terminal users. ATR Trailer.zip
  8. Hello, I have converted the AA+ indicator to VertexFX client side VTL Script. It is based on the alligator indicator. The AA+ indicator uses the alligator moving averages and price bars to find trend. It calculates the width between these moving averages and price bars, and quantifies the width. It then compares this value against a threshold level to identify trend reversals. The alligator moving averages are not plotted by AA+ indicator. However it plots a histogram for the quantified width between these moving averages, blue for uptrend and red for down trend. When the red histogram is above the threshold level, it is beginning of a down trend and when blue histogram is above threshold level, it is beginning of a new up trend. Hope this is useful to VertexFX terminal users. aa-indicator.zip
  9. Hello, I have created a OCO VTL Cliend script for vertex FX Terminal. One cancels other, OCO, is a set of 2 orders, a stop buy and a stop sell, and when one of these orders gets filled, the other order is cancelled automatically. This kind of orders are useful to open trades at important news release, at major support resistance etc.. The OCO expert adviser opens 2 orders, a stop buy and a stop sell, and when one order gets filled the other is cancelled. When a trade is opened, the EA applies stop loss and target and manages the trade. It has the capability to apply a trailing stop loss also. http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/one-cancels-other-oco-.html Hope this is useful to Vertex Fx users Regards OCO_Local.zip
  10. Hello, I have converted the Fiji BB Alert indicator from MQL to VertexFX VTL. Fiji Bollinger Bands Alerts is a bollinger bands based VTL Client side script. It plots bollinger bands on the chart and also red and yellow arrows where divergence between price and bollinger bands is picked by the indicator. Divergence are forewarning to trend reversal. Red arrows are plotted when there is a divergence between price and upper bollinger band, it indicates weakness in uptrend and trend reversal. Similarly the yellow arrows indicate weakness in downtrend and probability of upward move emerging. More..... fiji-bb-alert.zip
  11. Hello, I have converted the Volatility Channel Stop indicator from MQL to VertexFX VTL. Hope this is useful to VertexFX platform users. Volatility Channel Stop is a stop and reverse type indicator. It draws a stop and reverse line, when the line is blue, market is in a up trend and the line is red, market is in a down trend. The red circle marks the trend reversal point for down trend and blue circle is the point at which trend reversed upward. More... Volty-channel-stop-indicator.zip
  12. Hello, The Xpoints indicator marks the reversal candles with blue and red arrows. The signals can be traded as a system or in use with other strategies as an advanced warning signal for trend reversal. Hope this is useful to VertexFX terminal users. More...... More...... xpoints-indicator.zip
  13. Hello I have converted the Ozymandias indicator to VertexFX VTL Script. Hope this is useful to VertexFX terminal Users. The Ozymandias indicator is a trend following indicator. It consists of a middle line and an upper band and lower band. In uptrend the middle line is blue and in downtrend the middle line is red. The bands can be used as overbought/oversold levels. ozymandias-indicator.zip
  14. Hello I have converted the Ozymandias indicator to VertexFX VTL Script. Hope this is useful to VertesFX terminal Users. The Ozymandias indicator is a trend following indicator. It consists of a middle line and an upper band and lower band. In uptrend the middle line is blue and in downtrend the middle line is red. The bands can be used as overbought/oversold levels. More.....
  15. Hello I have converted the Kairi indicator to VertexFX VTL Script. Hope this is useful to VertesFX terminal Users. Kairi Indicator is an oscillator like RSI showing overbought/oversold market condition. The indicator oscillates with 0 as midpoint. The Kairi indicator is calculated as the deviation of current price from its moving average. http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/kairi-indicator.html Kairi-indicator.zip
  16. Hello, I have converted the indicator from mql to VTL script for VertexFX trader. This is useful to VertexFX terminal users The i4-GoldenLion Trend Indicator marks candle in 4 different colors based on trend strength. Blue : Strong uptrend. This may be a forewarning to trend reversal is imminent. Cyan : Medium strength uptrend Red : Strong down trend. This may be a forewarning to trend reversal is imminent. Yellow : medium strength down trend The trend strength is calculated with Bolinger bands. Regards i-4-goldenlion-trend-indicator.zip
  17. Hi I have converted the smooth candle indicator to VertexFX VTL script. VtertexFX users may find it useful. Smooth Candle Indicator smooth out the candles with moving average of Open, High, Low, Close. This indicator can be used with other filters to confirm trend or can be used as a filter to existing systems. Find out more SmoothCandleIndicator (2).zip
  18. Hello, This is the xigxag mq4 conveted to VTL The XigXag indicator can be used for Elliot wave studies to identify waves. Another usage is in pattern detection. Check the AB = CD pattern identified in the image. The retracement levels are measured with the Fibonacci tool. http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/xigxag.html XigXag.zip
  19. Hello, This is an mql EA converted to VTL script for Vertex FX platform. The ADX EA is an Average Directional Movement Index based trading system. The rules of the EA are: 1. Buy when +DI cross above - DI or +DI cross above ADX. 2. Sell when -DI cross above +DI or -DI cross Above ADX. More... Hope this is useful to VertexFX platform based traders Regards ADX_EA.zip
  20. Hello, This is converted version of mq4 EA based on EMA cross over. The three EMAs are short term EMA, medium term EMA and long term EMA. When the short term EMA is above medium term EMA and medium term EMA is above long term EMA, the EA opens a buy position. When the short term EMA is below medium term EMA and medium Term EMA is below long term EMA, the EA opens a sell position. When the EMAs are not in buy mode or sell mode the EA close the position. More... Regards TrippleMACrossOver_EA.zip
  21. Hello, This is a CCI alerts Indicator of the VertexFX trading platform. The CCI can be used to identify a new trend or warn of extreme conditions. The VTL pop up alerts on the chart at critical CCI levels and plays a sound. The indicator plots green and red vertical bars in the indicator pane where critical alerts triggered. The red bar in indicator pane means an extreme level has reached for the up trend and green bar indicates an extreme level of down trend was reached. Read more Regards PTSP_CCI.zip
  22. Hello, This time these expert Advisors ADX EA, triple MA crossover EA and PTSP CCI Alert Regards
  23. Hello I have converted few indicators to VertexFX platform. The VTL scripts are attached. Zerolag MACD, TSI, Keltner Cloud Hope this is useful to vertexFX users Regards VTLscripts.zip
  24. Well, if i had something that good, why I create competition at order execution levels. Some big guys too subscribe and they may overtake me with super processors. :doh:
  25. Hi, josh I do preparation and have a hypothesis before market open. However at open I have a different set of rules to validate or negate the hypothesis. So I think it should be considered as background information only.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.