• Ozymandias Indicator

    Developed By: JoySebastian

    The Ozymandias indicator is a VTL trend following indicator. It consists of a middle line, an upper band and lower band. The middle line color shows the trend direction, Red middle line – Down Trend and Sky Blue middle line – Up Trend. In an uptrend price usually remains above middle line and when it moves above upper band, it is likely to pull back to the upper band or middle line depending on trend strength. In a down trend price usually remains below middle line and pull backs are likely to happen when price moves beyond lower band.

    $0.00
    Developed By: JoySebastian

    Ozymandias Indicator

    $0.00
  • MMScript

    Developed By: belkamax05

    The script was built in VTL. It was developed for fast open positions. You do not think about lots amount, which will be open. You just enter the level of stoploss, the type of transaction and the percentage of the deposit, the script itself will calculate the lots and put deal in the right direction.

    $0.00
    Developed By: belkamax05

    MMScript

    $0.00
  • Smooth Candle Indicator

    Developed By: JoySebastian

    Smooth Candle Indicator is a VTL indicator that smooths out the candles with a 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.

    $0.00
  • Daily Scalp

    Developed By: ProgtorHAL

    Daily Scalp VTL script manages a defined StopLoss, TakeProfit and Equity percentage (default is 5%) which define the amount of trade. Also it closes a trade if it is older than one day.

    $0.00
    Developed By: ProgtorHAL

    Daily Scalp

    $0.00
  • VTL PastRegrassionDeviated

    Developed By: nhasan

    This is a VTL custom indicator client script that will draw seven indicator lines and a trend line on the chart based on PastRegrassionDeviated strategy.

    Developed By: nhasan

    VTL PastRegrassionDeviated

    $0.00
  • i-4 Golden Lion Trend Indicator

    Developed By: JoySebastian

    The i4-GoldenLion is a VTL Trend Indicator that marks the candle in 4 different colors based on trend strength.

    $0.00
  • XigXag

    Developed By: JoySebastian

    XigXag is a modification of the ZigZag indicator is a VTL . XigXag Indicator tracks and connects peaks and troughs of the chart. ExtDepth is the minimal amount of bars where there will not be the second maximum (minimum) ExtDeviation pips higher or lower than the previous one. I.e., ZigZag can always diverge, but it can converge (or completely draw together) more than at the ExtDeviation value only after ExtDepth bars. ExtBackstep is the minimal amount of bars between maximums/minimums. 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.

    $0.00
    Developed By: JoySebastian

    XigXag

    $0.00
  • Silver Trend Signal

    Developed By: AmrSakr

    Silver Trend Signal is a client side VTL script that create Arrows depending on the move of the price. you can use it to determine the new trends. The Red Arrows mean down trend The Yellow Arrows mean up trend the best use of it is with “Silver” but you can use it with others.

    $0.00
    Developed By: AmrSakr

    Silver Trend Signal

    $0.00
  • VTL_Reverse

    Developed By: nhasan

    This is a VTL local script for VertexFX system that will close all open positions of currnet chart instrument and open new position in reverse direction ( i.e: new long position for previous short one) with same lot size.

    $0.00
    Developed By: nhasan

    VTL_Reverse

    $0.00
  • PTSP CCI

    Developed By: JoySebastian

    PTSP CCI is a client side VTL script that create alerts based on the Commodity Channel Index. 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.

    $0.00
    Developed By: JoySebastian

    PTSP CCI

    $0.00
  • VTL Trailing Stop

    Developed By: nhasan

    This script is a VTL server side script. It will monitor all open positions. It will open managed SLTP order for each open positions with given TargetProfit and TrailingStop settings

    $0.00
    Developed By: nhasan

    VTL Trailing Stop

    $0.00
  • Triple EMA Crossover EA

    Developed By: JoySebastian

    Triple MA Crossover EA is an EMA based VTL client side Expert Advisor. The system uses exponential moving averages to open buy and sell positions.

    $0.00
  • ADX EA

    Developed By: JoySebastian

    The ADX EA is an Average Directional Movement Index based trading system which was developed in VTL. Average directional Index(ADX), Minus Directional movement Index(-DI) and Plus Directional movement Index(+DI) represent a group of directional movement indicators that indicates the strength of trend and trend direction.

    $0.00
    Developed By: JoySebastian

    ADX EA

    $0.00
  • CarlPlayer EA

    Developed By: ProgtorHAL

    This is an Expert Advisor for VTL client side which could be applied to any of the 4 major currency pairs, and usually using 1m to 5m timeframes.

    $0.00
    Developed By: ProgtorHAL

    CarlPlayer EA

    $0.00
  • TurtleChannel – Custom Indicator

    Developed By: nhasan

    This is a VTL custom indicator for VertexFx system. This Client Side script will draw three channels on the chart based on Turtle Channel strategy. User can change iput variables from line 68 to 73 in the code to adjust for best performance.

    $0.00
  • TrendPower – Custom Indicator

    Developed By: nhasan

    This client side VTL script will draw a custom indicator in a separate window on the chart. Indicators value shows the weighted average of singlans from three standard indicators.

    $0.00
  • Zero Lag MACD

    Developed By: JoySebastian

    Zero Lag MACD attempts to remove lag in the MACD is a VTL. It does this by using a Zero Lag Moving Average instead of traditional moving average. The Zero Lag  MACD places greater emphasis on recent prices, and generate earlier signals than the conventional MACD.

    $0.00
    Developed By: JoySebastian

    Zero Lag MACD

    $0.00
  • TSI

    Developed By: JoySebastian

    True strength Index (TSI) is a VTL momentum oscillator based on a double smoothing of price changes. Works like other oscillators, the true strength indicator is a variation of the relative strength index. The True Strength Index (TSI) is an extremely responsive momentum indicator with very little lag time in its representation of price movement momentum. It is designed so that when it is rising above zero, price is also rising.  Also, when the indicator is falling below zero, price is also falling.

    $0.00
    Developed By: JoySebastian

    TSI

    $0.00
  • Close All With Benifit

    Developed By: nhasan

    This is a VTL local script for VertexFX system that will close all open positions with profit. It will scan all open positions after every 10 seconds. This time interval can be changed from the value given in line 29. Please run it on demo account first to confirm its performance before using in real money account.

    $0.00
    Developed By: nhasan

    Close All With Benifit

    $0.00
  • DeMark Trendline Trader

    Developed By: bharat.ecb

    DeMark Trendline Trader Indicator is a VTL custom indicator. The Trend lines are visualization of support and resistance points in a given time frame. Trend lines are also used to show direction of the trend. Trend lines help forex traders to describe price patterns during periods of price contraction. As a result trend lines and price formations are widely used in many ways by traders.

    $0.00
    Developed By: bharat.ecb

    DeMark Trendline Trader

    $0.00

Main Menu