Jump to content

nhasan

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by nhasan

  1. Hello Traders,

     

    In this a new indicator named 'Gator VTL Indicator', for Vertex FX system.

     

    When we get successive full green lines in indicator window that show a potential for upward price move. On the other hand when we see full red line increasing one after another that indicates a strong down trend in price movement.

     

    We use three moving averages to calculate values in this indicator, named as Jaws, Teeth, and Lips.

    In input section you can set period and shift for each moving average. There are 6 variables in input section, they are

    1. Jaws Period - The period over which the jaws Moving Average is calculated.

    2. Jaws Shift - The shift of jaws moving average to be used.

    3. Teeth Period - The period over which the Teeth Moving Average is calculated.

    4. Teeth Shift - The shift of Teeht moving average to be used.

    5. Lips period - The period over which the lips moving average is calculated.

    6. Lips Shift - The shift of lips moving average to be used.

     

    By using right combination of input variables this indicator can be configured for best performance and signal right trade at right time.

     

    To get the script please visit : http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/gator-vtl-indicator.html

     

    Thanks

    Naeem Hasan

  2. Hello traders,

     

    We are presenting another server side script Close by Equity for VertexFx system.

     

    This script is designed to be used for take profit or stop loss, based on current equity status. It will close all opened positions at a certain equity level as defined by the input parameters.

    We have two input parameters, mode_of_use and equity_percent_from_balance. Mode_of_use will define the EA purpose of use. With value 1 it will be used for take profit and 2 for stop loss. Second parameter equity_percent_from_balance should be used carefully based on value of first parameter. It should be a ratio grater than 1 for take profit and less than 1 for stop loss.

    For example, with take profit mode, 1.05 will indicate closing of all open positions with 5% profit and for stop loss mode, 0.90 will close all open positions when equity goes below 90% of current balance.

    Please visit here to get the scrip: http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/close-by-equity.html

     

    Hope it will be very helpful for trading on VertexFx system.

    Thanks

    Naeem Hasan

  3. Hello Traders

     

    We have developed another server side expert adviser for VertexFx system.

     

    The main idea behind this expert is correlation between different currency pairs.

    We are calculating USD correlation index by using exponential moving average of five currency pairs, they are Euro US Dollar, GBP US Dollar, Australian Dollar US Dollar, US Dollar Japan’s Yen and US Dollar Switch Frank.

    When this index moves upward from negative to positive, we consider that US dollar is gaining strength and so we go long on USD based pairs.

    On the other hand when the index moves downward from positive to negative, it indicates that US dollar is losing strength and so we go short on USD based pairs.

    As we are using US dollar as primary currency to calculate the index, this expert can be used only on USD based pair.

     

    To download the please script visit : http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/vtl-usd-hunter.html

     

    Thanks

    Naeem Hasan

  4. Hello Traders

    This time I have developed a monitoring script VTL Monitor Screen for VertexFx client terminal that can keep record on your trading activity. This script can send mail to your email address and keep screen shot of open chart. If you keep the script running and trade manually or by other EA, this script will send mail to your address for each new position with details information and keep a screenshot of open chart in program root location (Usually C:\Program Files\VertexFX Trader 10)

    To get this script and many more EA, Indicator for Vertex terminal, please visit http://www.vstore.co

    Or get the script directly from this link : http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/vtlmonitorscreen.html

    I hope this script will be helpful to make your trading on VertexFx terminal more attractive and effective.

    Thanks

    Naeem Hasan

  5. VTL Paramon Scalp Indicator

     

    Scalping is a common trading strategy in Forex and binary option market. In this strategy some price level should be selected to open and close trading positions with a minimum profit.

     

    There should be two price levels, one at high to enter short and another low to enter long trade. This is known as price channel for scalp trading.

     

    Paraman scalp is a well known indicator for scalp type day trading in Forex. This is the VTL client side script equivalent to the indicator. This indicator shows an area of price action as safe trading zone for scalping. This Client Script will draw four lines on the chart based on user selected time period. It will draw two lines above high price and other two lines below low price. Time period for those price channels can be modified from input variables. As a daily time based indicator this works properly in 1M, 5M, 15M, 30M, and 1H time period.

     

    Please visit here for the script : http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/vtl-paramon-scalp-indicator.html

     

    Thanks

    Naeem Hasan

  6. Dear Friends

     

    We are converting popular and useful expert, indicator into VTL ( VertexFx Trading Language ) to help traders in VertexFx trading platform.

     

    In this process, this time we have built a server side script that can trail stop loss and close position with target profit to help scalp type traders.

     

    Here is details about the script:

     

    This script will run on server to monitor all open positions. It will open managed SLTP order for each open positions with given TargetProfit and TrailingStop settings. After that it will start trailing the stop loss or close position with profit given in ScalpPips variable. To use scalping option

    UseTightStop should be True and to use Trailing UseTrailing variable should be True. User can change all of these values from User Defined Variable secition in line 22 to 28

     

     

    This tight trailing has following features

    1. Trailing Stop Loss for one open position

    2. Trailing Stop Loss for any currency pair

    3. UseTightStop - Close Position with profit of ScalpPips

    4. Open managed order just after opening a position with SL and TP

     

    Please visit here for the script: http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/vtl-tight-trailing-with-profit-target.html

     

    Thanks

    Naeem Hasan

  7. Dear Traders

     

    Here is another server side script for trailing stop for VertexFx system. This script will monitor all open positions from server side even after closing your client terminal. It will open SLTP position with Stop Loss settings and trail that based on your setting. In this script you can set a profit target that will be executed when price moves positively. With a profit target setting other than 0 trailing stop function remain disabled. Here we have another option to monitor all open position or a particular instrument. Here is summary of all options available in this script –

     

    1. Trailing Stop Loss which is chart specific

    2. AllPositions - Trailing Stop Loss which is account specific attach to any chart and it will modify stop loss on all trades.

    3. ProfitTrailing - Modify only trades that are in profit

    4. ProfitTarget - Setting this value orhter than 0 will disable trailing and close trades that reached this target

     

    Please test it on a demo account first to confirm all functionality before using in real money account.

     

    Visit here to get the script for free: http://hybrid-solutions.com/plugins/client-vtl-plugins/free/vtl-trailing-stop.html

     

    Thanks

  8. Hi Dear

    This time I have developed a custom indicator for VertexFx system. It’s a client side script that will draw the custom indicator in a separate window on the chart. Indicators value shows the weighted average of signals from three popular standard indicators. First one is slow and fast EMA, second Community Channel Index and third one is average directional index ADX. You can set period of all indicators and their weight. When all of these indicators give buy signal TrenPower will show maximum value, and when all of them show sell signal it will be minimum ( or maximum in negative side). With perfect weight and period setting this indicator can give a combined result of those three indicators.

    Hope it will be helpful in making your trade decision on VertexFx system. Please test it on demo account first to understand all features.

    Happy trading.

    Please get the script from here: http://hybrid-solutions.com/plugins/client-vtl-plugins/free/trendpower.html

    Thanks

  9. Hi Friends

     

    You may know server side script in VTL can run even after closing client terminal. I have translated another server side script for trailing stops. This script will run on server and monitor all open positions. It will open managed SLTP order for each open positions with given TargetProfit and TrailingStop settings. After that it will start trailing the stop loss. User can change these values from User Defined Variable section Please be informed that these value must be heigher than Stop Offset of the specific broker, usually its over 20 point. So keep TrailingStop and TargetProfit value more than 20 to work the script properly.

     

    Hope it will be helpful to make your trading life easier in VertexFx system.

     

    Please visit here to get the script: http://hybrid-solutions.com/plugins/client-vtl-plugins/free/etrailing-server-side-script.html

     

    Thanks

  10. Hello Traders

     

    Here is an expert adviser client side script for VertexFx System based on two popular standard indicator. First one is Exponential Moving Average (EMA) for trend identification. And second one is Willim'% R for retrace. Here you can change parameters of those indicators and some other parameters such as trading lot, profit target, stop loss as input variable for better optimization. Please check it on demo account first and let us know your experience.

     

    To get the script, please visit here: http://hybrid-solutions.com/plugins/client-vtl-plugins/free/emapluswpr.html

     

    Thanks

  11. Dear Friends

     

    This time I have built an Expert Adviser for VertexFx system that can trade on multiple currency pair by running on a single chart. It will open three additional charts for three currency pair EUR/USD, GBP/USD and USD/JPY to collect indicator and other market information of those pairs. User can change them to trade on desired pairs. Main trading logic is developed on Bollinger Bands indicator and user can modify it's parameters used for each pair to achieve better performance. Please test in on a demo account first and optimize input parameters before going to real money account. And also let us know your experience/comment about it's performance.

     

    Please visit here to get the code:

    http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/multi-currency-ea.html

     

    Thanks

  12. Dear Friends

     

    I am working on building automated expert adviser in VertexFx system. Recently I have developed this client side script on well known Charles strategy. It works on daily chart. It may open several positions and pending orders in a day if long or short entry logic remain true. In other days it remain silent. So please test it on demo account for several successive days and check it's performance before put it on real trading.

     

    You can get the code from here: http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/vtlcharles.html

     

    Thanks and have a best trading day

    Naeem Hasan

  13. Dear Traders

     

    This time I have developed an EA for using in client terminal of VertexFx system

    This is VTL version of popular strategy of puria

    In this EA we use three moving average and MACD indicator.

    This EA will run on client terminal and open both buy and sell position based on available signals from indicators.

     

    Please check it on VertexFx system demo account and give your feedback.

     

    Please collect the script from here: http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/vtlpuria.html

     

    Thanks

  14. Dear Traders,

     

    I have developed another EA for VertexFx system.

     

    This is VTL version of popular trading strategy earlyTopProrate.

    This EA is based on daily highs and lows and the relationship to each other.

    With three profit points, four modify points, money management, trading time and daytrade closing, this new EA is very successful. As a server side script you can keep it running even after closing your client terminal.

     

    Please check it on your demo account and give your feedback.

    Thanks

     

    Please download from vStore: http://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/earlytopproratevtl.html

  15. In this EA we enter a trade using a simple MACD (crossover) signal only when the market is at its most active for that pair. For example, London Open to New York Close for GBPUSD. We don't open any new trades on a Friday. The trade remains open unless a signal reversal is detected and the trade is at least 10 pips in profit As the trade moves into profit the StopLoss ( TrailingStop ) is moved in the direction of the trade to lock-in' profit ( or breakeven ) until full TakeProfit is reached or a moved TrailingStop is hit or the trade is automatically exited due to a signal reversal .Therefore, trades are only exited in profit or at a comparatively large loss if the full Stop Loss is hit. On average most trades will remain open for just a few hours. However, periods of draw down lasting for a few days or even weeks are to be expected without manual intervention by the trader.

     

    I can't post attachment in this forum. Please visit here for the code

    http://forums.babypips.com/expert-advisors-automated-trading/56754-macd-session-trading-vtl-system.html#post520105

  16. Dear Traders

     

    I have developed a server side script for news trading on VertexFx 10 platform

     

    It has following features -

     

    1. News date and time

    2. Time before news to open pending orders

    3. Set pips away from current price, stop loss and take profit

    4. Modify, Adjust orders before news

    5. Time after news to wait for market movement

    6. Money management or fixed lot size

    7. Cancel or not both orders in case of high spread

    8. Close other pending order if one execute

    9. Allow Buy only, Sell only or both trading

    10. Select a currency pair to trade at news time

     

    Please check it out from here - http://www.hybrid-solutions.com/plug...s-trading.html

    And let me know your feedback on how to improve it's performance.

     

    Thanks

×
×
  • Create New...