Jump to content

write2kc

Members
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    write2kc got a reaction from tyt1 in FFCal News Alert Indicator not Working - URL in Script cant be found on the Network   
    Read all of the threads on this page: http://indo-investasi.com/showthread.php/7254-Forex-Shocker-2.0XE-N1/page11
    your solution is there.
  2. Like
    write2kc got a reaction from stop_lo in Forex Shocker 2.0XE N1   
    This FFCal error has nothing to do with your EA. It simply means the the XML data feed FFCal uses to retrieve news data
    string sUrl = "http://cloud.forexfactory.com/ffcal_week_this.xml"; is not working - or more specifically it has been changed by Forex Factory.
    If you scroll to the blue banner at the bottom of any of their pages you will see a link for "RSS Feeds".
    That will take you to the XML feed page where is you look at the bottom you will see "Calendar Resources" and most importantly "Weekly Output".
    That URL now looks like
    http://cdn.forexfactory.com/ffcal_week_this.xml.
    You should be able to see the XML by just entering the URL in your browser and if it's working just make a copy of the original line in the .mq4 file, comment out the old one and with your new line substitute the old URL for this new one and recompile.
    It's my guess that because of the heavy traffic this feed receives ... FF decided to host it on a CDN (Content Delivery Network) like Akamai for example.
    I'm just waiting for them to take notice and fix it.
    I have disabled all EA's for now that depend on FFCal.
    If your platform is crashing this is not the reason. You should pay attention to the system resources you MT4 platform is consuming and how much you have available as a possibility.
  3. Like
    write2kc reacted to grooter in Forex Shocker 2.0XE N1   
    cdn.forexfactory.com does not resolve either. You can use "www" instead.
  4. Like
    write2kc got a reaction from maddman in 5 years of work - no repaint, high quality signals easy   
    Jayman007
    If the MultiUpload stats are correct, I'm like the 89th person to download your file but surprisingly the first to say thanks and just comment on how clean the template looks and how easy on the eyes it is.
    Thanks for the effort. I just have to go back a few threads to really understand how the Gann Indicator is being used.
  5. Like
    write2kc reacted to dinj in Forex Shocker 2.0XE N1   
    After a reasonable(ok) performance of Forex Shocker on my live account, I decided to mod it and add news filter.
    The version in question is 2.0, nodll, found on this forum. I'm not sure who educated it.
     
    The only broker I have been able to work it or backtest it on, is JadeFX. At first I thought it was weird, but after some months I thought it might have something to do with the GMT offset.
    I looked into the code and found a major bug that only allowed it to work on gmt offset=0 and 1, on some pairs
     
    I fixed it and it should now be able to work and be backtested on any broker.
     
    Another bug I found was about the timed closing, also knows as customlevels on fapturbo. What this does is, it closes the trade at a smaller profit, or small loss, after a certain time if it hasn't reached takeprofit yet. The bug only allowed it to work on 4-digit brokers. It's fixed now, even though I might have had more profits with it accidently off.
     
    The news filter is exactly the same that I added to Megadroid, so no big deal.
     
    Now notice I called it XE :D
    About that, I added a couple of costumizable features.
    Where you're supposed to choose the logic, I added a new option, which is 0=custom.
    If you put 0, then you're able to custumize a whole bunch of features to the logic. And here they are:
     
    -Timed_Closing: This is a general option for any logic. Putting this to false, it turns off those custom levels of, which close a trade in smaller profit if it hasn't been able to reach takeprofit after a while.
     
    -News Filter - AvoidNews: This is pretty much the same as megadroid. Turn it on to not trade around news and specify which news and how long before and after.
     
    -Logic: the same as the original but now you can choose 0 to specify your own parameters.
     
    Advanced Settings: here they are.
     
    -Hour_Start_Time and Hour_End_Time: Pretty obvious this one, from when till when you want it to open trades.
     
    -TakeProfit: before, in all pairs, the take profit was always 4 pips. Now you can go wild on it if you want.
     
    -StopLoss: before, the stoplosses ranged around 19-34 depending of the pair. Now you pick it.
     
    -NN1, NN2... NN8: I have no idea what this values are really, but they have to do with the logic of opening a trade. On version 1 you could and had to change this values depending on each pair. The thing is, before there was only NN1- NN5 and they are exactly the same as in version 1. Now there are 3 more values (NN6,NN7,NN8), even though on every pair they seem to be the same values.
     
    -Timed_Buy_TakeProfit: This might be a bit confusing. Remember the Timed_Closing or customlevels? This is to do with that. Here you decide which value of profit you want it to close a buy trade after a certain time.
     
    -Timed_Sell_TakeProfit: The same but for sell/short trades.
     
    -Minutes_Buy: Here you choose how many minutes after the trade opening you want to activate the Timed_Buy_TakeProfit.
     
    -Minutes_Sell: Same, but for sells.
     
    Here's an example for this last part. If you have Timed_Closing as true, Logic as 0, and let's say you are trading AUDUSD. It opens a buy trade at 22:15. Usually it tries to take profit of 4 pips. Let's say you have Timed_Buy_TakeProfit set to "-1" and Minutes_Buy to 75. This means, if after 75 minutes your trade is still open, then the takeprofit will be changed from 4 to -1. As an example, if it bought at 0.9000, the initial takeprofit was at 0.9004 and after 75minutes it will be changed to 0.8999 and the trade will close if the Bid price is equal or higher than that.
     
    So that's it, I'm posting then the nodll version with the ffcal indicator that you have to put on indicators folder if you still don't have it. I'm also sending a picture with the settings for each of the original pairs. You don't need to input those values, as you just need to choose the logic for those original pairs, but it's usefull for your curiosity and if you wanna test differents value.

    http://www.multiupload.com/2OHB9VE2ET
    I just gave it a quick test and it seemed alright. If you find any bugs, post them here. Good luck.
  6. Like
    write2kc reacted to cubicrey in Derek Frey Inner Circle Harmonic Trading guides   
    Hi,
     
    Here is portion course material I have from this Author (tat's all I have)
    If you guys have more info regarding his course please share with us as well. :)
     

     
    Please help me and others to upload to other file servers. Thank you.
  7. Like
    write2kc reacted to iltc2001 in Derek Frey Inner Circle Harmonic Trading guides   
    RS Mirror :
     

    http://r@[email protected]/files/384569080/Derek_Frey_Inner_Circle_Harmonic_Trading.rar.html
  8. Like
    write2kc reacted to mlee in Elemental Trader   
    Sophisticated harm0nic trading software, a version of it is also used by Der3k Fr3y and also FxGr0undworks. It's based on the Zup indicator.
     
    If you want to learn more, I highly recommend reading the ebooks posted here: http://indo-investasi.com/showthread.php/6406-Derek-Frey-Inner-Circle-Harmonic-Trading-guides?highlight=frey
  9. Like
    write2kc reacted to kraven in loads of EA's   
    don't use EA's so not on this part of Indo much but i came across this site.....some may have seen it, some may not....loads of EA's.....enjoy
     
    hxxp://desynced.net/fx/eas/eas.php
  10. Like
    write2kc reacted to halcyonn in loads of EA's   
    The Magic RSI ea is a reasonably good one.it would need optimisation once every couple of months for the stop and sl values.
     
    my best settings have 13 pip tp and 39 pip sl for 30 min eurusd charts.
     
    the rsi values may not be played with as they are there after some thought on the subject.
     
    http://depositfiles.com/files/l8cbyc96b
     
     
     
    Strategy Tester Report
    Magic RSI
    AlpariUK-Demo (Build 229)
     
    Symbol EURUSD (Euro vs US Dollar)
    Period 30 Minutes (M30) 2010.01.04 00:00 - 2011.01.18 23:30 (2010.01.01 - 2011.01.19)
    Model Every tick (the most precise method based on all available least timeframes)
    Parameters Lots=1; MaxBuyOrders=1; MaxSellOrders=1; BuyRSI=12; SellRSI=90; RSITF=15; RSIL=9; MATF=15; MA1=13; MA2=39; StopLoss=390; TakeProfit=130; TargetLevel=20; Slippage=1; LotIncrease=false; IsAcctMini=false; UseSound=false;
     
    Bars in test 10360 Ticks modelled 8734131 Modelling quality 90.00%
    Mismatched charts errors 0
     
    Initial deposit 10000.00
    Total net profit 2429.20 Gross profit 7277.20 Gross loss -4848.00
    Profit factor 1.50 Expected payoff 35.72
    Absolute drawdown 629.10 Maximal drawdown 1181.10 (11.19%) Relative drawdown 11.19% (1181.10)
     
    Total trades 68 Short positions (won %) 21 (80.95%) Long positions (won %) 47 (82.98%)
    Profit trades (% of total) 56 (82.35%) Loss trades (% of total) 12 (17.65%)
    Largest profit trade 130.00 loss trade -404.00
    Average profit trade 129.95 loss trade -404.00
    Maximum consecutive wins (profit in money) 14 (1817.30) consecutive losses (loss in money) 2 (-808.00)
    Maximal consecutive profit (count of wins) 1817.30 (14) consecutive loss (count of losses) -808.00 (2)
    Average consecutive wins 5 consecutive losses 1
     
    My dear friend IWJW looked through the magic rsi ea and he informed me that Magic RSI ea has a magic number in its code.it would eb agood idea to check Pivot Limit ea to see if it has magic number in it.if not then it is requested that coding gurus add it to the ea.
  11. Like
    write2kc reacted to Zoltan in 5 years of work - no repaint, high quality signals easy   
    Here is a link to help you improve your pairs selection.
     

     
    The strength meter is on par with the best commercial systems and the by far the best one available for free.
  12. Like
    write2kc reacted to Gaugas in 5 years of work - no repaint, high quality signals easy   
    my template
     
    www . 4shared . com/file/jjJSEYGG/Terminal . html
  13. Like
    write2kc reacted to mrb123 in NEW Megadroid N1   
    I figured it out...here is a download link: http://www.4shared.com/file/7aBiUP8w/Deletelogfiles.html
×
×
  • Create New...