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.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

Recommended Posts

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.

 

 

2q07cq9.jpg

aa-indicator.zip

Share this post


Link to post
Share on other sites

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.

 

9s4is1.jpg

ATR Trailer.zip

Share this post


Link to post
Share on other sites

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.

 

k4tsa9.jpg

AdvancedADXindicator.zip

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...

Important Information

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