Jump to content

insider007

Members
  • Posts

    48
  • Joined

  • Last visited

Reputation Activity

  1. Like
    insider007 reacted to iwjw in How to write this fonction in a shorter way, if you know it. thanx to reply   
    you can use two nested for loops
     
    for(int k=104; k>=4; k--)
    {
    exp1=0; exp2=0;
     
    for(int i= 0 i<k; i++)
    {
    //calculate expression 1 and 2 by running through the OrderHistory
    exp1*=x; //maybe OrderProfit or somthing like this
    exp2+=y
    }
    //evaluate exp1+2
    if(exp1>0 && exp2>0)
    .......
    }
  2. Like
    insider007 got a reaction from calebrulez in NeuroDimension TradingSolutions 4.0.080403   
    Re: NeuroDimension TradingSolutions 4.0.080403
     
    here you go
    hxxp://www.4shxxred.com/file/198100556/b6bda121/NeuroDimension20TradingSolutio.html
    hxxp://[email protected]/file/185062278/251477f1/price_chart_clone.html enjoy
     
    :)>-
  3. Like
    insider007 reacted to Red_Bull in Post Your Hottest EA   
    Yes I too believe Wall Street is honest & doing good so far, check the result here,
     
    http://www.myfxbook.com/members/forexwallstreet/wallstreet-forex-robot-500/95291
    http://www.myfxbook.com/members/forexwallstreet/wallstreet-forex-robot-1000/95292
    http://www.myfxbook.com/members/forexwallstreet/wallstreet-forex-robot-real/95290
     
    But there are many other good EA's as well people please let us know your hottest EA.
  4. Like
    insider007 reacted to cazador in @ Good Storage of EA/Indicators @   
    Visit:
     

    http://www.4shared.com/dir/23207211/4e3c417a/sharing.htmlThanks to the sharerrr pleaseee..;))
  5. Like
    insider007 got a reaction from megatron1713006019 in MT IB Bridge V1030 FULL Version €449.00   
    thanks aroman,
     
    am not all the time on this forum, but i appreciate what your are trying to do, giving respect for the one that give their work or ea that have a big value for free.
     
    In the same time if it`s ok for you i will share one of my tool that have big value for me, an maybe for other, at these link C-a-m-s--tasia---S--T--u-Dio

    all link are the same tool,
     
    english is not my first language sorry for mistakes..
  6. Like
    insider007 got a reaction from mike1990 in MT IB Bridge V1030 FULL Version €449.00   
    thanks aroman,
     
    am not all the time on this forum, but i appreciate what your are trying to do, giving respect for the one that give their work or ea that have a big value for free.
     
    In the same time if it`s ok for you i will share one of my tool that have big value for me, an maybe for other, at these link C-a-m-s--tasia---S--T--u-Dio

    all link are the same tool,
     
    english is not my first language sorry for mistakes..
  7. Like
    insider007 reacted to ⭐ musketeer in New Trade Copier EA   
    use that, from itics, i've used it with real accs 1:7... you will be not able to run 1:20 if you are on 32 bits machine.... but that is the limitation of XP 32 bits
    there is manual inside
     

    http://www.mediafire.com/?2ks25bz2epy8ve0
  8. Like
    insider007 reacted to ⭐ musketeer in New Trade Copier EA   
    here it is:
    http://www.multiupload.com/KSHPJ0V6P2
  9. Like
    insider007 reacted to calebhugh in The Mega Forex Tools Collection (3) $1000s & Growing!!   
    I'm with wadesworld without the guys over in the "Put Your UNEDUCATED Decompiled MQ4 File Here - I Will Give It A Good EDUCATION 4 You!"' and others like Craven who is a share goddess my bank would still be sitting on my dresser looking like a pig. Hang on let me share something.......be right back:D:D
     
    Here is something more for the mind set of success.....It is free on this site so no one should be offended.:-S:-S

    http://www.supertradesystem.com/cgi-bin/to.cgi?l=aaalife
  10. Like
    insider007 reacted to wadesworld in The Mega Forex Tools Collection (3) $1000s & Growing!!   
    [sHARE]ALL MY FILES~well almost all....
     
    Here is a good way to get into the sharing spirit at II. Help Yourself Everything is in Alphabetical Order.....ENJOY!!!!
     
    P.S. ...Please DON'T hit the thanks button unless you find something that can be usefull to you. Awesome....ENJOY!!!!
     
    http://www.mediafire.com/?mnkksppt3cqqe
     
    Check back or PM me for updates....PEACE..:)>-:)>-:)>-
  11. Like
    insider007 got a reaction from ismael360 in MT IB Bridge V1030 FULL Version €449.00   
    thanks aroman,
     
    am not all the time on this forum, but i appreciate what your are trying to do, giving respect for the one that give their work or ea that have a big value for free.
     
    In the same time if it`s ok for you i will share one of my tool that have big value for me, an maybe for other, at these link C-a-m-s--tasia---S--T--u-Dio

    all link are the same tool,
     
    english is not my first language sorry for mistakes..
  12. Like
    insider007 reacted to cmillion in SetkaProfitStop v1   
    Sorry for my English, I write through the translator.
    There are many shows of my work, I decided to present the latest development in person.
    Councilor trading stop orders, we can put a fixed grid or make it a rubber.
    You can put the variable in both sides of the lots, and many other things that do not understand, write to ask.
     
    Options Advisor:
     
     

    extern int Orders = 8, / / ​​maximum number of lines / / In each direction (not exceeding 99) extern double lot1 = 0.5; / / LOTS sottvetstvuyuschih orders extern double MinusLot = 0.0; extern int FirstStep = 0, / / ​​the first step from the current price, if 0 then put Step extern int Step = 0, / / ​​distance between the lines, if = 0 then the grid-locked at a price extern int StepPlus = 0, / / ​​grid with an increase from the current price, 0 - flat grid extern int SLoss = 0, / / ​​stoploss extern int TProfit = 0, / / ​​takeprofit extern double ProfitClose = 50; / / close all orders upon receipt of profit extern double TrailingPercent = 50, / / ​​if 0, then a warrant may be locked for ProfitClose otherwise they trawl, / / From ProfitClose a setback in TrailingPercent percentage extern int SleepTime = 0, / / ​​timeout after closing orders in minutes extern int magic = 1000; extern double Diapazon = 0.5; / / coefficient of expansion of the grid extern bool CloseEndWeek = true; / / close the warrant at the end of the week if there is no open market extern int HourClose = 18, / / ​​hour of closing orders on Friday extern int Key = 0; extern bool DrawInfo = true; / / output to the screen extern bool SendMailInfo = true; / / Sending information to the post office
     
    http://ruforum.mt5.com/threads/6045-Полуавтоматический-безиндикаторный-советник-СЕТКА?p=601384&viewfull=1#post601384
     
    Happy trading!
  13. Like
    insider007 got a reaction from loui_odeh in MT IB Bridge V1030 FULL Version €449.00   
    thanks aroman,
     
    am not all the time on this forum, but i appreciate what your are trying to do, giving respect for the one that give their work or ea that have a big value for free.
     
    In the same time if it`s ok for you i will share one of my tool that have big value for me, an maybe for other, at these link C-a-m-s--tasia---S--T--u-Dio

    all link are the same tool,
     
    english is not my first language sorry for mistakes..
  14. Like
    insider007 reacted to ho3ain190 in Post Your Hottest EA   
    i think wallstreet is honest ....
  15. Like
    insider007 reacted to konorti in ZIGZAG on RSI Indicator   
    Sombody asked me to write the Stochastic version of this indi. Here it is:
     
     

  16. Like
    insider007 reacted to konorti in ZIGZAG on RSI Indicator   
    Re: Gift indicator ZIGZAG on RSI
     
    This is the cci version:

    http://www.4shared.com/file/198983373/3efa2ddc/Gift_indicator_cci.html

    http://www.multiupload.com/5S6D6O33RY
    http://i49.tinypic.com/nd63go.jpg
  17. Like
    insider007 reacted to konorti in ZIGZAG on RSI Indicator   
    Re: Gift indicator ZIGZAG on RSI
     
    I can make it with CCI as well, no problem, but please give kudos as already 33 downloads and just 2 kudos. Thanks.
  18. Like
    insider007 reacted to soundfx in Do you believe this ?   
    forex93,
     
    I think your percentages are probably quite close when it comes to commercial systems.
     
    1% may be new and original though it won't work long term in the case of any EAs out there. In the case of manual systems with fancy new indicators - who knows how long they will last ?
     
    Of the 49% rehashed could well be some good systems, though they will be manual systems and as we know with manual systems - it's not the system, but the trader which makes all the difference.
     
    Everyone is looking for an easy way into trading (which is what the scammers are hoping for). Unfortunately for them, after lots of time in the market I'm sure that an easy route in just doesn't exist.
     
    If you want to make money in this game, you need a lot of education (which this forum and others provide), then you need the real education which is getting into the market and trading regularly. What really disapppoints me is to see someone who shares the latest fad EA being given thanks from all and sundry, however really useful information which some profitable traders spend a lot of their time putting together to help others goes relatively unnoticed. This suggests one thing...that the bulk of people here are wanting to make quick and easy money (the latest "holy grail" chasers) and don't want to have to learn to be traders to be able to do that.
     
    Trading seems simple - all you do is look at a chart and make a simple decision: Up or Down right ? Trading is simple in that sense, though it's not easy, and if it was EA's may actually be able to make some consistent profits lol.
     
    In my view trading is like any other profession, you need a lot of training to understand all the theory of technical analysis, then you need tons of practice to know what parts of the theory suit you best and how to use that in depth. There's no "fast track" to achieving all this, whether it comes from EA's, signal services, managed accounts, copied trades etc. If you want to make any money the hard way is the only way IMHO.
     
    Anyone who wants to be a real trader and actually make money rather than mess around backtesting or losing money money running useless EAs should have a good read through "Come into my trading room" by Dr. Alexander Elder. Something niggling in my subconscious recently attracted me to pick this book (which I bought many years ago) from my bookshelf and read through again.
     
    What astounded me was that the sort of trading - using multiple timeframes is very similar to what I use now. What I re-discovered are interesting snippets on how to maintain discipline and focus on trading.
     
    It's strange that this is a really old book, which I've not looked at for years, though it contains everything which I believe you need to make you a good trader (and I've spent years accumulating this sort of info. from a variety of sources).
     
    No doubt the book is available in e-format on a file share somewhere, though I'd recommend getting hold of a hardcopy if you can find one. Anyone scanning through the e-book will notice references to stock trading all over the place and comments like "you need at least $50,000 or preferably $100,000 to start trading professionally" and move the e-book swiftly to the recycle bin. At least with a hardcopy, you have the option of revisiting old knowledge and for me personally I find that I get more engrossed with a real book and learn much more than I would do from an e-book (which is so easy to scan through and then ignore).
     
    What you need to do is read this book as a forex trader. Remember that stocks require real money to buy them, so a $50,000 account for stocks is the same as a $1,000 account for forex at 50:1 leverage. The psychology of trading is identical regardless of market and the technical method is sound with good examples of trading using multiple timeframes and some great tips on how to effectively use divergence.
  19. Like
    insider007 got a reaction from domonkos in MT IB Bridge V1030 FULL Version €449.00   
    thanks aroman,
     
    am not all the time on this forum, but i appreciate what your are trying to do, giving respect for the one that give their work or ea that have a big value for free.
     
    In the same time if it`s ok for you i will share one of my tool that have big value for me, an maybe for other, at these link C-a-m-s--tasia---S--T--u-Dio

    all link are the same tool,
     
    english is not my first language sorry for mistakes..
  20. Like
    insider007 got a reaction from taipan in MT IB Bridge V1030 FULL Version €449.00   
    thanks aroman,
     
    am not all the time on this forum, but i appreciate what your are trying to do, giving respect for the one that give their work or ea that have a big value for free.
     
    In the same time if it`s ok for you i will share one of my tool that have big value for me, an maybe for other, at these link C-a-m-s--tasia---S--T--u-Dio

    all link are the same tool,
     
    english is not my first language sorry for mistakes..
  21. Like
    insider007 got a reaction from Pheniox in MT IB Bridge V1030 FULL Version €449.00   
    thanks aroman,
     
    am not all the time on this forum, but i appreciate what your are trying to do, giving respect for the one that give their work or ea that have a big value for free.
     
    In the same time if it`s ok for you i will share one of my tool that have big value for me, an maybe for other, at these link C-a-m-s--tasia---S--T--u-Dio

    all link are the same tool,
     
    english is not my first language sorry for mistakes..
  22. Like
    insider007 reacted to ⭐ musketeer in Come and join if you like Grid Trading   
    hXXp://[email protected]/file/LLgd3Hvy/Gridzilla-V7D-democured-nohibe.html
    it is with murtamad's code
  23. Like
    insider007 reacted to fx4_ever in Come and join if you like Grid Trading   
    Hi:
    Number of cycle, I set to 4. However, it depends on how quickly your profit target hits. example: if you are in the first cycle and hit your target, it doesn't trade anymore even if you set it to 4. Creators of this EA (per their website), they suggest we trade at 12:00 EST - 6:00PM EST (mostly 1/2 of US session). However, my experience, it works on all hours. BUT, it's best to turn it on after the news. If your EA has been running and have opened orders, if you are in small positive/negative, it's best to close all and wait for the news.
    My method is, I use just simple bollinger band to spot ranging and trending. Good things about trading Grid is, you do not have to be precise. If you can guesstimate roughly these ranges, EA makes money. I use BB and Starc band breakout (something that I learned from taking seminar sometime ago).
    Grid strategy should never just run 24/7. I think little bit of chart study and maintenance of EA, you can make money far easier than any other strategy in my opinion. Same for the martingale system. Most of people get into trouble when they just run the EA without studying the chart. Just my 2cents :)
    http://i56.tinypic.com/4rzyif.png
  24. Like
    insider007 reacted to nak71 in EA 500% in ten days   
    I'm sorry if i have done wrong. As I stated earlier i'm not selling this EA, but will give it free, unfortunately this EA is linked to my trading account. But I can changed it based on any account. Thats why ask to email or pm me. But I don't want to be accused of liar, scammer so here is the EA.
     
    http://www.4shared.com/file/3itURi2c/EA_online.html
  25. Like
    insider007 reacted to jdsim1 in Elemental Trader   
    and here is the super secret IVAR indicator they use at the bottom of the screen on the videos...again freely available
     
    this is used on fxgroundworks youtube videos - not on elemental trader
     
    hxxp://www.multiupload.com/LJYH52K13S
×
×
  • Create New...