Jump to content

homey

Members
  • Posts

    55
  • Joined

  • Last visited

Reputation Activity

  1. Like
    homey got a reaction from estabania in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  2. Like
    homey got a reaction from spymez in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  3. Like
    homey got a reaction from ⭐ traderkx in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  4. Like
    homey got a reaction from Watson Leung in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  5. Like
    homey got a reaction from traderin in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  6. Like
    homey got a reaction from JoeWilson in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  7. Like
    homey got a reaction from shrike in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  8. Like
    homey got a reaction from barend15 in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  9. Like
    homey got a reaction from trad128 in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  10. Like
    homey got a reaction from dhiru19 in Reaction Point NT addon John Cr@ne medicine request   
    here you go: https://www.sendspace.com/file/pdblip
  11. Like
    homey reacted to ⭐ ESVepara in [Req] Gunner 24 ( Full Package - Software + Ebooks )   
    Here is what i have found - hope it helps
     
     
    Main website hxxp://www.gunner24.com/home/
     
    Links to files and information
     
    https://www.sendspace.com/filegroup/zgBBB%2BCGfJt%2BPkl%2BJDnbf3fyjo2o9tTT
  12. Like
    homey reacted to Swordfih in Kongz@n@ new files.   
    Don't know if this was shared before but FWIW more info about how to use this "marvel".
     
    This document it's provided when joining his trading room. Hope it helps,
     
    https://[email protected]/file/1185tz
  13. Like
    homey reacted to admis in Kongz@n@ new files.   
    Again, it's impressive! How much is this masterpiece worth? (Already have got it: $299/month [$3,588/year])
    [spoiler=STBuy]

    using System; using System.ComponentModel; using NinjaTrader.Data; namespace NinjaTrader.Strategy { [Description("Enter the description of your strategy here")] public class STSBuy : Strategy { protected override void Initialize() { CalculateOnBarClose=true; } protected override void OnBarUpdate() { if (CrossAbove(SMA(CCI(240), 1), SMA(CCI(240), 20), 1)) { EnterLong(DefaultQuantity, ""); } if (CrossBelow(SMA(CCI(240), 1), SMA(CCI(240), 20), 1)) { ExitLong("", ""); } } } }
     
    [spoiler=STSell]

    using System; using System.ComponentModel; using NinjaTrader.Data; namespace NinjaTrader.Strategy { [Description("Enter the description of your strategy here")] public class STSSell : Strategy { protected override void Initialize() { CalculateOnBarClose=true; } protected override void OnBarUpdate() { if (CrossBelow(SMA(CCI(240), 1), SMA(CCI(240), 20), 1)) { EnterShort(DefaultQuantity, ""); } if (CrossAbove(SMA(CCI(240), 1), SMA(CCI(240), 20), 1)) { ExitShort("", ""); } } } }
     
    The previous scribble you can see here: http://indo-investasi.com/showthread.php/26607-Can-someone-please-convert-these-small-NT7-strategies-to-source?p=390473&viewfull=1#post390473
     
    Reading admiration of something like that, I'm not surprised anymore, that there is still so much sold of the snake oil products.
    X_X...I'm not sure - whether should I laugh or cry?
  14. Like
    homey reacted to stevemoore in Kongz@n@ new files.   
    G'day all. I have just checked the very promising vendor Kongzana's website, and found out that they have released new strats and files.They are the STSBuy and STSSell automated strats and the indicator anaCurrentDayVWAP42.zip.I had requested one of our topnotch educators to help me for education of the files and he very graciously accepted, even though he was busy.Not only is he very skillful and talented but also very kind and humble as he told me not to mention his name.Thank you my man (you know who you are!)
    Some info on the indicators.You all already know and understand the popular VWAP.
    This is what Kongzana have to say about the STSBuy/Sell:
    StS is Signal to Signal and somewhat similar to CTT. This strategy has the same entry conditions as CTT however the stop loss is removed and the exit is triggered at the cross of the signal for both Buy and Sell.
     
    Kongzana New.zip (21.61KB)
    https://www.sendspace.com/file/y73mbx
    (just extract and import into NT7 like you normally would)
     
    Many thanks go to the educator!
    :)
  15. Like
    homey reacted to ajay17 in IBD Home Study Program   
    https://mega.nz/#F!0J4y1C4B!dWSkAXTp8t2nuue2jyRCVg
  16. Like
    homey reacted to sgueta in Edu: Right Line Trading   
    Check This
     
    https://www.sendspace.com/file/o3c157
  17. Like
    homey reacted to ⭐ laser1000it in (req) Udedmy - Bl@ck Algo Trading   
    I've found this: https://sanet.me/blogs/training4all/black_algo_trading_build_your_trading_robot.1724146.html
  18. Like
    homey reacted to lululee in [Share] alex@nder trading - new found@tions course   
    Hi All,
     
    Here is alex@nder trading - new found@tions course
    Price 2K
    # of files 74
    Size 950 MB
    Link to web page https://[email protected]/training/new-found@tions-course-2/
     
    @=a
     
    https://mega.nz/#!HJ9mWChb!Vbco5_VfERiAewAFswbN_bzFZJ5VCNcEXs643LUQ-ig
     
    Enjoy,
    Lulu
  19. Like
    homey reacted to admis in The Be@st   
    After you make your research work, please remember to share your findings.
    https://www.sendspace.com/file/zwzsrc
     
    Any complaints are welcome and will be considered or even respected (depends on arguments)
     

  20. Like
    homey reacted to Traderbeauty in Traderbeauty Method for the ES.   
    Everyone-
    I am sharing with you my entire setup - no need for anything else- remember- when you trade- the more info you have the more you will get confused so keep it simple and visual.
     
    since the image is large - i am posting the actual link ////////http://i.imgur.com/IsiRy61.png///////
    Jane
     
    http://i.imgur.com/IsiRy61.png
  21. Like
    homey reacted to Traderbeauty in Traderbeauty Method for the ES.   
    Thank you guys for your kind words.
    In a pervert way I am kind of glad that I can show you a temporary bad position that I have to fight now and go in and out till i will end profitable.I want you to see that not all my trades are winners and rosy lol.
    I have tried to use mp and volume profiles and numerous systems and methods posted here.Naturally you assume that if a vendor is charging thousands of dollars for his software then if you have the opportunity to use it you should be able to make a small fortune... but very quick the ugly reality is showing and you realize that almost none of the methods posted is worth the time to even look or check them out.
     
    The key for trading is "TO KNOW" and identify what is happening to the market (i am talking about day trading now with stops)- where did it reacted and WHY. once you know what is happening you can assume with almost 100% probability (almost) where it will go thus enter with the direction of the market or against it if you have a proof.
    I am going to show you a full analysis of friday using renko spectrum 4-1- and before you ask- no- i did not day trade friday so you right- its back testing but- you can use the rules for forward trading because we do not use any lagging data- its all in the price.
    this is a wonderful example- i just dont have time now so this is just one for now-
    the market made a perfect 1.618 fib extension- ( left arrow )that means we have a good start- now we are looking for a retracement to the 50 fib ( right arrow)-entering there would be a great winner.
    in this case it gets a little more complicated because on a smaller time frame we had a higher high followed by higher low- so you have few options-
    first and most simple one is just place short orders at the 50 61 and 78 fibs with a stop at 2036 and leave it alone. this method is simple - requires no indicators but the stops are wider so not recommended for small accounts.
     
    second way is to wait till you get a response right at the 50 fib using a much smaller time frame like renko 1-1 - go in with you stop again at 2036 NOT AT BE. the advantage is that you only use one contract and you stop is few ticks only.
     
    The third which is the best- most safest but hardest to do because it requires more analysis and concentration is to wait till the lower time frame is proving to you that it goes together with the bigger time frame- let me explain it a little better.
     
    many times we have a conflict between time frames- a small time frame can go up and display a higher high and higher low which means we need to go long but the larger TF is saying go short.so we sit there totally confused not knowing what to do- should we go long or short ?
     
    the answer is in the pudding lol just kidding- do not let the market confuse you- all it is is a retracement up which does not go straight but with a zigzag so the best thing to do is to wait for a proof that the small tf joined the big one - if you look carefully you will see that around 7 am the market started to make a higher low which confirms the move up meaning you should still be long so you wait and wait till around 7:03 it made a reversal and joined the bigger tf and that is where you should really go short.
     
    bottom line- the market is telling you what to do, where to go in and where to exit- if the fibs are screwed up you should not enter just sit on the sidelines.
     
    Guys- what i am showing you or teaching you here- you will not find in any book , seminar, webinar or software. this method works because it uses the natural movements of the market- i hope to hear some feedback from you and i really hope that you will use it for your purposes. the only instrument i found that is following the rules is the ES but of couse i would love to hear from you about other.
     
    Take care
     
    Traderbeauty-Jane
     
    http://i.imgur.com/Eym6cC0.jpg
  22. Like
    homey reacted to Traderbeauty in Traderbeauty Method for the ES.   
    traderin-
    basically you are correct- but its not that simple or easy.i do not use weekly or monthly - that is too slow and far.i use many smaller time frames- but true- for my position entries i use 60 minutes- 180 and daily ( 1440 minutes so that includes the night activity ).
    You need to be able to read the chart and understand what the market is telling you- if you do then you have it all in your pocket and no need for any indicators.
    i use renko because it makes the chart easier to read , more clear etc. i dont know why people are trying so many bar types- they are all the same and their purpose is just to reflect the basic movement of the market- so the renko spectrum is good enough as long as you know what to look for.
    as i promised before- i will post tomorrow if i have the time a thorough analysis of friday so you can understand once and for all what chart reading and trading with no indicators at all means.
    if you want me to do that just push the THANKS BUTTON so i can tell how many are interested- if i see enough then i will do that more thorough with more details- keep in mind that it takes a lot of time and effort and the weekend is my only free time but i will do that for you.
    jane
  23. Like
    homey reacted to sgueta in New indi need education....being used pretty sucessfully in the trading room   
    https://www.sendspace.com/file/vnyloj
  24. Like
    homey reacted to sgueta in New indi need education....being used pretty sucessfully in the trading room   
    https://www.sendspace.com/filegroup/Hy247JSvpWl%2FbUkg1dU6Y%2BD7nbpG1n%2Fz2lz98hQSDAb7UJ0rvIQIlw
  25. Like
    homey reacted to sgueta in New indi need education....being used pretty sucessfully in the trading room   
    Please Check This
     
    https://www.sendspace.com/file/e161t2
×
×
  • Create New...