1. Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
    Dismiss Notice

New EA AmazingEA: Straddle Trading Expert Advisor

Discussion in 'Expert Advisor atau Robot Forex' started by labforex, 29 Jul 2015.

  1. labforex

    labforex Member Credit Hunter

    Equity
    Credit
    Ref Point
    Saya Nemu di Forum FF..

    AmazingEA is a Straddle Trading Program for MetaTrader that places Buy and Sell Stop Orders respectively above and below the current price of a Currency Pair. It has a timer and the idea is to setup a Straddle just prior to major News events. Although many Traders worry about 'Slippage' and Broker Tricks, it really is a case of choosing trades and currency pairs carefully, as it is still possible to do well.

    Features:-
    Runs on Multiple Currency Pairs Simultaneously
    Tracks High/Low of Previous X Candles so can be used for Breakout Trading
    Risk based Money Management
    Trade in Either/Both Directions
    SL, TP, Break Even and Trailing Stop
    Runs against Indices/Commodities
    Can Self-Disable due to Excessive Spread
    Can Emergency Exit Trades affected by Excessive Slippage
    Extensive Trade Logging and Recording of Ticks, Bid and Ask Prices
    Can open trades far from Current Price and move into Position seconds before News

    The latest version is 6.00 and includes many features which can be used (or disabled) and is coded for both MT4 and MT5. This new version can't run on MT4 before Build 600. It also uses a newish feature in MT4 to run every 50ms as well as when Price Ticks arrive. Which means that if the Broker freezes the Price Feed the EA will still be able to check the Timers for News Time etc.

    AmazingEA Read-Me Instructions



    How do I make AmazingEA work?
    1) Drop AmazingEA onto a Chart. Ensure there is a Smiley Face beside the name AmazingEA in the top-right corner of the chart.
    2) Lookup the Time of a (preferably High Impact) News Event on Forex Factory Calendar
    3) Convert the News Time to the equivalent time on your Brokers platform (unless UseBrokerTime is set to false).
    4) Set NYear, NMonth, NDay, NHour, NMin and NSec to what the clock on Market Watch on MT4 will say when the News hits
    5) The Default Settings are adequate for Testing on Demo
    6) If the EA doesn't place orders check the 'AmazingEA Troubleshooter' Text File

    PointsAway - Stop Order Distance in Points
    Distance above the current ask price and below the current bid price where the Stop Orders will be placed, unless CTCBN > 0.
    If CTCBN > 0, the PointsAway distance will be added to the High and Low figure from CTCBN.
    If PointsAway is set to 0, the EA will use the broker's minimum distance for Pending Orders.

    PointsGap - Orders are opened initially further away so they don't trigger accidentally and moved into position SecBAO seconds before News Time. This used to be hard-coded to 10000 but caused issues with 4-digit brokers. Please set to what is comfortable but please make it more than 1000 points. Set to 0 to disable.

    ModifyGap - The EA modifies orders to keep the straddle positioned around current price, but each modification takes 1-2 seconds which is obviously much slower than price can move. ModifyGap sets the minimum distance that price has to move before generating an order modification. The idea is to stop the EA modifying orders for 0.00001 change in price, so it is ready for the larger price movements that might occur later. A value of 5 would mean EURUSD @ 1.32010 would need to be 1.32015 or 1.32005 before modifying. Set to 0 to disable. Maximum Value Allowed is 20.

    TP - Take Profit amount in Points.
    When the order gets into profit this amount of Points, it will be closed automatically. Set to 0 to disable.

    SL - Stop Loss amount in Points. Plus the Spread if you set AddSpreadToSL=true. Set to 0 to disable.

    These following five parameters (NYear, NMonth, NDay, NHour, NMin and NSec) are the broker's date and time, not the PC's date and time (unless UseBrokerTime is set to false).
    NYear - News Year.
    If NYear, NMonth and NDay are all set to 0, then the EA will trade Monday to Friday day at NHour, NMin and NSec. Brokers do not allow Pending Orders to be entered over weekends.
    NMonth - News Month.
    See Note for NYear.
    NDay - News Day.
    See Note for NYear.
    NHour - News Hour.
    NMin - News Minute.
    NSec - News Seconds.

    CTCBN - Candles To Check Before News.
    For determining High & Lows , when it is 1 it checks the current candle, when it is 2 it checks the current candle and the previous one. If CTCBN = 0, PointsAway is used from Bid price for Sells and Ask price for Buys. If CTCBN > 0, PointsAway is used from the Low for Sells and High for Buys, where the Low and High are the lowest and highest price reached within the number of candles specified. Set to 1 for default, 0 to disable.

    SecBPO - Seconds Before Pending Orders
    How many seconds before News Time should the EA place Pending Orders. There is a trade-off here. If set too high, the pending orders may go live early. So, set this as low as possible. But if it's too low, there may not be enough time for MT4 to open the orders. Running 6 charts on 3 brokers, expect to set this to at least 60. Most traders will find the default setting of 20 adequate. This is not going to happen at the exact second specified, because EA code is executed only when a tick signal comes from the broker, but around the news price movements are frequent. If you set SecBAO, a special technique will be employed where the orders are opened 1000 points away + PointsAway setting from current price, which allows you to open orders earlier but safely. See SecBAO setting.

    SecBMO - Seconds Before Modify Orders
    Once the orders are placed, the EA will follow the price movement and modify orders accordingly so that they are always the correct distance away from the current price. With some volatile news this can be quite often, so if that creates a problem with your broker you can set this to half of the value you put for SecBPO, if you put this to be equal as SecBPO than EA will not modify the orders at all. If set to 0, then the EA will keep modifying right up to the news time. Default Setting is 0.

    SecBAO - Seconds Before Adjacent Orders
    If you set SecBAO, a special technique will be employed where the orders are opened 'PointsGap' points away + PointsAway setting from current price, which allows you to open orders earlier but safely. If PointsGap is 0 (or SecBAO=SecBPO or SecBAO=0), then SecBAO is ignored. When the time reaches SecBAO seconds before the news, the orders will be moved into place. If you set this to the same value as SecBPO, the code is ignored and the EA just opens the orders at the normal distance and doesn't move them. On Demo, you may find the orders aren't moved because there aren't enough price ticks generated. In this case try setting SecBAO higher than 10. On Live, during news you may be able to set as low as 3 seconds. After Version 6.00, the EA tracks Time as well as Price, so the lack of Ticks is no longer an issue. Default Setting is 5. Set to 0 to disable.

    STWAN - Seconds To Wait After News
    This is the timer to cancel all the orders that did not get triggered. Default Setting is 5.

    OCO - Order Cancel Other
    If this is set to true, when your order gets hit the corresponding opposite order will be cancelled but without waiting for STWAN time. This is only effective after News Time, not before.

    BEPoints - Break Even Points
    Points In profit which EA will Move SL to Break Even + BEOffset; a nice way to lock in some profit. If you leave it at 0 nothing will happen.

    BEOffset - Break Even Offset
    Number of points to move beyond Break Even (allows to cover Broker Commissions etc.) Set to 0 to disable.

    TrailPoints - Trailing Stop
    Enter the amount of Points you want to trail by. If you set this to 20 points, the EA will maintain a distance of 20 points behind current price. Setting to 0 disables trailing stops.

    TrailOffset - Trailing Stop Offset
    Enter the amount of Points after which you want Trailing to start. Setting to 0 enables Trailing to start as soon as the trade is in profit. If you set this to 150, and TrailPoints is 50, then after 200 points in profit, your Stop will jump to 150 points and maintain a distance 5 points behind current price as long as price keeps moving in the correct direction of course.

    TrailImmediate - Start Trailing Immediately
    If set to true, the EA will start moving the Stop Loss even when the trade is not in profit. Only do this on brokers where the spread is kept low. If the broker is prone to spike the spread, then this will cause early stop outs. The advantage of using this is that if the news comes out as expected and the trade moves a little bit in your favour, but then reverses, you may capture a few pips.

    MM - Money Management
    If you set MM to true, the EA will automatically determine the number of lots for your orders, according to the risk you are willing to take

    RiskPercent - The risk you are willing to take on any single order.
    Risk Percentage is worked out as a percentage of the available margin. The calculation now uses 2 decimal places instead of 1, which will allow the trading of micro-lots. The calculation currently now takes into account Stop Loss distance. If you set MaxSpread, then the Risk calculation will be based on Stop Loss distance + MaxSpread. However, please don't assume that is your maximum risk because brokers can and will slip stop-loss orders.

    Lots - Number of Lots for your orders
    If you set MM to false, than you have to tell the EA how many lots to use for the orders; so if you put here 1, every order will be placed with 1 lot

    MaxSpread - The maximum spread in points you wish to allow for your orders.
    If the spread grows higher than this level, the EA deletes any Pending Orders and will not open new ones until the Spread lowers below this Setting for at least 5 seconds. Don't worry if your orders go live just prior to deletion, the EA will still manage them. Set to 0 to disable.

    AddSpreadToSL - Whether to include the spread in Stop Loss settings
    If you set AddSpreadToSL to True, then the EA will automatically add the spread to the Stop Loss, so 10 pips will actually become 10 pips plus the spread which could be 20 pips during NFP. If you set AddSpreadToSL to False, the EA will set hard stops based on this setting only, which is good for knowing your max risk etc. You can also use MaxSpread to limit the stop level required for the Spread.

    SlipCheck - Whether to perform Stop Loss Reset and Slippage Check
    If you set SlipCheck to true, the EA will check for Slippage and reset Stop Losses and Take Profit levels. SlipCheck also works out the Slippage value and outputs it to the Logfile. If you set it to false, the EA will behave more like the original (around v1.2.2) and only run the Break Even and Trailing Stop routines, not the Slippage Check or Stop Loss Reset routines.

    MaxSlippage - The maximum slippage in points you wish to allow for your orders.
    Unfortunately, this value cannot prevent orders going live and being slipped in the first place. But if the slippage on an 'opened' order exceeds the value set here, the trade will have it's stop loss set to the minimum distance allowed by the broker. If the trade goes against you, it will be closed quickly. If it doesn't, then there is a chance to recoup some losses. This parameter requires Take Profit to be set. If you don't want to use Take Profit, then set TP to a very high value.
    If you set SlipCheck=true and MaxSlippage=0, then your SL and TP will be reset to allow for Slippage, but the MaxSlippage routine won't be activated.

    AllowBuys - Whether Long Orders are allowed or not.
    Default is true. Set to false to disable Long Orders.

    AllowSells - Whether Short Orders are allowed or not.
    Default is true. Set to false to disable Short Orders.

    UseBrokerTime - UseBrokerTime=true is how the EA used to work, UseBrokerTime=false uses the Local PC Time instead. If you use the Local PC time, I highly recommend using a program like 'Net Time' from http://www.timesynctool.com to ensure your PC clock is accurate. I also recommend you install MT4Ticker (https://www.fx1.net/wiki/pmwiki.php/MT4Ticker/MT4Ticker) and set the Tick Speed to 500ms. This will get the EA to run every 500ms and will make the clock and timers work more accurately.

    DeleteOnShutdown - Whether to remove orders when Shutting Down the EA or Changing Timeframe on the Chart.
    Default is true. Set to false to keep your orders when changing Timeframe on the Chart. In this case, any leftover orders must be manually removed.

    TradeLog - EA will use this to create a name for the log file. If you set this to 'AmazingEA', and use it on an EURUSD chart, the Logfile will be called 'AmazingEA-Log-EURUSD-2015-02-24.log'. A TickFile called 'AmazingEA-Ticks-EURUSD-2015-02-24.csv' will also be created containing Bid and Ask Prices and Spread Data. You will find these files in the experts\files folder of your MT4 platform, with detailed explanations what took place while EA was running.

    A new logging function has been added to capture EA settings in the Comment field of the trade. This is very useful because you can instantly see what settings were used on a trade in 'MyFXBook' for example without hunting through logfiles.
    Because the Comment field is quite small (max length 32 characters), I have had to abbreviate everything and skip settings that can be worked out from the trade itself.
    Example: P100T1000S100C1P20A5M0W5O0B50T0 - This means PointsAway=100, TP=1000, SL=100, CTCBN=1, SecBPO=15, SecBAO=5, SecBMO=0, STWAN=5, OCO=0, BE=50, Trailing=0

    So, when you attach AmazingEA to your chart and set it the way you want, it will monitor what is happening, place buy and sell orders, modify them, move hard stops to break even, trail stop them ... and do the best it can to help you make some $$$$$. Test it on demo before you go live, to make yourself comfortable with it and to see how it will interact with your broker.

    A new safety function has been added to delete any pending orders when the EA is removed from the chart. However, if you disable the EA, and you have pending orders already placed, the EA will no longer adjust the straddle, with the consequence that your pending orders may go live before news time. The safest way to disable the EA is to remove it from the chart. Another quick way is to disable EAs and change the time-frame. When setting up, one should always save the settings used in a .set file - this makes it easier to setup again on the same or another broker.

    AmazingEA FAQ



    Can you recommend a Broker to use AmazingEA with?
    This is the Number One FAQ. I'm sorry but I can't recommend a specific broker. Firstly, when I traded just the Spike I tried many brokers but since I moved to more longer term trades for the last 3 years I have remained with one broker who is based in Australia. I want an AUD denominated account to minimize Exchange Rate Risk. Secondly, I care more about Execution than Price, Cost of Trading or Slippage. Thirdly, I am prepared to give you some general advice about choosing a broker.
    1) Try to use one that sends your trade direct to market (STP) and avoid Market Makers. You may do well with a Market Maker initially but they will start to mess up the execution of your trades and may even refuse to let you withdraw. Some Market Makers have clauses in their Terms that require you to keep your trades open for a certain minimum period of time, for example.
    2) Don't deposit your money anywhere you wouldn't be prepared to visit.
    3) Beware of Bonus Schemes, Ultra High Leverage and other weird incentives. Some brokers offer webinars/education. That is OK but any Money Incentive is usually a ploy to get hold of your Desposit.

    Can I run it on 4 digit brokers?
    Yes, you can. In fact the EA can even run on WTI, FTSE, DAX etc. The tricky part is setting the parameters correctly. A 4-digit broker requires PointsAway=10 not 100 etc. Presuming you have to test this on a Live Account. The easiest way is to set as many parameters off/disabled as possible. Attach it to a chart ensuring the 'News Time' is a while from now. Watch the High/Low, SL and TP settings in the Comments so that they match what you'd expect. You can always allow it to create the Pending Orders with a large distance to current price. Gradually enable the other settings.

    How can I set it up to trade Breakouts?
    Let's say you want to catch London open at 7 am GMT and want to set your Buy Stop/Sell Stop orders as bracket orders around the 6 hr range before London open. Assuming the brokers times are GMT. If the orders are not triggered within 1 hour delete them. The items below must be set, the others can be whatever you prefer. Assuming you are using a H1 chart.....

    PointsAway=0
    PointsGap=0
    ModifyGap=0
    NHour=7
    NMin=0
    NSec=0
    CTCBN=6
    SecBPO=10
    SecBAO=10
    SecBMO=0
    STWAN=3600

    How do I avoid being Stopped Out?
    AmazingEA has a feature 'AddSpreadToSL' which alters the SL according to fluctuating Spread. However, once the Pending Orders are created, with a certain LotSize, this can increase the maximum Risk if the trade stops out. With an SL of 10 pips, a spread spike of between 10 and 20 pips can easily stop the trade out. Using the MaxSpread feature can help but this only works up-to the point the trade goes 'Live'. MaxSpread is factored into the Risk when using Money Management.
    The sensible way to avoid a premature stop-out is to use a much wider SL. Personally, I use 30 pips on Majors and 50 pips on Crosses. The first minute after a News Trade goes live is the crucial time. I leave my trades alone during that time and adjust my SL afterwards manually.

    How do I avoid Slippage?
    You can't avoid it altogether. An EA that uses Pending Orders can be programmed to set a Maximum Slippage value, as there is a Parameter in the OrderSend command. However the MT4 server ignores the setting anyway, so this effort is useless. Instead, it is important to consider whether the market is extremely one sided at the moment. If the currency pair (say GBPUSD ) has been trending up strongly and many traders have an inkling that GBP Retail Sales will beat expectations, then you will likely suffer 20 pips of slippage on a Long GBPUSD trade. In this case, you are unlikely to lose though as the Market will move up swiftly, but you still shouldn't tighten your SL early as you will be more likely to get stopped out on any retrace. However, if the figure was bad (against expectations) and you end up short GBPUSD then you may even get positive slippage as there may be Buy Orders just below the Market. Another way around the slippage problem is to trade lesser used pairs. For example, on NFP most traders use USDJPY or EURUSD. I found that GBPUSD and AUDUSD were better pairs to use.

    Can AmazingEA be upgraded to ......?
    I often get asked to incorporate all kinds of new features, from 'Stealth Orders' to setting TP according to Fibonacci Extensions to pre-loading News Events and trading them automatically. Most EA s end up over-engineered and the performance degrades and they become impossible to maintain. AmazingEA has 1000 odd lines of code in it. As an example, the Stop Loss/Take Profit Reset code and Slippage code added 300 of those lines. Luckily, I am an IT Developer by trade and I ensured if certain parameters are switched off then that code doesn't even run but I don't want to bloat it even more, so it's unlikely any new features will be added. Once this thread is established I will add a Poll to find out who uses certain features and I may remove some lesser used items.

    What about BackTesting?
    Others have managed to BackTest the EA, although I don't see the point. Back Tests use Candle Close Prices and an estimate of the Spread that is applied evenly throughout the Test. In real life, the spread is variable, orders will suffer some slippage and there will be volatility in prices from tick to tick. If you want to see what happens and refine the settings you are comfortable with then use a Demo account, but treat the 'Virtual' money as if it was 'Real'. E.g. if you will be trading a $1000 account don't setup a Demo with $100,000 in it. Trade with low risk (<1% per trade) and ensure that you use Stops etc.

    Can I run AmazingEA on multiple charts at the same time?
    The EA cannot trade twice for the same exact news time on two charts with the same currency pair loaded on both charts. But the EA can trade the same news event on different currency pairs. You can even use the same pair twice if you set the News Time to be different on each chart (even 1 second different). So AUDUSD 14:30:00 and AUDUSD 14:30:01 would work as well as AUDUSD 14:30:00 and EURAUD 14:30:00.
    However, I would be careful using too many copies of AmazingEA as the MT4 Terminal will slow down. Each currency pair would be an additional burden on the system. The EA runs almost 300-500 of it's 1000 lines of code for every price change received. So you can see that running 10 charts * 5 price changes per second * 500 lines of code means trying to run 25,000 lines of code per second, which is too much for the average PC and Internet connection.

    AmazingEA Troubleshooter

    In Tools, Options, Expert Advisors, make sure you have checked 'Enable Expert Advisors' and 'Allow Live Trading'.

    Drop AmazingEA onto a chart. You should see 'AmazingEA' in the top right hand corner of the chart with a Smiley Face next to it.

    Click on the chart and press F7, or right-click on the chart and choose Expert Advisers, Properties.

    Setup the various parameters for the trade. For 4-digit brokers reduce the defaults for PointsAway, PointsGap, ModifyGap, SL, TP, BEPoints, TrailPoints by a factor of 10.

    In the top left corner of the chart there is a comment entitled 'Amazing Forex System Expert Advisor'
    Near there, you can view various parameters and also compare the News Time with the Current Time.

    The NYear, NMonth, NDay, NHour, NMin, NSec parameters need to correspond to your Brokers time not your PC time, unless UseBrokerTime is set to false. If you set a date, you need to set all three date parameters NYear, NMonth and NDay. If you don't set the date, be aware that the EA will trade every day at the relevant time set by NHour, NMin and NSec.

    There is a hierarchy for SecBPO, SecBAO and SecBMO. SecBPO has to be greater or equal to SecBAO which has to be greater than SecBMO.

    When the Broker Time nearly coincides with the news time, the EA will place Pending Orders. SecBPO is how many seconds before the News that the orders are placed.
    If the pending orders are not placed, it is possible that 'Allow Live Trading' is not checked.

    If Only Long or Only Short orders are placed, then check the Common section of the EA Properties and ensure that it is allowed to open both 'Long & Short' positions.

    AmazingEA Installation

    From Build 600 onwards, within MT4 you choose 'File, Open Data Directory'. Windows Explorer will open with the current directory set to where all your MT4 data directories and logfiles are. In these instructions, I am going to refer to this directory as <MT4>.

    The first time you run Build 600, it copies the contents of the <MT4>\experts directory into <MT4>\MQL4 sub-directory. After that the 'experts' directory isn't used and can be deleted, but the MQL4 one is used instead. The Data directories that were under the Program Files area where you installed MT4 are no longer used at all.

    To install the EA, copy the AmazingEA.mq4 file into the <MT4>\MQL4\Experts folder.

    Logfiles
    Altogether there are 4 LogFiles and I really need *ALL* of them to diagnose issues properly:-

    Checking the AmazingEA Logfiles

    From Build 600 onwards, within MT4 you choose 'File, Open Data Directory'. Windows Explorer will open with the current directory set to where all your MT4 data directories and logfiles are. In these instructions, I am going to refer to this directory as <MT4>. You will find the following 4 files, with detailed explanations what took place while the EA was running.

    <MT4>\MQL4\Files\AmazingEA-Log-EURUSD-YYYY-MM-DD.log
    The standard log-file name is AmazingEA followed by the Currency Pair of the Chart followed by the Date, so for EURUSD it will be called 'AmazingEA-Log-EURUSD-2015-02-24.log'.

    <MT4>\MQL4\Files\AmazingEA-Ticks-EURUSD-YYYY-MM-DD.csv
    A TickFile called 'AmazingEA-Ticks-EURUSD-2015-02-24.csv' will also be created containing Bid and Ask Prices and Spread Data.

    Checking the MetaTrader Logfiles
    There are 2 other logfiles named YYYYMMDD.log where YYYYMMDD is the current date e.g. 20130507.log.

    <MT4>\MQL4\Logs\YYYYMMDD.log
    This file describes what all the EAs are doing on the MetaTrader terminal including the EA settings and when they were started up/ shutdown etc.

    <MT4>\logs\YYYYMMDD.log
    This file describes every trade that happens on the MetaTrader terminal. If you want to hide your broker details, then edit this file and remove any reference to the Broker Name. The other logs won't reveal it.


    www.Labforex.org
     

    Attached Files:

    • Like Like x 3
  2. banguntidurtp

    banguntidurtp Member

    Equity
    Credit
    Ref Point
    Agan TS.. boleh ngasih testimoni ngga, maksudnya setelah coba ea ini gimana gitu, kurang apa.. bagusnya apa.. bla-bla-bla..
    soalnya settingannya banyak, kalo salah setting hasilnya malah ngga jelas..
     
    • Like Like x 1
  3. Mispan

    Mispan Member Pioneer

    Equity
    Credit
    Ref Point
    iya gan perlu bla bla gan abis settinganya buanyak hehehehehe
     
  4. haji sulkhan

    haji sulkhan Member Credit Hunter

    Equity
    Credit
    Ref Point
    tak coba dulu gann,,,, meski kelihatannya rumit...
     
  5. labforex

    labforex Member Credit Hunter

    Equity
    Credit
    Ref Point
    iya pelan2 nyobanya..step by step settingnya..blm ada yg komplain jelek soal ea ini
     
    bagus..di thread yg punya ea ini pun blm ada yg komplain jelek soal ea ini..saya sengaja copy paste settingannya dlm bahasa inggris..takut kalau saya transalte malah salah..
     
    pelan2 aja settingnya gan..step by step..bisa kok
     
    • Like Like x 1
  6. Keenan Tea

    Keenan Tea Member Credit Hunter

    Equity
    Credit
    Ref Point
    saya sudah mencoba EA ini bulan lalu, dari yang versi sebelumnya juga sudah nyoba.
    penemunya si Alan P dari Australia. ini EA di khususkan buat news trap, kalau bicara news trap, akan terbentur dengan slipage atau spread melar (saya pernah mengalami spread melar sampai 26 pip di broker ECN)
    Oleh karena EA berjalan saat news berlangsung, kalau harga langsung bergerak satu arah dan kena TP, kita akan merasakan hasilnya, tapi kalau harga bergerak mantul dan meninggalkan ekor, alamat bahaya akun kita. Bijaklah dlm penggunaan lot.
    hasilnya, buat saya tidak terlalu menggembirakan. banyak setingan yang saya coba, dari setingan si penemunya sendiri, setingan yg di share di thread EA ini di forum FF sampai setingan sendiri. tapi entah kalau sudah ada yang sukses dengan EA ini.
    Tidak ada yang komplain bukan berarti tidak ada yang tidak sukses dengan EA ini. :cry:

    dulu saya pernah mau share EA ini di forum ini, karena hasilnya kurang maksimal alias bersifat untung2an maka saya enggan share EA nya.
    buat TS nya, namanya kayaknya terdengar familiar di facebook. bukankah anda punya "strategi trading" yang lebih bagus itu? knp gak dishare disini aja gan system strategi trading nya itu? :)
     
  7. banguntidurtp

    banguntidurtp Member

    Equity
    Credit
    Ref Point
    terima kasih gan untuk share experience sama ea ini. memang kita caranya beda, tapi saya sudah beberapa tahun ini mengamati trading news breakout..
    akhir-akhir ini breakout masih ada, tapi jarang, yang sering fake out (ninggalin ekor), lalu kemudian saya tobat bikin stop order sebelum news, tapi ganti jadi limit order 1 jam sebelum news, hasilnya bagus lho.. termasuk juga untuk fomc semalam.. cobain deh..

    pengaman biasanya 20-30pip
     
  8. Christmas Lee

    Christmas Lee Member

    Equity
    Credit
    Ref Point
    Ikutan ya om :)
     
  9. labforex

    labforex Member Credit Hunter

    Equity
    Credit
    Ref Point
    Saya Share ini di sini tujuan saya sebenarnya hanya agar ea ini di bahas,kemungkinan bisa dkembangkan lagi..
    dan saya pun sebenarnya belum pernah pakai ea ditrading real, kadang saya mencuri logika2 dr ea untuk dimanualkan..hehe...
    belum saatnya share , masih lebih banyak lebih hebat di forum ini
     
    iya saya juga sudah tinggalin strategi breakout system...limit ordernya 1 jam ya sebleum news..hmmm,,,nice idea
     
  10. Keenan Tea

    Keenan Tea Member Credit Hunter

    Equity
    Credit
    Ref Point
    setuju gan, trading news dgn system trap begini memang harus jeli dalam melihat frekuensi antara order stop dan limit mana yang lebih banyak muncul nya saat news high impact akhir2 ini. saya pernah jg pake limit order tapi sangat jarang. mungkin ke depannya saya coba dg sistem order limit nya, tapi sebelumnya boleh saya nanya gan, selama pake order limit saat news ada kendala soal slipage nya nggak ya?
     
    s
    sip gan, saya pun cuma berusaha share pengalaman saya dg EA ini saja.
     
  11. banguntidurtp

    banguntidurtp Member

    Equity
    Credit
    Ref Point
    selama ini sih ngga pernah ada slippage yg berarti. pernah waktu news pake robo limit order (by system) bisa terseret (menguntungkan) sehingga sl jadi deket. sayang ngga ada snapshot, agak susah ceritanya.tapi intina robo wkt itu kalo waktu news robo termasuk broker yg nge lag dibanding yg lain.

    pakai limit order (op 10-17pip sl 30) ngga cocok kalu sesaat sblm news, tapi 1 jam sebelumnya.dan arahnya pun ikut di H4/Daily, di level support/resisten, selama ini hasilnya bagus kok.. ngga selalu profit ya, tapi kebanyakan profit. sering bisa dapat op di ekor
     
  12. labforex

    labforex Member Credit Hunter

    Equity
    Credit
    Ref Point
    [QUOTE="banguntidurtp,
    pakai limit order (op 10-17pip sl 30) ngga cocok kalu sesaat sblm news, tapi 1 jam sebelumnya.dan arahnya pun ikut di H4/Daily, di level support/resisten, selama ini hasilnya bagus kok.. ngga selalu profit ya, tapi kebanyakan profit. sering bisa dapat op di ekor[/QUOTE]
    Tehnik bagus ini pantas untuk dicoba...thank you ..saya ga kepikiran selama ini dengan tehnik 1 jam sebelum news..kalau yang lain malah saranin 20 menit sebelum news..error nya pasang 20 menit sebelum news 2 menit sebelum news udh kena pending order kita..haha.
     
  13. amiruddin

    amiruddin Member

    Equity
    Credit
    Ref Point
    lumayan panjang juga rule settingnya, tapi saya maudownload dan men coba dulu gan, dan terima kasih sudah mau berbagi ilmu di sini, semoga lancar jaya terus WD nya, suwun gan, salam porfit
     
  14. labforex

    labforex Member Credit Hunter

    Equity
    Credit
    Ref Point
    oke gan..silahkan dicoba
     
  15. Abdurokhman Fauzi

    Abdurokhman Fauzi Member Credit Hunter

    Equity
    Credit
    Ref Point
    ikut nyruput juga gan biar tahu hasilnya...
     
  16. abastomi

    abastomi Active Member Pioneer

    Equity
    Credit
    Ref Point
    ikut coba ya, siapa tahu bisa ikut cari settingan yang mantap
     
  17. labforex

    labforex Member Credit Hunter

    Equity
    Credit
    Ref Point
    semoga berguna pak fauzi..salam
     
    yap..silahkan dicoba mas...siapa tahu oprekannya mas lebih jitu..hehe..salam
     
  18. Davin Siregar

    Davin Siregar Member Credit Hunter

    Equity
    Credit
    Ref Point
    semoga banyak yang beruntung make EA ini
    saya sudah lama make EA ini,tapi tidak pernah menemukan broker yang tepat,jadi akumulasi masih loss
    mana tau teman2 disini dapat menemukan broker yang tepat semoga di share
     
  19. labforex

    labforex Member Credit Hunter

    Equity
    Credit
    Ref Point
    Semoga teman2 yang yang sudah coba mau sharing...
     
  20. sparky

    sparky New Member

    Equity
    Credit
    Ref Point
    ijin download gan......
     

Share This Page