Jump to content

tamarind

Members
  • Posts

    95
  • Joined

  • Last visited

  • Days Won

    7

Reputation Activity

  1. Like
    tamarind reacted to hliboi in GET - - - - Fulcrum Trader Delta Volume Analyis   
    Fulcrum Trader Delta Volume Analysis Course
     
    http://[email protected]/download/r0t6t6trjdlh307/Fulcrum.Trader.Delta.Volume.Analysis.Course.part1.rar
    http://[email protected]/download/tr7srr3q4n6cqr9/Fulcrum.Trader.Delta.Volume.Analysis.Course.part2.rar
    http://[email protected]/download/zrghy05a69m3wqx/Fulcrum.Trader.Delta.Volume.Analysis.Course.part3.rar
    http://[email protected]/download/i6706l5y54w60yr/Fulcrum.Trader.Delta.Volume.Analysis.Course.part4.rar
    http://[email protected]/download/zktnf9b88tigimc/Fulcrum.Trader.Delta.Volume.Analysis.Course.part5.rar
     
    Have fun!
  2. Like
    tamarind reacted to keifer in Vic Noble Recurring Forex Patterns Course   
    Enjoy
    http://www.mediafire.com/download/f0uj83j8l7icay8/6_Patterns.part2.rar
    http://www.mediafire.com/download/7va0r25x1v89mv3/6_Patterns.part1.rar
     
     
    http://www.mediafire.com/download/vw5u39fv7wddpko/RFP.part01.rar
    http://www.mediafire.com/download/j8zrmc1ns7ppc54/RFP.part02.rar
    http://www.mediafire.com/download/ian2jm3oc1d9e2x/RFP.part03.rar
    http://www.mediafire.com/download/r6mnr17pveanqeq/RFP.part04.rar
    http://www.mediafire.com/download/jw631zhyuamlcg6/RFP.part05.rar
    http://www.mediafire.com/download/k3j3vcmmu958xjp/RFP.part06.rar
    http://www.mediafire.com/download/r9qjphk3aybq0tm/RFP.part07.rar
     
    http://www.mediafire.com/?a2ix2clhga0i3mr
  3. Like
    tamarind got a reaction from abhishek72457 in Anyone Can Add BUY SELL definitions in AFL?   
    it will be of no use unless you have specific buy/sell condition...you will not be able to apply/use the modified afl
     

    click formula editor (hammer like icon) - paste any of your afl - scroll down to the end - now copy and paste the message box formula and your done. Now click 'apply indicator' button.
  4. Like
    tamarind got a reaction from abhishek72457 in Anyone Can Add BUY SELL definitions in AFL?   
    u can add this formula for message box to any afl
     

    Cover=Buy; Short=Sell; Buy=ExRem(Buy,Sell); Sell=ExRem(Sell,Buy); AlertIf( Buy, "", "BUY @ " + C, 1 ); AlertIf( Sell, "", "SELL @ " + C, 2 ); no=Param( "Swing", 8, 1, 55 ); tsl_col=ParamColor( "Color", colorLightGrey ); res=HHV(H,no); sup=LLV(L,no); avd=IIf(C>Ref(res,-1),1,IIf(C<Ref(sup,-1),-1,0)); avn=ValueWhen(avd!=0,avd,1); tsl=IIf(avn==1,sup,res); no = Optimize("TSL",Param("A (Change To Optimise)",10, 1, 55 ,1),1, 55 ,1); tsl_col=ParamColor( "Color", colorLightGrey ); res=HHV(H,no); sup=LLV(L,no); avd=IIf(C>Ref(res,-1),1,IIf(C<Ref(sup,-1),-1,0)); avn=ValueWhen(avd!=0,avd,1); dtsl=IIf(avn==1,sup,res); SellPrice=ValueWhen(Short,C,1); BuyPrice=ValueWhen(Buy,C,1); Long=Flip(Buy,Sell); Shrt=Flip(Short,Cover); Relax = NOT Long AND NOT Buy AND NOT shrt AND NOT Sell AND NOT Sell AND NOT Cover; SellSL=ValueWhen(Short,DTSL,1); BuySL=ValueWhen(Buy,DTSL,1); BuyDifference= BuyPrice - BuySL; SellDifference = SellSL - SellPrice; tar1 = IIf(Buy OR Long AND NOT Relax AND NOT Sell AND NOT Cover, (BuyPrice + BuyDifference), (SellPrice - SellDifference)); tar2 = IIf(Buy OR Long AND NOT Relax AND NOT Sell AND NOT Cover, (BuyPrice + (2*BuyDifference)), (SellPrice - (2*SellDifference))); tar3 = IIf(Buy OR Long AND NOT Relax AND NOT Sell AND NOT Cover, (BuyPrice + (4*BuyDifference)), (SellPrice - (4*SellDifference))); CloseAtEnd = ParamToggle("Close Positions EOD", "No|Yes"); stopreverse =ParamToggle("Switch To Stop And Reverse","No|Yes",0); Trend = ATR(21) < StDev (C,21); Range = ATR(21) > StDev (C,21); no=10; C13=20; C14=2.1; C15=12; tsl_col=ParamColor( "Color", colorLightGrey ); res=HHV(H,no); sup=LLV(L,no); avd=IIf(C>Ref(res,-1),1,IIf(C<Ref(sup,-1),-1,0)); avn=ValueWhen(avd!=0,avd,1); dtsl=IIf(avn==1,sup,res); SellPrice=ValueWhen(Short,C,1); BuyPrice=ValueWhen(Buy,C,1); Long=Flip(Buy,Sell); Shrt=Flip(Short,Cover); Relax = NOT Long AND NOT Buy AND NOT shrt AND NOT Sell AND NOT Sell AND NOT Cover; SellSL=ValueWhen(Short,DTSL,1); BuySL=ValueWhen(Buy,DTSL,1); BuyDifference= BuyPrice - BuySL; SellDifference = SellSL - SellPrice; tar1 = IIf(Buy OR Long AND NOT Relax AND NOT Sell AND NOT Cover, (BuyPrice + BuyDifference), (SellPrice - SellDifference)); tar2 = IIf(Buy OR Long AND NOT Relax AND NOT Sell AND NOT Cover, (BuyPrice + (2*BuyDifference)), (SellPrice - (2*SellDifference))); tar3 = IIf(Buy OR Long AND NOT Relax AND NOT Sell AND NOT Cover, (BuyPrice + (4*BuyDifference)), (SellPrice - (4*SellDifference))); buyach1 = IIf((Buy OR Long AND NOT Relax AND NOT Cover AND NOT Short AND NOT Shrt), H > tar1, 0); buyach2 = IIf((Buy OR Long AND NOT Relax AND NOT Cover AND NOT Short AND NOT Shrt), H > tar2 , 0); buyach3 = IIf((Buy OR Long AND NOT Relax AND NOT Cover AND NOT Short AND NOT Shrt), H > tar3, 0); sellach1 = IIf((Short OR Shrt AND NOT Relax AND NOT Sell AND NOT Buy AND NOT Long), L < tar1 , 0); sellach2 = IIf((Short OR Shrt AND NOT Relax AND NOT Sell AND NOT Buy AND NOT Long), L < tar2, 0); sellach3 = IIf((Short OR Shrt AND NOT Relax AND NOT Sell AND NOT Buy AND NOT Long), L < tar3, 0); //Settings for exploration Filter=Buy OR Short; AddColumn( IIf( Buy, 66 , 83 ), "Signal", formatChar, colorDefault, IIf( Buy , colorGreen, colorRed ) ); AddColumn(Close,"Entry Price",1.4, colorDefault, IIf( Buy , colorGreen, colorRed )); AddColumn(dtsl,"Stop Loss",1.4, colorDefault, IIf( Buy , colorGreen, colorRed )); AddColumn(tar1,"Target 1",1.4, colorDefault, IIf( Buy , colorGreen, colorRed )); AddColumn(tar2,"Target 2",1.4, colorDefault, IIf( Buy , colorGreen, colorRed )); AddColumn(tar3,"Target 3",1.4, colorDefault, IIf( Buy , colorGreen, colorRed )); AddColumn(Volume,"Volume",1.0, colorDefault, IIf ((Volume > 1.25 * EMA( Volume, 34 )),colorBlue,colorYellow)); //Short = Sell; //Cover = Buy; //Short = ExRem(Short, Cover); //Cover = ExRem(Cover, Short); GraphXSpace = 5; pxHeight = Status( "pxchartheight" ) ; xx = Status( "pxchartwidth"); Left = 1100; width = 310; x = 5; x2 = 280; y = pxHeight; dist = 2*ATR(10); dist1 = 3*ATR(10); i=BarCount; bars = i; messageboard = ParamToggle("Message Board","Show|Hide",1); if(messageboard) { for( i = 0; i < BarCount; i++ ) { if( Buy[i] ) { // PlotText( "\nBuy:" + L[ i ] + "\nT= " + (L[i]*1.005) + "\nSL= " + (L[i]*0.9975), i, L[ i ]-dist[i], colorGreen, colorWhite ); // Signal Display Panel // SellPrice=ValueWhen(Sell,C,1); BuyPrice=ValueWhen(Buy,L[ i ]); Long=Flip(Buy,Sell); Shrt=Flip(Sell,Buy ); BuyStop2 = L[i]*0.9975; BuyTP1 = L[i]*1.070; BuyTP2 = L[i]*1.050; BuyTP3 = L[i]*1.035; buyach1 = IIf((Buy OR Long AND NOT Relax AND NOT Cover AND NOT Short AND NOT Shrt), H > BuyTP3, 0); buyach2 = IIf((Buy OR Long AND NOT Relax AND NOT Cover AND NOT Short AND NOT Shrt), H > BuyTP2, 0); buyach3 = IIf((Buy OR Long AND NOT Relax AND NOT Cover AND NOT Short AND NOT Shrt), H > BuyTP1, 0); GfxSelectFont( "Tahoma", 13, 100 ); GfxSetOverlayMode( mode = 0 ); GfxSelectPen( colorBrightGreen, 3 ); GfxSelectSolidBrush( colorBrightGreen); GfxRoundRect( x, y - 163, x2, y , 7, 7 ) ; GfxSetTextColor( colorGold ); GfxTextOut( ( " Trading System "),73,y-165); GfxTextOut( (" "),27,y-160); GfxSetBkMode(1); GfxSelectFont( "Arial", 10, 700, False ); GfxSetTextColor( colorBlue ); GfxSetTextAlign(0); GfxSelectFont( "Tahoma", 13, 100 ); GfxTextOut( WriteIf(L[ i ], "Buy Above: "+L[ i ],""), 13, y-140); GfxSetTextColor( colorGold ); GfxTextOut( WriteIf(BuyStop2, "Long SL: "+(BuyStop2),""), 13, y-120); GfxSetTextColor( colorWhite ); GfxTextOut( WriteIf(BuyTP1, "Buy TGT1: "+(BuyTP3),""), 13,y- 100); GfxTextOut( WriteIf(BuyTP2, "Buy TGT2: "+(BuyTP2),""), 13,y- 80); GfxTextOut( WriteIf(BuyTP3, "BuyTGT3: "+(BuyTP1),""), 13,y- 60); GfxSetTextColor( colorViolet ); GfxTextOut( ("Current P/L : " + WriteVal(IIf(Buy ,(C-BuyPrice),(C-BuyPrice)),2.2)), 88, y-22); GfxTextOut( ("Buy Signal came " + (BarCount-bars +1) * Interval()/2 + " mins ago"), 13, y-40) ; GfxTextOut ( ("" + WriteIf (buyach1, " Done: "+BuyTP3,"")), 160, y-100); GfxTextOut ( ("" + WriteIf (buyach2, " Done: "+BuyTP2,"")), 160, y-80); GfxTextOut ( ("" + WriteIf (buyach3, " Done: "+BuyTP1,"")), 160, y-60); // END of Signal Display Panel // } if( Sell[i] ) { // PlotText( "Sell:" + H[ i ] + "\nT= " + (H[i]*0.995) + "\nSL= " + (H[i]*1.0025), i, H[ i ]+dist1[i], colorRed, colorWhite ); // Signal Display Panel // SellPrice=ValueWhen(Sell,C,1); BuyPrice=ValueWhen(Buy,H[ i ]); Long=Flip(Buy,Sell); Shrt=Flip(Sell,Buy ); SellStop2 = H[i]*1.0025; SellTP1 = H[i]*0.978; SellTP2 = H[i]*0.982; SellTP3 = H[i]*0.988; sellach1 = IIf((Short OR Shrt AND NOT Relax AND NOT Sell AND NOT Buy AND NOT Long), L < SellTP3 , 0); sellach2 = IIf((Short OR Shrt AND NOT Relax AND NOT Sell AND NOT Buy AND NOT Long), L < SellTP2, 0); sellach3 = IIf((Short OR Shrt AND NOT Relax AND NOT Sell AND NOT Buy AND NOT Long), L < SellTP1, 0); GfxSelectFont( "Tahoma", 13, 100 ); GfxSetOverlayMode( mode = 0 ); GfxSelectPen( colorRed, 3 ); GfxSelectSolidBrush( colorRed ); GfxRoundRect( x, y - 163, x2, y , 7, 7 ) ; GfxTextOut( (" "),27,y-160); GfxSetBkMode(1); GfxSelectFont( "Arial", 10, 700, False ); GfxSetTextColor( colorWhite ); GfxSetTextAlign(0); GfxSelectFont( "Tahoma", 13, 100 ); GfxSetTextColor( colorGold ); GfxTextOut( ( " Trading System "),73,y-165); GfxSetTextColor( colorWhite ); GfxTextOut( WriteIf(H[ i ], "Sell Below: "+H[ i ],""), 13, y-140); GfxSetTextColor( colorGold ); GfxTextOut( WriteIf(SellStop2, "Short SL: "+(SellStop2),""), 13, y-120); GfxSetTextColor( colorBlue ); GfxTextOut( WriteIf(SellTP1, "Short TGT1: "+(SellTP3),""), 13, y-100); GfxTextOut( WriteIf(SellTP2, "Short TGT2: "+(SellTP2),""), 13, y-80); GfxTextOut( WriteIf(SellTP3, "Short TGT3: "+(SellTP1),""), 13, y-60); GfxSetTextColor( colorGold ); GfxTextOut( ("Current P/L : " + WriteVal(IIf(Sell ,(SellPrice-C),(SellPrice-C)),2.2)), 88, y-22); GfxTextOut( ("sell Signal came " + (BarCount-bars +1) * Interval()/2 + " mins ago"), 13, y-40) ; GfxTextOut ( ("" + WriteIf (sellach1, " Done: "+SellTP3,"")), 160, y-100); GfxTextOut ( ("" + WriteIf (sellach2, " Done: "+SellTP2,"")), 160, y-80); GfxTextOut ( ("" + WriteIf (sellach3, " Done: "+SellTP1,"")), 160, y-60); // END of Signal Display Panel // }}} Long=Flip(Buy,Sell); Shrt=Flip(Sell,Buy); BuyPrice=ValueWhen(Buy,C); SellPrice=ValueWhen(Sell,C); Edc=( WriteIf (Buy AND Ref(shrt,-1), " BUY @ "+C+" ","")+ WriteIf (Sell AND Ref(Long,-1), " SEll @ "+C+" ","")+ WriteIf(Sell , "Last Trade Profit Rs."+(C-BuyPrice)+"","")+ WriteIf(Buy , "Last Trade Profit Rs."+(SellPrice-C)+"","")); //============== TITLE ============== _SECTION_BEGIN("Title"); no=Param( "Swing", 6, 1, 55 ); res=HHV(H,no); sup=LLV(L,no); avd=IIf(C>Ref(res,-1),1,IIf(C<Ref(sup,-1),-1,0)); avn=ValueWhen(avd!=0,avd,1); tsl=IIf(avn==1,sup,res); dec = (Param("Decimals",2,0,7,1)/10)+1; if( Status("action") == actionIndicator ) ( Title = EncodeColor(55)+ Title = Name() + " " + EncodeColor(32) + Date() + " " + EncodeColor(5) + "{{INTERVAL}} " + EncodeColor(55)+ " Open = "+ EncodeColor(52)+ WriteVal(O,dec) + EncodeColor(55)+ " High = "+ EncodeColor(5) + WriteVal(H,dec) + EncodeColor(55)+ " Low = "+ EncodeColor(32)+ WriteVal(L,dec) + EncodeColor(55)+ " Close = "+ EncodeColor(52)+ WriteVal(C,dec)+ EncodeColor(55)+ " Volume = "+ EncodeColor(52)+ WriteVal (V ,1.25) +"\n"+EncodeColor(colorBrightGreen)+ WriteIf (Buy , "Signal: Go Long - Entry Price: "+WriteVal(C)+" - Traget: "+WriteVal((BuyPrice-tsl)+BuyPrice) +" - StopLoss:"+WriteVal(tsl)+" " ,"")+ "\n"+EncodeColor(colorRed)+ WriteIf (Sell , "Signal: Go Short - Entry Price: "+WriteVal(C)+" - Target: "+WriteVal((tsl-SellPrice)-SellPrice)+" - StopLoss:"+WriteVal(tsl)+" ","")+ EncodeColor(colorTurquoise)+ WriteIf(Long AND NOT Buy, "Trade: Long - Entry Price: "+WriteVal((BuyPrice))+" - Profit: "+WriteVal((C-BuyPrice))+" "+EncodeColor(colorLime)+"Let your profit runs!","")+ EncodeColor(colorLightOrange)+ WriteIf(shrt AND NOT Sell, "Trade: Short - Entry Price: "+WriteVal((SellPrice))+" - Profit: "+WriteVal((SellPrice-C))+" - "+EncodeColor(colorLime)+"Let your profit runs!","") ); _SECTION_END(); if (messageboard == 0 ) { if( Status("action") == actionIndicator ) ( Title = EncodeColor(55)+ Title = Name() + " " + EncodeColor(5) + "{{INTERVAL}} " + EncodeColor(colorSkyblue) + " " + Date() +" "+"\n" +EncodeColor(55) +"Open-"+EncodeColor(52)+O+EncodeColor(55)+" High-"+EncodeColor(5)+H+" "+EncodeColor(55)+"Low-"+EncodeColor(32)+L+" "+EncodeColor(55)+"Close-"+EncodeColor(52)+C+" "+EncodeColor(55)+ "Volume= "+EncodeColor(52)+ WriteVal(V)+"\n"+"\n"+ EncodeColor(colorLime)+ WriteIf (Buy, "Action: Go Long At "+C+" - SL " +DTSL,"")+ WriteIf (Short, "Action: Go Short At "+C+" - SL " +DTSL,"")+ WriteIf(Long AND NOT Buy, "Action : Long Taken At "+(BuyPrice)+" - Trail SL @ " + DTSL + "","")+ WriteIf(shrt AND NOT Sell, "Action : Short Taken At "+(SellPrice)+" - Trail SL @ " + DTSL + "","")+ WriteIf (Sell AND NOT Short, "Exit Long At "+C,"")+ WriteIf (Cover AND NOT Buy, "Exit Short At "+C,"")+ WriteIf(NOT Long AND NOT Buy AND NOT shrt AND NOT Sell, "Action: Not In A Trade - RELAX!!!","")+"\n"+ WriteIf(Long AND NOT Buy, "Profit/Loss: "+(C-BuyPrice)+" Points","")+ WriteIf(shrt AND NOT Sell, "Profit/Loss: "+(SellPrice-C)+" Points","")+"\n"+ WriteIf(Long OR Buy OR Shrt OR Short, "Target 1: "+tar1,"")+"\n"+ WriteIf(Long OR Buy OR Shrt OR Short, "Target 2: "+tar2,"")+"\n"+ WriteIf(Long OR Buy OR Shrt OR Short, "Target 3: "+tar3,"")+"\n"+ WriteIf(buyach1, "Target 1 Done: "+tar1,"")+ WriteIf(sellach1, "Target 1 Done: "+tar1,"")+"\n"+ WriteIf(buyach2, "Target 2 Done: "+tar2,"")+ WriteIf(sellach2, "Target 2 Done: "+tar2,"")+"\n"+ WriteIf(buyach3, "Target 3 Done: "+tar3,"")+ WriteIf(sellach3, "Target 3 Done: "+tar3,"")); } for( i = 0; i < BarCount; i++ ) { if( Buy[i] ) { OUTcolor = ParamColor("Outer Panel Color",colorTeal); INUPcolor = ParamColor("Inner Panel Upper",colorDarkGrey); INDNcolor = ParamColor("Inner Panel Lower",colorDarkOliveGreen); TitleColor = ParamColor("Title Color ",colorBlack); SetChartBkColor(OUTcolor); // color of outer border SetChartBkGradientFill(INUPcolor,INDNcolor,TitleColor); // color of inner panel } if( Sell[i] ) { OUTcolor = ParamColor("Outer Panel Color",colorTeal); INUPcolor = ParamColor("Inner Panel Upper2",colorDarkTeal); INDNcolor = ParamColor("Inner Panel Lower2",colorPlum); TitleColor = ParamColor("Title Color ",colorBlack); SetChartBkColor(OUTcolor); // color of outer border SetChartBkGradientFill(INUPcolor,INDNcolor,TitleColor); // color of inner panel } }
     
     
     
    but what are your buy/sell conditions ?
     
    pivots cant be your buy/sell point ...its future looking...
  5. Like
    tamarind got a reaction from pipper1 in The Ultimate Forex Trading Series - by Jarratt Davis   
    http://www.forexmentor.com/tradingedge/forex-guide-forex-edge.jpg
     
     
     
     
    here u go -
     
    http://mir.cr/0DFI3XE3
  6. Like
    tamarind got a reaction from Freddie in The Ultimate Forex Trading Series - by Jarratt Davis   
    http://www.forexmentor.com/tradingedge/forex-guide-forex-edge.jpg
     
     
     
     
    here u go -
     
    http://mir.cr/0DFI3XE3
  7. Like
    tamarind got a reaction from newbie0101 in The Ultimate Forex Trading Series - by Jarratt Davis   
    http://www.forexmentor.com/tradingedge/forex-guide-forex-edge.jpg
     
     
     
     
    here u go -
     
    http://mir.cr/0DFI3XE3
  8. Like
    tamarind got a reaction from scwon in The Ultimate Forex Trading Series - by Jarratt Davis   
    http://www.forexmentor.com/tradingedge/forex-guide-forex-edge.jpg
     
     
     
     
    here u go -
     
    http://mir.cr/0DFI3XE3
  9. Like
    tamarind reacted to Edie in Nanning Bob system   
    I have not forgotten my promise to start that thread. Please be patient.
     
    I have my regular work and family responsibilities to manage as well.
     
    But I will indeed get it together.
  10. Like
    tamarind reacted to hermanhess in The L0gic@l trader by Mark Fish3r book + video   
    Proven system which works for the last 25 years ... created by Mark Fisher supposedly a legend in the NY pits .... who claims to have taught it to 3000 people including some of Paul Tudor Jones traders.
     
    More info here --->
    http://www.investopedia.com/articles/technical/04/032404.asp
     
    Different type of trades -->
    http://www.clever-trading-strategies.com/primer_on_acd_method.html
     
    Goodies here --->
    http://vimeo.com/user4287866/videos
     
    & here --->
    http://www.4shared.com/folder/74ZliCq-/Symposium_2003.html
  11. Like
    tamarind reacted to Mahmuxx in Please share Indicator from http://xxx.daytradeessentials.com   
    Hi betrader - you're missing the point in its entirety; without any contributions this forum would simply not exist and become defunct. Your claim "Well my fulltime job is not sitting all day on this forum...." doesn't hold water and is inexcusable - you cannot spend a second clicking the "Thanks" button yet you can spend up to an hour downloading material contributed by members here. I too (as most traders/investors) cannot spend all day here and no one is expecting that of you. If people show gratitude to the contributor, then you only encourage that same person to upload more stuff.
     
    If you want to open a thread regarding "Market Profile or Volumen Profile" - then just do so, no one and nothing's holding you back. And if you get no feedback, in some form or other, then it would be safe to assume that nobody's interested (although I'd doubt that) and you'd probably stop updating the thread. And that's precisely how contributors feel when they are not appreciated - for it takes hours to upload videos and a second to hit the "Thanks" button.
     
    I'm not into market/volume profile, but, just go ahead and open the thread and take it from there. :)
     
    Take care.
  12. Like
    tamarind reacted to nht in James16 group - Forex Price Action   
    Since no one has re-uploaded recently, posting what I have... the same J a m e s 1 6 G r o u p content as the OP (except for 2 mp3's), obtained by me from a different source.
     
    tamarind, all videos and webinars are from the paid members' area; the pdf's are public, found, e.g., on forex factory.
     
    80 wmv, 10 flv, 4 pdf | 1.75 GB packed (more efficiently with WinRAR) | 2.93 GB unpacked | 40+ hours
     
    Shared folder, with 9 parts up to 200 MB each:
     

    www.mediafire.com/?8n0n9zi69b99g
     
    Bonus video (also included in the above folder):
     
    Rants and charts - a closer look at what we do - training video.wmv | 01:47:08.
     
    Thanks appreciated.
  13. Like
    tamarind reacted to bonnie12345 in Advanced Forex Tactics Webinar with Chris Lori CTA 199$   
    Forex ForexMentor Advanced Forex Tactics Webinar With Chris Lori Pass = my username http://mir.cr/0XWPDJVZ
  14. Like
    tamarind reacted to 445NDO in Lets Get This One Working !! Woodies Auto Trade & Indicatiors - Project For Our Team!   
    Here is the link to Workspace templates download !!
     
    WC2012Workspaces
    http://www41.zippyshare.com/v/53750612/file.html
     
    Dump them in this location : C:\Users\XXX\Documents\NinjaTrader 7\workspaces
     
     

  15. Like
    tamarind reacted to 445NDO in Lets Get This One Working !! Woodies Auto Trade & Indicatiors - Project For Our Team!   
    I will post the workspace in a few hrs /min's ......... standby !!
     

  16. Like
    tamarind reacted to aquarius5 in Lets Get This One Working !! Woodies Auto Trade & Indicatiors - Project For Our Team!   
    First draft...
     
    http://www.mediafire.com/?mlt1nq44oehm34h
     
    Test and leave comments ...
     
    you now the drill: unzip and drop in Ninja Trader 7/bin/Custom folder then open NT7
  17. Like
    tamarind reacted to 445NDO in Lets Get This One Working !! Woodies Auto Trade & Indicatiors - Project For Our Team!   
    Now as a team lets get this one working .. I used this on the NT7.10 educated version and its an awesome technology with entries and exits!
     
    We need to get this working on our Normal NT.
     
    I would like our Elite Tech Team 1) John.Maddog.Doe 2) aquarius5 3) Cs_ta to help us out here...
     
    I have put all the original DLL files in one zip file ........ There are 3 Zip Files in this one Package !!
     
    WC2012.rar
    http://www18.zippyshare.com/v/67822967/file.html
     
    For Elite Tech Team added the License Info to look for ..
     
     
    License
    http://woodies.microtrends.co
    http://www.woodiesbars.com
     
     
    Thanks Once Again -- Let Do this one !! A Ton of Thanks Once Again To our Elite Tech Team......
     
    -----------------------------------------------------------
    Update !! Adding the link to the workspace templates download ...
     
    WC2012Workspaces
    http://www41.zippyshare.com/v/53750612/file.html
     
    Dump them in this location : C:\Users\XXX\Documents\NinjaTrader 7\workspaces
  18. Like
    tamarind got a reaction from ⭐ AndyS in Anyone Has Able trend 7.0 Real time or EOD ?   
    http://t0.gstatic.com/images?q=tbn:ANd9GcSsUeyTW5TwIBMEQOvJW0DlpM8HQ3rrA0QP3cWDMHPMcHwZLkTk EOD
     
     
    http://mir.cr/J6MLIPMP
  19. Like
    tamarind got a reaction from thankyou in Anyone Has Able trend 7.0 Real time or EOD ?   
    http://t0.gstatic.com/images?q=tbn:ANd9GcSsUeyTW5TwIBMEQOvJW0DlpM8HQ3rrA0QP3cWDMHPMcHwZLkTk EOD
     
     
    http://mir.cr/J6MLIPMP
  20. Like
    tamarind reacted to Bucast in [SHARE] Around the Horn for Metastock   
    I checked the link, it should be without &dv=1, anyway you can choose one of the previous links, they are all for the same file:
    http://www.yourfilelink.com/get.php?fid=751278
     
    Have a nice day
  21. Like
    tamarind got a reaction from trduraikamaraj in M@rtin C0le   
    available almost everywhere ! :D
     
     
    http://www.filesonic.com/file/4002483904/Martin Cole.part1.rar
    http://www.filesonic.com/file/4002490374/Martin Cole.part2.rar
    http://www.filesonic.com/file/4002491064/Martin Cole.part3.rar
    http://www.filesonic.com/file/4002491144/Martin Cole.part4.rar
    http://www.filesonic.com/file/4002473584/Martin Cole.part5.rar
     
    http://www.filejungle.com/f/RpMRJ8/Martin Cole.part1.rar
    http://www.filejungle.com/f/vYfHAE/Martin Cole.part2.rar
    http://www.filejungle.com/f/VUnHQQ/Martin Cole.part3.rar
    http://www.filejungle.com/f/uJ3UG7/Martin Cole.part4.rar
    http://www.filejungle.com/f/aYM88z/Martin Cole.part5.rar
     
    http://ul.to/1c62m9k3/Martin Cole.part1.rar
    http://ul.to/t7pdyr3t/Martin Cole.part2.rar
    http://ul.to/v5qrk67j/Martin Cole.part3.rar
    http://ul.to/rzjkubhl/Martin Cole.part4.rar
    http://ul.to/hv7izc2q/Martin Cole.part5.rar
     
    http://www.fileserve.com/file/fwKT6q8
    http://www.fileserve.com/file/bydB7Au
    http://www.fileserve.com/file/rzYnrNU
    http://www.fileserve.com/file/WaVbG4f
    http://www.fileserve.com/file/FMDq7d2
  22. Like
    tamarind reacted to john.maddog.doe in Prim3-Lin3   
    Setup file (from this post: http://indo-investasi.com/showthread.php/19518-(REQ)-John-maddog-doe-patch-thease-8-exe-files?p=244137&viewfull=1#post244137) and patched DLL: http://[email protected]/filegroup/9VUqkR%2FEaeqNdF5G77PLkA
  23. Like
    tamarind reacted to keifer in [Share] OmniTrader Systems & Indicators   
    Fulcrum Module
    Pring KST Package
    Strategy Wizard
    Woodie's CCI
    http://www.mediafire.com/?0llb96lxljareal
     
    Chart Pattern Recognition
    http://www.mediafire.com/?otyjqg8f6to3lrs
  24. Like
    tamarind reacted to john.maddog.doe in K@se St@tW@re   
    Setup file (from this post: http://indo-investasi.com/showthread.php/19518-(REQ)-John-maddog-doe-patch-thease-8-exe-files?p=244137&viewfull=1#post244137) and patched DLL: http://[email protected]/filegroup/jZVfhiHqYanYDGvjVcx1dQ
     
    x64 and x32 versions are same so just rename DLL to *.x64.* if you're on 64 bits.
  25. Like
×
×
  • Create New...