Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 07/18/25 in Posts

  1. H.FT_S.PECTRE_L.ITE_V2.1 EDU.. https://workupload.com/file/G7ujjfHmFFa
    24 points
  2. the_evil

    nordman-algorithms.com

    Goodluck! https://workupload.com/archive/2mTpNnPfJP
    11 points
  3. Fully functioning NoHAVOL & NoHAVOL Counter bots. Try on a time based chart, regular or heiken ashi work fine. Please share if you find settings that work well. HFT_NoHAVOL.zip
    9 points
  4. kimsam

    HFT SPECTRE Group Buy

    I don't understand why everyone else is hiding the files in their secret places. We help as much as we can
    8 points
  5. kimsam

    Interesting bots

    Got the files.. i will check it later
    6 points
  6. Not sure if anyone needs this. Should be educated already. UltimateScalperSuite2.rar
    6 points
  7. 6 points
  8. Already passed the m id .. i know what the problem.. working on it .. not easy ..
    5 points
  9. pass :: indo-investasi
    5 points
  10. Mestor

    Interesting bots

    ROBOCOT... ROBOCOT_V3X1.zipROBOCOT V3X_GUIA.pdf
    4 points
  11. I sent you the latest V23 uneducated file, if you can educate it. Please share. TY in advance
    4 points
  12. https://www.edgebot.co/adt-breakoutbox-strategy Non-EDU ADTBreakoutBox_1_2_0_1.zip
    4 points
  13. apmoo

    quantvue.io

    This is a take it or leave it deal. Some of the original files throw errors after so i excluded them. These work like it should We can try again when they update the files. Thanks https://workupload.com/file/XCGTTfHpHZS
    3 points
  14. Thank you so much Kimsam for all you help. We appreciate it and we dont take it for granted. Traderbeauty-Jane
    3 points
  15. kimsam

    H.FT_S.PECTRE_L.ITE_V2.1

    Lets see others sharing files .. will share the newest version. 23
    3 points
  16. kimsam

    H.FT_S.PECTRE_L.ITE_V2.1

    not tested .. please confirm if all ok .
    3 points
  17. HFT_SPECTRE_LITE_V23.zipHFT_SPECTRE_LITE_V22_Import.zipHFT_SPECTRE_LITE_V21.zipHFT_SPECTRE_LITE_V2.zipHFT_SPECTRE_LITE_Import.zip
    3 points
  18. https://www.proptraderz.com/mfiwaveprov1-ninjatrader8/
    3 points
  19. TRADER

    OGT NT8

    https://workupload.com/archive/5aCYm59L4R
    3 points
  20. Looks to be in Spanish, looks interesting. Use browser to translate. https://www.fondeotrading.net/bots-ninjatrader-8 https://brunomeza.com/en/
    2 points
  21. https://anonymfile.com/nWz7b/2-3-ld-le-sd-se-rd-re-what-are-those.mp4 https://anonymfile.com/g3Qby/1-1-phantom-trade-details.mp4 https://anonymfile.com/9BW0W/1-2-midband-tradesetups-details.mp4 https://anonymfile.com/bVbQa/1-3-line-in-the-sand.mp4 https://anonymfile.com/oeqXO/2-1-object-trader-initial-setup.mp4 https://anonymfile.com/BXLBY/2-2-t-b-buttons.mp4
    2 points
  22. need to edu https://workupload.com/archive/9fF2KYAE7T
    2 points
  23. I am with you @Kimsam , just like the other Guy who said how good Ultimate scalper works, but he don't want to share the file, I ask my friend @Ben... to share it, instantly he posted it. Many ask,but too many don't want to share.
    2 points
  24. I will share the old version for now .. If we see others sharing files .. will share the newest version.
    2 points
  25. alodante

    GRIDalgo

    NEW "GA_EVO" Indicator need edu https://workupload.com/file/NsVTehPnt5V
    2 points
  26. Thank you @ TRADER.
    2 points
  27. Azazel

    Lunar Vibrations

    Moon Cycles: If it can be useful to someone, I insert here the formulas: in Easylanguage (for Tradestation and Multicharts), for Amibroker and Metastock. ---------------------------------------------------------------------------- Lunar Cycles for Tradestation and Multicharts: for Full Moon Cycles, obviously changing the dates, you can insert also the New Moon Cycles. LUNARCYCLE: Plots a dot every 27 days, so if you type a full moon date as the input, it will continue to show you full moon days. Note: Date should be entered as YYMMDD. --------------------------------------------------------------------------- Function: LUNARCICLE [LegacyColorValue = true]; Input: MOON1(Numeric); LUNARCICLE = INTPORTION((DATETOJULIAN(DATE) - DATETOJULIAN(MOON1)) / 27) ----------------------------------------------------------------------------- Indicator: [LegacyColorValue = true]; INPUT:VALUE(960305); VALUE1 = LUNARCICLE(VALUE); IF VALUE1 > VALUE1[1] THEN PLOT1(H,"FULLMOON"); ---------------------------------------------------------------------------------- To be included in the: ShowMe: {Full_Moon} Vars:AstroJul(0),Phase(0); AstroJul =DateToJulian(Date)+ 2415019 ; Print("Date",Date); Phase = (AstroJul+4.867) / 29.53059 ; Phase = FracPortion(Phase); Print("Phase",Phase); If Phase >= 0.90 then print("Full Moon"); If Phase >= 0.5 and phase <= 0.90 then print("Waxing Moon"); If Phase >= 0.47 and phase <= 0.5 then print( "New Moon"); If Phase <= 0.5 and Phase >= 0.2 then print("Waning Moon"); If Phase >=0.90 then Plot1(High,"SHOWME"); ----------------------------------------------------------- {New_Moon} Vars:AstroJul(0),Phase(0); AstroJul =DateToJulian(Date)+ 2415019 ; Print("Date",Date); Phase = (AstroJul+4.867) / 29.53059 ; Phase = FracPortion(Phase); Print("Phase",Phase); If Phase >= 0.90 then print("Full Moon"); If Phase >= 0.5 and phase <= 0.90 then print("Waxing Moon"); If Phase >= 0.47 and phase <= 0.5 then print( "New Moon"); If Phase <= 0.5 and Phase >= 0.2 then print("Waning Moon"); If Phase >=0.45 and phase <= 0.52 then Plot1(High,"SHOWME"); ====================================================================================== Lunar Cycles for AmiBroker: _SECTION_BEGIN( "Price Chart" ); SetChartOptions( 0, chartShowArrows | chartShowDates ); //GraphXSpace = 5; Y = SelectedValue(Year()); M = SelectedValue(Month()); D = SelectedValue(Day()); Hr = SelectedValue(Hour()); Mn = SelectedValue(Minute()); // normalize values to range 0...1 function normalize( Val ) { Val = Val - floor( Val ); if (Val < 0) {Val = Val + 1;} return Val; } // Set Pi. PI = 3.1415926535897932385; // calculate the Julian Date at 12H UT YY = Y - floor( ( 12 - M ) / 10 ); MM = M + 9; if (MM >= 12) {MM = MM - 12;} K1 = floor( 365.25 * ( YY + 4712 ) ); K2 = floor( 30.6 * MM + 0.5 ); K3 = floor( floor( ( YY / 100 ) + 49 ) * 0.75 ) - 38; JD = K1 + K2 + D + 59; // for dates in Julian calendar if (JD > 2299160) {JD = JD - K3;} // for Gregorian calendar // calculate moon's age in days IP = normalize( ( JD - 2451550.1 ) / 29.530588853 ); AG = IP*29.53; Phase = "NEW"; if (AG < 27.68493) {Phase = "Waning crescent";S1=4;S2=8;} if (AG < 23.99361) {Phase = "Last quarter";S1=4;S2=12;} if (AG < 20.30228) {Phase = "Waning gibbous";S1=6;S2=14;} if (AG < 16.61096) {Phase = "FULL";S1=6;S2=15;} if (AG < 12.91963) {Phase = "Waxing gibbous";S1=6;S2=7;} if (AG < 9.22831) {Phase = "First quarter";S1=2;S2=3;} if (AG < 5.53699) {Phase = "Waxing crescent";S1=2;S2=1;} if (AG < 1.84566) {Phase = "NEW";S1=0;S2=0;} IP1 = IP; IP = IP*2*PI; // Convert phase to radians // calculate moon's distance DP = 2*PI*normalize( ( JD - 2451562.2 ) / 27.55454988 ); DI = 60.4 - 3.3*cos( DP ) - 0.6*cos( 2*IP - DP ) - 0.5*cos( 2*IP ); // calculate moon's ecliptic latitude NP = 2*PI*normalize( ( JD - 2451565.2 ) / 27.212220817 ); LA = 5.1*sin( NP ); // calculate moon's ecliptic longitude RP = normalize( ( JD - 2451555.8 ) / 27.321582241 ); LO = 360*RP + 6.3*sin( DP ) + 1.3*sin( 2*IP - DP ) + 0.7*sin( 2*IP ); Zodiac = "Pisces"; if (LO < 348.58) {Zodiac = "Aquarius";} if (LO < 311.72) {Zodiac = "Capricorn";} if (LO < 302.49) {Zodiac = "Sagittarius";} if (LO < 271.26) {Zodiac = "Scorpio";} if (LO < 242.57) {Zodiac = "Libra";} if (LO < 224.17) {Zodiac = "Virgo";} if (LO < 173.34) {Zodiac = "Leo";} if (LO < 135.30) {Zodiac = "Cancer";} if (LO < 119.48) {Zodiac = "Gemini";} if (LO < 93.44) {Zodiac = "Taurus";} if (LO < 51.16) {Zodiac = "Aries";} if (LO < 33.18) {Zodiac = "Pisces";} Plot( C, "Close", colorBrightGreen, styleNoTitle | ParamStyle( "Style" ) | GetPriceStyle() ); _N(Title = Name() + " - " + Date() + " Open " + C + " High " + H + " Low " + L + " Close " + C + "\n" + "Age: " + AG + " Phase: " + Phase + "\n" + "Distance: " + DI + " earth radii ecliptic\n" + "Latitude = " + LA + "°\n" + "Longitude = " + LO + "°\n" + "Constellation = " + Zodiac+ "\n" + "IP: " + IP1); _SECTION_END(); _SECTION_BEGIN("Lunar Cycle"); // Input your local time zone TZ=Param("Your local Time Zone? [-12 to +12hrs]",5.5, -12,12,1); // Lunar cycle LunarMonth=29.530589; Offset=7.254621; // Calendar } leap=frac(Year( )/4)==0 AND frac(Year()/ 100)!=0 OR frac(Year()/ 400)==0; y=Year()*365+ int(Year( )/4)-int( Year()/100) +int(Year( )/400); m= IIf(Month()==2,31-leap, IIf(Month()==3,59, IIf(Month()==4,90, IIf(Month()==5,120, IIf(Month()==6,151, IIf(Month()==7,181, IIf(Month()==8,212, IIf(Month()==9,243, IIf(Month()==10,273, IIf(Month()==11,304, IIf(Month()==12,334, -leap))))))) )))); CurrentDay=y+ m+Day()-TZ/ 24-Offset; // Full Moon } FM=frac(CurrentDay/ LunarMonth) ; FM=PeakBars( FM, 1, 1)==0; // New Moon } NM=frac((CurrentDay +LunarMonth/ 2)/LunarMonth) ; NM=PeakBars( NM, 1,1)==0; FullMoon=FM-NM==1; NewMoon=FM-NM==-1; //Plot Moon Phase on main chart MC = ParamToggle("Moon Cycle","Show|Hide",0); shape = IIf(FullMoon,shapeCircle+shapePositionAbove,IIf(NewMoon,shapeCircle+shapePositionAbove,Null)); if(MC==1) PlotShapes(shape,IIf(FullMoon,colorWhite,colorYellow),0,H); _SECTION_END(); ============================================================================================================== Lunar Cycles for Metastock: {Lunar cycles - by Jose Silva} {Full/New/Q1/Q3 Moon signals indicator Mk XV. Plots: +1 signal on Full Moon; -1 on New Moon; +0.5 on first Quarter; -0.5 on last Quarter. Accurate to within 2 hours every 19 years. Signals that fall on holidays or weekends are plotted on the next trading day. Use the signal advance input to view approaching signals. Adj lunar signals to market's local Time Zone (generally add 1hr for Daylight Saving Time): New Zealand: +12hrs Australia: +10 Japan: +9 SE Asia: +8 Thai/Indonesia: +7 India: +5.5 Dubai: +4 Moscow: +3 Europe: +1 UK & Portugal: 0 USA, NY: -5 Chicago: -6 http://www.travel.com.hk/region/timezone.htm Copyright © 2001-2009 Jose Silva. The grant of this license is for personal use only - no resale or repackaging allowed. All code remains the property of Jose Silva.} { User inputs } TZ:=Input("Market's local Time Zone? [-12hrs to +12hrs]",-12,12,-5); shift:=Input("Advance signal by x calendar days",-30,30,0); plot:=Input("Plot Q1 and Q3 (half) signals? [1]Yes, [0]No",0,1,0); { Lunar cycle length in days (synodic month) } LunarMonth:=29.53059; offset:=4.86; { Calendar engine } y:=Year()-(Month()<3); leap:=Int(y/4)-Int(y/100)+Int(y/400); mth:=Int((2+153*(Month()-3+12*(Month()<3)))/5); dayNr:=DayOfMonth()+mth+y*365+leap-657382 -offset-TZ/24+shift; { New/Q1/Full/Q3 Moon cycles } NM:=Frac((DayNr+LunarMonth/2)/LunarMonth); Q1:=Frac((DayNr+LunarMonth/4)/LunarMonth); FM:=Frac(DayNr/LunarMonth); Q3:=Frac((DayNr-LunarMonth/4)/LunarMonth); { Lunar cycle signals } cycle:=FM-NM; FM:=cycle<0 AND Alert(cycle>0,2); NM:=-(cycle>0 AND Alert(cycle<0,2)); cycle:=Q1-Q3; Q1:=(cycle<0 AND Alert(cycle>0,2))*.5; Q3:=(cycle>0 AND Alert(cycle<0,2))*-.5; signals:=If(plot=1,NM+Q1+FM+Q3,NM+FM); { Plot Lunar signals in own window } signals ------------------------------------------------------------------------------------
    1 point
  28. I had this happened on a bot I tested (and decided not to use for various reasons!) a while back. This happens when the strategy sync's the strategy position with the live position ignoring the time it was enabled (when actually the trade was well past the point of entry). So a trade based on past signal would be entered as a new trade when we enable the strategy which is bad and needs fixing! It should wait for a new signal to enter trade after enabling, and not enter a trade based on a past signal immediately upon enabling! Apparently it was a minor fix according to a developer in a chat back then...
    1 point
  29. No, just price action with Fibo levels
    1 point
  30. To all newbies, the scam above is a very common type of scam. Unless you are a billionaire, please protect your money against greed - that's the cash they are trying to wave in front of your eyes. Those are illusions made to make you focus on the "potential" when they are actually scheming against you. As the saying goes "if it's too good to be true, it's too good to be true".
    1 point
  31. An update is missing, because when they activate the bot, it enters an operation automatically and should not work like this, because it must wait for conditions to be met again with the established rules
    1 point
  32. (12) Facebook (12) Facebook This are two scammers, scam me, and still scamming people on crypto, report them as scammer by cliking the 3 period from the right top and will see a report profile, get rid of them before somebody you care will be victimized.
    1 point
  33. Download it quickly I need a favor for you guys , to take out a facebook scammer , just report him as a scammer. He scam me last 2 month ago, we need to take down, somebody who is hurting the trading community
    1 point
  34. You fell for the great work of a Discord impersonator and it is nobody's fault but yours. Monica has nothing to do with and even at this point you can't comprehend that fact which says a lot about how and why you got scammed.
    1 point
  35. Right. Fake Discord invite and fake Discord profile impersonating the real MonicaPropTraderz. Whoever read this should never do that mistake of falling prey to such scammers!
    1 point
  36. You guys can try this, no clue if this is what your looking for. I've never tried installing it, just virus checked and forgot about it. If you figure it out and it works, please update the thread. https://workupload.com/file/DQdsQxArTLu
    1 point
  37. I am SPX gamma person and most of my trade is based in when is the right SPX volume gamma is in the Bull or Bear Zone. My trade today is SPX when it hit 6305 to 6310 or ES 6342 to 6347and very sucessful. Here is the TOS trade I cannot show you the ES trade because I got problem with my indicator that I place the Traderflow Labs indicator, it is causing my chart trader not to function properly. But I trade 2 contract for ES from 6342 to 6347 and was sucessfull for $500 bucks each funded account
    1 point
  38. These are for members only videos, so this is the actual , they do for the taining, so they don't want this thing to be publish. You got Thursday to download it by You tube downloader. I am giving you what you want, some is asking for it, if you don't download it , it will be gone ,some more to go. I give 100 hours for you Guys so you could have it, I hoped you Guys don't be so selfish what you have to share. You have to pick the mind of Gary the creator of this video to be successful in his Viper system. If you could pick up his mind then you could make what he make last year between him ,son and wife , more than $1 million last year. This year he said, their target between them 3 is $2 to $3 million
    1 point
  39. Hi there, Please remove the post above, as it contains false information and links my name to a scam I have absolutely nothing to do with. The person who contacted you and claimed to be me is clearly an impersonator I want to clarify something very important regarding the post above. That person is NOT me. My username is monicap (with a single "i"), not "moniicap" as shown in the screenshot. It seems you've unfortunately been approached or scammed by someone impersonating me or using a similar name to create confusion. I do not run any auto-copy systems, paid classes, or broker affiliations like the ones described in your post. I also never ask people to send money or create linked trading accounts. If you were misled into joining a fake Discord or platform under the impression that it was associated with me, please report that account immediately to the platform and notify any admins. I'm deeply sorry this happened to you, and I hope you can recover any losses or take proper action. Stay cautious and always double-check identities before sharing account access or capital with anyone. If you have any doubts, feel free to message me directly to verify. Wishing you the best in your trading journey, monicap
    1 point
  40. He’s using it with reverse function, so a failed breakout of the 55 donchain channel. so if you have a crystal ball, you can set it to reverse instead of normal
    1 point
  41. E-Money

    IBD Home Study Program

    AR, Material requests are something we do in our time. The downloads come in the responder’s time. Patience.
    1 point
  42. kimsam

    HFT SPECTRE Group Buy

    indo-investasi
    1 point
  43. helase

    nordman-algorithms.com

    thanks the_evil 😊
    1 point
  44. The battle of tech titans!😱
    1 point
  45. No, it's privately coded and not part of the HFT guy's stuff.
    1 point
  46. Really First time I hear it like that, Many times I change my Bios and my hardware ID did not change, maybe you made it change as you hack your NT 8 program, as far as I experienced , a Normal change on BIOS like under Microsofr UEFI or TPM which causes a lot lockdown have not made my machine ID change. There is only one guy I see change a BIOS UEFI TPM change by hacking it physically and o other beside him done it . maybe your the 2nd one or you are that Guy.
    1 point
  47. BUMP! can we EDU the new version? doesn't work on my EDU ninja
    1 point
  48. God save us, he's back! 🤯
    1 point
  49. This is the link for Dynamic Trader 8 cracked. https://www.sendspace.com/file/vfyi3s Greetings
    1 point
×
×
  • Create New...