Jump to content

leon1

Members
  • Posts

    76
  • Joined

  • Last visited

Reputation Activity

  1. Like
    leon1 reacted to ⭐ Mberg in GET - John Keppler - Market Profile Courses x2 - Basic and Advanced   
    Market Profile Trading Strategies Basics - by John Keppler
     
    Dont forget to change the letters, and keep them that way so the urls:s live longer.
     
    Download link - hxxps://mega.xx/#F!qs91QYBR!4f7UOetSmdb5nzX6RSy_eQ
     
    --------
     
    Market Profile Trading Strategies: Beyond the Basics
     
    Download link - hxxps://mega.xx/#F!z1sFjC7Q!r3ZplQrsG9WzbDBZA-0KwA
  2. Like
    leon1 reacted to ⭐ Electron in Education indicators for NinjaTrader 8 or New year's gift   
    Hello, everyone.
     
    The scheme of licensing (protection) of indicators/addons can be divided into 3 groups
    1. Using only the standard licensing method from NinjaTrader.
    2. Own licensing method.
    3. Mixed method.
     
    Let's see what we can do with first group...
     

     
    In the video, two indicators are trained (with a missing license and with a completed trial).
     
    Some vendors from the first group:
    https://pvoodoo.blogspot.com/p/list.html
    https://ninjaindicators.quantumtrading.com/product-tag/ninjatrader-7-indicators/
    http://indicatormall.com/
    https://www.lizardindicators.com/premium-indicators/premium-indicators/
    https://www.daytraderprofesional.com/
     
    MagicThing
    https://www.sendspace.com/file/565fpn
     
    BTC Donate
    1MkERnt9ZsxeEPjm6Dnv8drN2kmyGQ3rCm
     
    Enjoy!
  3. Like
    leon1 got a reaction from ⭐ laser1000it in Tell me what you want from www.ewef.net   
    Are there any old ewef members here? Does anyone know why it was shut down?
  4. Like
    leon1 reacted to Hagar1713006266 in PLEASE HELP ME MAKE MONEY ONLINE. Online Business/ Work from Home   
    Just be careful with who take advice from, a post like this is a bit like "PLEASE RAPE ME" to the scammers who lurk around these forums
  5. Like
    leon1 got a reaction from e-Invester in [ASK] CUSTOM DMI indi from Metastock >too>> Tradestation/Multicharts   
    you could try to calculate tr in a for loop instead, maybe it makes a difference:
     
     
    tr=0;
    for Value1 = 0 to Len-1
    begin
    tr = tr +maxlist( (PriceH[value1]-PriceL[value1]) , AbsValue(PriceH[value1]-PriceC[value1+1]) , AbsValue(PriceL[value1]-PriceC[value1+1]) );
    end;
     
    If you are still getting problem try to set Len to 2 and calculate the values with a calculator for yourself to see which one has the correct values and then hope that it will give you some clue as to why the values differ from expected.
  6. Like
    leon1 got a reaction from e-Invester in [ASK] CUSTOM DMI indi from Metastock >too>> Tradestation/Multicharts   
    Maybe the floating point error is because of division by zero, at least it is a problem that needs to be fixed anyway.
     
    Also you need to learn how mc/ts executes the program once for each bar and how that affects programming. By the looks of it Metastock executes program just once.
     
    inputs:
    PriceH( numericseries ),
    PriceL( numericseries ),
    PriceC( numericseries ),
    Len( numericsimple ),
     
     
    variables: TR (0),HD(0), LD(0), DMP(0),DMM(0), PDI(0), MDI (0);
    var: cDMIPlus( 0 ), cDMIMinus( 0 ),cADX(0) ; //since you calculate these why were they inputs??
    var: netDMI(0); // added this var to get rid of possible divzero error in cADX calculation
     
    //////////////////-----1------//////////////////
    TR = sum (maxlist (maxlist(PriceH-PriceL, AbsValue(PriceH-PriceC[1]) ) , AbsValue(PriceL-PriceC[1])),Len);
     
    HD = PriceH - PriceH[1]; // these should be outside of loop as far as i can tell
    LD = PriceL[1] - PriceL;
     
     
    /////////////////------2------//////////////////
    DMP = 0;
    DMM = 0;
    for Value1 = 0 to Len-1 // replaced your 13 with LEN-1 here
    begin
     
     
    if HD[value1]>0 and HD[value1]>LD[value1] then begin
    DMP = DMP + HD[value1];
    end
    else begin
    DMP = DMP + 0; // we are calculating a sum so dont reset DMP to 0
    end;
     
    if LD[value1]>0 and LD[value1]>HD[value1] then begin
    DMM = DMM + LD[value1];
    end
    else begin
    DMM = DMM + 0; // fixed this one also
    end;
    end;
    ///////////////-------3-----//////////////////
    cDMIPlus =0;
    cDMIMinus =0;
    if TR<>0 then begin
    cDMIPlus = DMP*100/TR;
    cDMIMinus = DMM*100/TR;
    end;
    netDMI=0;
    if cDMIMinus+cDMIPlus <> 0 then netDMI=(cDMIMinus-cDMIPlus)/(cDMIMinus+cDMIPlus);
    cADX = Average(AbsValue(netDMI)*100,Len);
     
    MyADX = 1;
  7. Like
    leon1 got a reaction from tryitagainmf in Request what you what you want from TZ in this thread..   
    so this is how trolling works these days:
     
    1) Leech off indo for 1 year without sharing anything
    2) Get angry because other forums don't allow leeching
    3) Spew out nonsense and lies about the other forums
    4) Accuse people correcting you of being abusive and harrassing
    5) Spew out even more nonsense and lies, then declare topic closed so that nobody would correct you
     
    This stuff is golden :D
  8. Like
    leon1 got a reaction from alansim in Tell me what you want from www.ewef.net   
    It is nice that trolls and other losers have a place where they are welcome
  9. Like
    leon1 got a reaction from polaris in Tell me what you want from www.ewef.net   
    It is nice that trolls and other losers have a place where they are welcome
  10. Like
    leon1 got a reaction from ⭐ mr12323 in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  11. Like
    leon1 got a reaction from dezerter in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  12. Like
    leon1 got a reaction from ravijj in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  13. Like
    leon1 got a reaction from freddy in ****hothothot**** 2500 gb collection with everything   
    TO LEON: Don't screw around with me again unless you want your trading systems all over the internet
     
    -M
  14. Like
    leon1 got a reaction from kepala in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  15. Like
    leon1 got a reaction from energetic in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  16. Like
    leon1 got a reaction from forexclub in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  17. Like
    leon1 got a reaction from tradershare in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  18. Like
    leon1 got a reaction from Jay007 in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  19. Like
    leon1 got a reaction from niftymover in ****hothothot**** 2500 gb collection with everything   
    Here is the collection of Andrey.
     
    Did you really think that Leon shared this? No I sent him a trojan with a keylogger and got his passwords.
     
    http://www.filefactory.com/file/c4c36f8/n/_torrents.rar
     
    Kindest Regards my brothers, God bless every one of you. May forums like ewef and speculationm@sters disappear and all things be shared without expecting anything in return.
  20. Like
    leon1 got a reaction from tke1 in Request what you what you want from TZ in this thread..   
    so this is how trolling works these days:
     
    1) Leech off indo for 1 year without sharing anything
    2) Get angry because other forums don't allow leeching
    3) Spew out nonsense and lies about the other forums
    4) Accuse people correcting you of being abusive and harrassing
    5) Spew out even more nonsense and lies, then declare topic closed so that nobody would correct you
     
    This stuff is golden :D
  21. Like
    leon1 reacted to iwjw in The holy grail ...... Trade with me for more then 100 pips a day.   
    Although I would never trade the way nifty does, in times like this his way could be successful
    Next week will show how the market deals with the S&P downgrades. What's making it interesting and simultaneously hard to trade (at least for me) is the stable us market against the european dept mess. As long as the correlation between currencies and stock market doesn't break up and wallstreet doesn't tank we will be in a ranging market where even deeper drawdowns have a chance to recover. As long as the commodity related currencies (audusd, nzdusd, cadusd) aren't tanking there should be no real breakdown on eurusd and gbpusd
  22. Like
    leon1 reacted to ⭐ val2004 in A question to all forum members   
    I know it s a great movie.
  23. Like
    leon1 reacted to snapper55 in A question to all forum members   
    yes, THAT movie-leon is great :) happy new year all
  24. Like
    leon1 reacted to start_profit in A question to all forum members   
    here is link to the thread that got locked so that everyone will know what I am talking about
    http://indo-investasi.com/showthread.php/12528-trading-software-collection.com
  25. Like
    leon1 reacted to nehal_s143 in Happy new year   
    In year 2012 [-O<[-O<[-O< may god would be ur best frnd,he loves u deeper,always bless on u, god always guide u n carry u. happy new year to all my indo investasi friends :x:x:x ,members 8-) & leg pullers >:)
×
×
  • Create New...