Jump to content

Darktrader

Members
  • Posts

    282
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    Darktrader reacted to mashki in Final Forex   
    http://i60.tinypic.com/34ebadc.gif
     
    See this guys...if someone like it.He charge for this 199$
     
    http://www.finalforex99.com/
     
    Download it from here
    http://www.sendspace.com/file/pl2ifq
  2. Like
    Darktrader reacted to admis in The box   
    It's the same version as previously shared with one exception:
    targets can be assigned from a strategy as parameters. New name of this indicator and form of calling:
    PPTBoxSigLev(int target1, int target2, int target3, int target4, int target5)
    Example of usage:
     
    if (Position.MarketPosition == MarketPosition.Flat)
    {
    if (PPTBoxSigLev(162, 233,377, 512, 618).Box_Signal[0] == 1)
    {
    EnterLong(DefaultQuantity, "");
    }
     
    if (PPTBoxSigLev(162, 233,377, 512, 618).Box_Signal[0] == -1)
    {
    EnterShort(DefaultQuantity, "");
    }
    }
    You have to adapt your current strategies to the new name and parameters or use a previous release: PPTBoxSLsig() if you're not interested in a new feature introduced.
     
     
    P.S. This is my last release of this tweaked indicator. Now you can spend even 10k$ on a strategy development or ask yourself if it's worth ...
  3. Like
    Darktrader reacted to jayC4k in Req point zero products   
    Only have this one:
     
    http://www.mediafire.com/download/5f00p5pt43rif5p/PZ_Support_Resistance.ex4
  4. Like
    Darktrader reacted to admis in The box   
    Updated version:
    - Pennants visible
    - Levels can be set in the parameter box /no impact on a strategy parameters/
    - Few other minor improvements
    All of the changes, made in the source file are marked by: //@$
     
    http://indo-investasi.com/showthread.php/24211-The-box?p=324613&viewfull=1#post324613
     
    Cheers,
  5. Like
    Darktrader reacted to james1000 in Proindicatorss.comm   
    Looks like these work with the text file also
    https://anonfiles.com/file/75be33a50db2618f4c3c7b9014ee5372
  6. Like
    Darktrader reacted to admis in The box   
    There is a further extension of PPTBoxSL. 2 additional variables exposed to use in a strategy:
    Box_High and Box_Low.
    As I can imagine, they can be used in pending orders or as a stop loss.
    I'm glad to see here a large interest in the topic.
    http://indo-investasi.com/showthread.php/24211-The-box?p=324613&viewfull=1#post324613
     
    Just overwrite the previous one and compile it.
    Good luck!:)
  7. Like
    Darktrader reacted to yamantaka in The box   
    I'm very pleased to see some of you have taken the initiative to automated the box. I hope you find as much value in it as I have. That was my sole purpose in starting this thread. Learning how best to trade this is a time consuming effort, so don't give up too quickly if you don't get instant gratification.
     
    Good luck to all of you.
  8. Like
    Darktrader reacted to westvleteren in The box   
    ..............
  9. Like
    Darktrader reacted to admis in The box   
    It is not a strategy and it's the reason you cannot see it. PPTBoxSLsig has only a small improvement to use it in a strategy.
     
    Try to use a strategy builder or use that one: http://indo-investasi.com/showthread.php/24211-The-box?p=324225&viewfull=1#post324225
    As soon as I find some time I'll prepare something for making the tests.
  10. Like
    Darktrader reacted to ⭐ chripu in The box   
    like i said ..first time for me ..so use carefully ....no garantie ... :)
    and i think everybody can do that with the strategiewizard .... i´m old and no programmer at all ...dont even know to speak english very well .. and i did it with my first try... ;)
     
    http://www.sendspace.com/file/46van9
  11. Like
    Darktrader reacted to admis in The box   
    As I promised, link below with the changed source of PPTBoxSL.
    Box_signal is exposed to use in a strategy.
     
    a newer version is available here: :)
    http://indo-investasi.com/showthread.php/24211-The-box?p=324393&viewfull=1#post324393
     
    I've changed the name of the original indicator to PPTBoxSLsig to omit any confusion in the future.
    Very simple example how to use it in a strategy:
    ....
    if (Position.MarketPosition == MarketPosition.Flat)
    {
    if (PPTBoxSLsig().Box_Signal[0] == 1)
    {
    EnterLong(DefaultQuantity, "");
    }
     
    if (PPTBoxSLsig().Box_Signal[0] == -1)
    {
    EnterShort(DefaultQuantity, "");
    }
    }
    ....
    Cheers,
  12. Like
    Darktrader reacted to admis in The box   
    user33 is right, but it's not big deal to change it. I'll send later a PPTBoxSL version with an exposed trigger to use in a strategy builder for example...
  13. Like
    Darktrader got a reaction from enzofox in The box   
    Well I'm glad to see the PPTBoxSL is in the condition builder. That means it can be used to build any strategy in the Ninja Strategy Builder. Only wish Cashmaniac was still around.
    I hear he's very adept at ASD with the NTStrat Builder.
    Btw enzofox here is a recent 1 hour webinar for using the NT Strat Builder and Condition builder.

  14. Like
    Darktrader reacted to enzofox in The box   
    http://my.jetscreenshot.com/demo/20140410-venq-75kb.jpg
     
     
    enough to be able to write two lines with NinjaScript, the code exists
    Give me a few more days
  15. Like
    Darktrader reacted to tradernate in REQ: [email protected]   
    This is the .cs...zip file. This one is working
    Its back, this IS NOT a copy of Trade The Eminis...this is TRADERTHEEMINI...seems they're different...not sure which way.
     
    .................................
  16. Like
    Darktrader got a reaction from thedriver in The box   
    Thank you driver! :)
  17. Like
    Darktrader reacted to thedriver in The box   
    here you go 32bit http://www.sendspace.com/file/iyl4y6
     
    copy this cs in your custom/indicator NT and compile or close and reopen NT
     
    regards
  18. Like
    Darktrader reacted to LisaAkira in REQ: eministrategies   
    Reversion Strategy Explained
     
    http://[email protected]/files/Xj2td/
  19. Like
    Darktrader reacted to dk1aussie in Share BFG indicator   
    xxx.bef0rexguru.c0m
     
    here is the indicator BFG
     
    https://anonfiles.com/file/e2d93dc823d63b47e726d10b1f065692
  20. Like
    Darktrader reacted to Swordfih in [REQ] tr@[email protected]   
    http://www.sendspace.com/file/05ydhg
  21. Like
    Darktrader reacted to mashki in REQ: Bollinger BARS   
    Here bolinger bars from the same site :
    http://www.mediafire.com/download/43c52xvbvq2l648/Bollinger-band-bars.zip
  22. Like
    Darktrader reacted to yamantaka in Trading rooms, Gurus, and scams   
    Fellow traders,
     
    Many of you are seeking ways to become profitable or wishing to follow Saint elgaza to the trading promised land. Let me tell you from my 20 years experience the overriding majority of trading rooms and their gurus are a complete waste of your time and money, because (1) They don't show their DOMs, (2) They don't call trades in advance, (3) They take trades you don't understand, (4) They take risks you can't afford, and (5) They won't provide legitimate and verifiable track records.
     
    Having said that, Dean Handley (who is now a vendor himself) has done a very extensive study of trading rooms and has identified some of the good ones to consider and bad ones to avoid based on solid criteria. I suggest you read ALL of his articles, many of which are published in the well respected Futures Truth before committing your time and money to others.
     
    Best of luck in your trading endeavors.
     
    http://www.tesseracttrading.com/#!who/c4nz
  23. Like
    Darktrader reacted to Swordfih in [REQ] Timeline Indicator   
    Got this indicator that plots ES reversal times and needs to be educated. Maybe one of our resident gurus can take a crack at it.
     
    https://anonfiles.com/file/5506f8ad79ee84c203f5d2b73d85146e
     
    Thanks in advance
  24. Like
    Darktrader reacted to tradernate in breakawaytrader.com   
    Cornelis...look for the smart money indicator it was fixed a while ago....if you do not see it I will get it from a backup drive..Nate
     
    Here it is: http://www.sendspace.com/file/ks988e
  25. Like
    Darktrader reacted to tradernate in [REQ] CFRN.net   
    Darktrader...the elbow indicator seems to be an ATR indicator using a vwma 2.0 to 4.0 ATR. with either a 10 or 14 period. Can get it under BBT_Trend. Set the plot to line vs. the standard hash.
     

×
×
  • Create New...