Jump to content

inko.gnito

Members
  • Posts

    11
  • Joined

  • Last visited

Reputation Activity

  1. Like
    inko.gnito reacted to csn in [Get] Larry Williams Forcast 2012   
    http://i42.tinypic.com/ibkx6s.jpg 

    Larry Williams Forecast 2012
     

    I have just completed my 2012 forecast... it is an exciting one, projecting three major moves this coming year. Here is a hint at two of them:
     
    1) There will be a significant sell off in the first half of the year
    2) There will be a very strong rally - before the elections
     
    You have seen the 2011 forecast. That's why I say, "The future can be known."
     
    You are probably wondering how I do this? It is simple to explain but not simple to do. I first determine all of the short-term intermediate and long term cycles in a market then blend these together with the historical very long term cycles. The result is a road map of what I expect the market to do this coming year.
     
    As you can see the Dow has repeatedly followed the road maps with a good deal of clarity. That's good news, but the even better news is the same technique can be used on individual commodities and stocks. This is my 7th year of formalizing these forecasts in a report, with an ever increasing readership because they have been correct.
     
    Don't take my word for it. Take my charts, the forecasts I made last year. See for yourself.
     
    Finally, my Forecast 2012 Report includes the most significant set up trades for immediate moves in the first part of the new year. The 2011 selections were for first of the year rallies in Treasury Bonds, Japanese Yen, British Pound, Cocoa and declines for Copper and Crude Oil. Judge for yourself the value of my advice. I have now selected what I think are our best trade Set Ups for the first of 2012.
     
    My Forecast 2012 Report is pretty much like getting next month's newspaper today. Winning in anything comes from preparation that gives an expectation of what your opponent will do. The Forecast 2012 Report gives us a massive edge in the game, as we have a very good idea of when the market will do, what it will do.
     
    Stop being shocked and surprised, and unprepared. Know the future.
     
    Get it from here:

    I am happy to be back after a long time and to be able to finally share it for all of you. Enjoy and give something back to this wonderful forum!






  2. Like
    inko.gnito got a reaction from Stormin_Norman in Forex Catapult EA   
    This is the demo version only working with EURUSD on H4 chart.
     
    I did a backtest vom 2007/01/01 to 2011/09/08. Result is good since 23rd Sept. 2009. Before the performance is poor.
     
    Backtest Results:
    http://i53.tinypic.com/2u62ux5.png
    http://i53.tinypic.com/2u62ux5.png
     
    Backtest Balance Curve:
    http://i51.tinypic.com/27ylvc.png
    http://i51.tinypic.com/27ylvc.png
  3. Like
    inko.gnito got a reaction from jdsim1 in dashboard just released   
    I modded the code a bit. New features:
     
    - option to change the non-Forex symbols names to what your MT4 broker uses
    - option that force the refresh of the data, which may help to keep the displayed data current
    - shrinked the entire display
    - added Silver and Copper to the Commodities
     
    Tested well on ActivTrades account.
     
    Download here:

     
    Pass for archive: indo
  4. Like
    inko.gnito got a reaction from newbie111 in dashboard just released   
    I modded the code a bit. New features:
     
    - option to change the non-Forex symbols names to what your MT4 broker uses
    - option that force the refresh of the data, which may help to keep the displayed data current
    - shrinked the entire display
    - added Silver and Copper to the Commodities
     
    Tested well on ActivTrades account.
     
    Download here:

     
    Pass for archive: indo
  5. Like
    inko.gnito got a reaction from bigdir in forex legend   
    What I got so far is that 2 URLs are accessed when you run the EAs:
    http://fapturbo.com/gmt.php
    http://forexlegend.com/access/fl.php?
     
    I decompiled the dll file, however my c skills are very limited. What I found out by sniffing is that the dll calls the latter URL like the following:
    http://forexlegend.com/access/fl.php?file=ForexLegendTrendFollower:1.00&base=11111111&acct=11111&type=0&code=911
    same is with the Scalper
    http://forexlegend.com/access/fl.php?file=ForexLegendScalper:1.00&base=11111111&acct=11111&type=0&code=911
    type is demo, there you should pass over 0
    code is the authentication code which I have no clue of
    acct is the account number
    If you call the url in your browser you get the following:
    00000000|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled due to invalid authentication details
    If you pass at least a correct base-number you get:
    11111111|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled because the receipt number is incorrect
    The first 8 digits are a number I changed also.
     
    I changed the base-number to 8 times a 1. It differs from machine to machine so this could be some kind of machine id.
     
    What I found so far in the c-code is that the open buy and the can_open functions also call the Activate function. Therefore these 2 functions have to be completely rewritten in the mql code and the call of function call Activate in mql has to be removed. That may do the trick.
    Perhaps also the GetState() response has to be altered, but that seems to be just visual cosmetic.
     
    If that does not work maybe one can find out what the valid the response for the call of their php file is. Then like the trick with Ninja Trader you could run a local webserver that will respond with this value. I already tested it with a simle 1 as response, but that did not work.
  6. Like
    inko.gnito got a reaction from t2g in forex legend   
    What I got so far is that 2 URLs are accessed when you run the EAs:
    http://fapturbo.com/gmt.php
    http://forexlegend.com/access/fl.php?
     
    I decompiled the dll file, however my c skills are very limited. What I found out by sniffing is that the dll calls the latter URL like the following:
    http://forexlegend.com/access/fl.php?file=ForexLegendTrendFollower:1.00&base=11111111&acct=11111&type=0&code=911
    same is with the Scalper
    http://forexlegend.com/access/fl.php?file=ForexLegendScalper:1.00&base=11111111&acct=11111&type=0&code=911
    type is demo, there you should pass over 0
    code is the authentication code which I have no clue of
    acct is the account number
    If you call the url in your browser you get the following:
    00000000|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled due to invalid authentication details
    If you pass at least a correct base-number you get:
    11111111|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled because the receipt number is incorrect
    The first 8 digits are a number I changed also.
     
    I changed the base-number to 8 times a 1. It differs from machine to machine so this could be some kind of machine id.
     
    What I found so far in the c-code is that the open buy and the can_open functions also call the Activate function. Therefore these 2 functions have to be completely rewritten in the mql code and the call of function call Activate in mql has to be removed. That may do the trick.
    Perhaps also the GetState() response has to be altered, but that seems to be just visual cosmetic.
     
    If that does not work maybe one can find out what the valid the response for the call of their php file is. Then like the trick with Ninja Trader you could run a local webserver that will respond with this value. I already tested it with a simle 1 as response, but that did not work.
  7. Like
    inko.gnito got a reaction from Indianamac in forex legend   
    What I got so far is that 2 URLs are accessed when you run the EAs:
    http://fapturbo.com/gmt.php
    http://forexlegend.com/access/fl.php?
     
    I decompiled the dll file, however my c skills are very limited. What I found out by sniffing is that the dll calls the latter URL like the following:
    http://forexlegend.com/access/fl.php?file=ForexLegendTrendFollower:1.00&base=11111111&acct=11111&type=0&code=911
    same is with the Scalper
    http://forexlegend.com/access/fl.php?file=ForexLegendScalper:1.00&base=11111111&acct=11111&type=0&code=911
    type is demo, there you should pass over 0
    code is the authentication code which I have no clue of
    acct is the account number
    If you call the url in your browser you get the following:
    00000000|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled due to invalid authentication details
    If you pass at least a correct base-number you get:
    11111111|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled because the receipt number is incorrect
    The first 8 digits are a number I changed also.
     
    I changed the base-number to 8 times a 1. It differs from machine to machine so this could be some kind of machine id.
     
    What I found so far in the c-code is that the open buy and the can_open functions also call the Activate function. Therefore these 2 functions have to be completely rewritten in the mql code and the call of function call Activate in mql has to be removed. That may do the trick.
    Perhaps also the GetState() response has to be altered, but that seems to be just visual cosmetic.
     
    If that does not work maybe one can find out what the valid the response for the call of their php file is. Then like the trick with Ninja Trader you could run a local webserver that will respond with this value. I already tested it with a simle 1 as response, but that did not work.
  8. Like
    inko.gnito got a reaction from flover in forex legend   
    What I got so far is that 2 URLs are accessed when you run the EAs:
    http://fapturbo.com/gmt.php
    http://forexlegend.com/access/fl.php?
     
    I decompiled the dll file, however my c skills are very limited. What I found out by sniffing is that the dll calls the latter URL like the following:
    http://forexlegend.com/access/fl.php?file=ForexLegendTrendFollower:1.00&base=11111111&acct=11111&type=0&code=911
    same is with the Scalper
    http://forexlegend.com/access/fl.php?file=ForexLegendScalper:1.00&base=11111111&acct=11111&type=0&code=911
    type is demo, there you should pass over 0
    code is the authentication code which I have no clue of
    acct is the account number
    If you call the url in your browser you get the following:
    00000000|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled due to invalid authentication details
    If you pass at least a correct base-number you get:
    11111111|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled because the receipt number is incorrect
    The first 8 digits are a number I changed also.
     
    I changed the base-number to 8 times a 1. It differs from machine to machine so this could be some kind of machine id.
     
    What I found so far in the c-code is that the open buy and the can_open functions also call the Activate function. Therefore these 2 functions have to be completely rewritten in the mql code and the call of function call Activate in mql has to be removed. That may do the trick.
    Perhaps also the GetState() response has to be altered, but that seems to be just visual cosmetic.
     
    If that does not work maybe one can find out what the valid the response for the call of their php file is. Then like the trick with Ninja Trader you could run a local webserver that will respond with this value. I already tested it with a simle 1 as response, but that did not work.
  9. Like
    inko.gnito got a reaction from iwjw in forex legend   
    What I got so far is that 2 URLs are accessed when you run the EAs:
    http://fapturbo.com/gmt.php
    http://forexlegend.com/access/fl.php?
     
    I decompiled the dll file, however my c skills are very limited. What I found out by sniffing is that the dll calls the latter URL like the following:
    http://forexlegend.com/access/fl.php?file=ForexLegendTrendFollower:1.00&base=11111111&acct=11111&type=0&code=911
    same is with the Scalper
    http://forexlegend.com/access/fl.php?file=ForexLegendScalper:1.00&base=11111111&acct=11111&type=0&code=911
    type is demo, there you should pass over 0
    code is the authentication code which I have no clue of
    acct is the account number
    If you call the url in your browser you get the following:
    00000000|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled due to invalid authentication details
    If you pass at least a correct base-number you get:
    11111111|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled because the receipt number is incorrect
    The first 8 digits are a number I changed also.
     
    I changed the base-number to 8 times a 1. It differs from machine to machine so this could be some kind of machine id.
     
    What I found so far in the c-code is that the open buy and the can_open functions also call the Activate function. Therefore these 2 functions have to be completely rewritten in the mql code and the call of function call Activate in mql has to be removed. That may do the trick.
    Perhaps also the GetState() response has to be altered, but that seems to be just visual cosmetic.
     
    If that does not work maybe one can find out what the valid the response for the call of their php file is. Then like the trick with Ninja Trader you could run a local webserver that will respond with this value. I already tested it with a simle 1 as response, but that did not work.
  10. Like
    inko.gnito got a reaction from halcyonn in dashboard just released   
    I modded the code a bit. New features:
     
    - option to change the non-Forex symbols names to what your MT4 broker uses
    - option that force the refresh of the data, which may help to keep the displayed data current
    - shrinked the entire display
    - added Silver and Copper to the Commodities
     
    Tested well on ActivTrades account.
     
    Download here:

     
    Pass for archive: indo
  11. Like
    inko.gnito got a reaction from expat1967 in dashboard just released   
    I modded the code a bit. New features:
     
    - option to change the non-Forex symbols names to what your MT4 broker uses
    - option that force the refresh of the data, which may help to keep the displayed data current
    - shrinked the entire display
    - added Silver and Copper to the Commodities
     
    Tested well on ActivTrades account.
     
    Download here:

     
    Pass for archive: indo
  12. Like
    inko.gnito got a reaction from pardy in dashboard just released   
    I modded the code a bit. New features:
     
    - option to change the non-Forex symbols names to what your MT4 broker uses
    - option that force the refresh of the data, which may help to keep the displayed data current
    - shrinked the entire display
    - added Silver and Copper to the Commodities
     
    Tested well on ActivTrades account.
     
    Download here:

     
    Pass for archive: indo
  13. Like
    inko.gnito got a reaction from mashki in Can someone please help me with this indicator?!   
    I recoded it for you. You can set it in the indicator properties to which corner you like it. Even font size etc. is adjustable. Hope you like it.
     
    Download here:

     
    Pass for archive: indo
  14. Like
    inko.gnito got a reaction from THANKS in dashboard just released   
    I modded the code a bit. New features:
     
    - option to change the non-Forex symbols names to what your MT4 broker uses
    - option that force the refresh of the data, which may help to keep the displayed data current
    - shrinked the entire display
    - added Silver and Copper to the Commodities
     
    Tested well on ActivTrades account.
     
    Download here:

     
    Pass for archive: indo
  15. Like
    inko.gnito got a reaction from deyu16 in Can someone please help me with this indicator?!   
    I recoded it for you. You can set it in the indicator properties to which corner you like it. Even font size etc. is adjustable. Hope you like it.
     
    Download here:

     
    Pass for archive: indo
  16. Like
    inko.gnito got a reaction from jasik1984 in dashboard just released   
    I modded the code a bit. New features:
     
    - option to change the non-Forex symbols names to what your MT4 broker uses
    - option that force the refresh of the data, which may help to keep the displayed data current
    - shrinked the entire display
    - added Silver and Copper to the Commodities
     
    Tested well on ActivTrades account.
     
    Download here:

     
    Pass for archive: indo
×
×
  • Create New...