Jump to content

admis

Members
  • Posts

    1812
  • Joined

  • Last visited

  • Days Won

    313

Posts posted by admis

  1. ...

     

    Seems to me, as an ordinary range bar available in the standard set of bar types in NT... Everything relies on the definition of such bars. For NT7 you can find the file: ..\NinjaTrader 7\bin\Custom\Type\@BarsTypes.cs

    In the row #: 2382 (for ver.31) starts the code responsible for creating Range Bars.

    ...

    #2382: public class RangeBarsType : BarsType

    ...

    I suspect only, the differences you've seen, result from gaps (filled with phantom bars). It can be changed in NT, but it is more important question: why they should be changed? Don't you like the smoother bars like NoGapRangeBars, for ex.?

  2. Thank you all who fulfilled my previous requests to educate various s/w.

     

    I had purchased the black diamond trader a while back and now they a v2 of it.

     

    could some one please educate this fr the benefit of all.

     

    Thank you

     

    ...

     

    Here is the edu of BlackDiamondTrader:

    https://www.sendspace.com/file/vfwb52

     

    btw. @palshq70: In your package is the edition from 2011.

  3. Have hope admis. :) Is there any way to just get the bars to work by themselves? Without adding the other indicators or using the IQFeed?

     

    Your PM box is overfilled...

     

    Ad.1 Practically it's almost impossible to exclude them and use only bars, which are the main part of their system.

    Ad. 2 You can use OFA with each data feed supported by NT (many times described in the main OFA thread)

    IQfeed – Set Data Type: 1, other data feed Type: 2

  4. Hello I have attached the quantum indicators for NT to this thread.

     

    I request any one of you to please have the protection removed.

     

    The indicators are similar to the Hawkeye system with some added benefits of s/r and the currency matrix.

     

    Thank you

    Definitely forget for a some time about ALL the stuff developed for NT8 (including the Quantum). :|

    The bad times have arrived for NT8 funs...

  5. Thank you Admis for the Contact Adress.

    ...

     

    What I remember, I sent you nothing, George. :-??

    I'm sorry. Maybe, my memory doesn't work as it should, but probably you know more than me about my 'contact address', which supposedly I sent you..

  6. Hello all.

    I have uploaded the latest BPT New Generation Auto Trade strategy pack.I was hoping that one of the "Admis Army" could give it a try for education.If you are trying to work out your more "advanced" education skills, this would be a good target because I don't think it will be easy.This BPT vendor has stated in one of his videos that his new packages are "crackproof".

    Anyway give it a try but if you can't, no harm done.

    ...

     

    Thank you.

     

    As I guess, you'd like to hear my opinion (I apologize, if I'm wrong). Anyway, there is nothing inside, we could describe as a rocket science... A bunch of classical indicators (CCI, Stoch, BB, PSAR, MACD, WPR) mixed with a set of logical conditions.

     

    The easiest way to educate them is to find someone who has the full or trial license. Only to decrypt the hashed parameters...

  7. Is it latest one or one educated by admis?

     

    Not mine (can't be seen?).

    The above release still requires some cleaning work (expiration trap).

     

    The part of code to remove in the most of the indies (OnBarUpdate):


    if (base.ToDay(DateTime.Now) >= ExpiryIntDate + 80412 || base.ToDay(base.get_Time().get_Item(0)) >= ExpiryIntDate + 80412 || base.ToDay(DateTime.Now) <= ExpiryIntDate2 + 19915)
    {
    if (this.DoOnce1)
    {
    base.Log("Access to this file has expired - Please contact [email protected].", 0);
    this.DoOnce1 = false;
    }
    return;
    }
    [/Code]

    or changing of ExpiryIntDate

    (current value = 20080218), ExpiryIntDate + 80412 = 20160630 (yyyymmdd)

  8. This must be a joke:

    CR Buy & Sell: (sources)

    https://www.sendspace.com/file/98n7t5

     

    //BUY
    if (base.CrossAbove((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
               {
                   base.EnterLong(base.DefaultQuantity, "");
               }
    
    //SELL
    if (CrossBelow((IDataSeries) base.SMA(base.CCI(240), 1), (IDataSeries) base.SMA(base.CCI(240), 5), 1))
               {
                   base.EnterShort(base.DefaultQuantity, "");
               }

  9. ...

     

    I just can see a Reference-Number from the BMO Harris Bank. ´til now i didn´t found a Contact-Adress (Email) on their Site. Just Mail. And for the FON my english is not good enough.

    BMO Harris Bank

     

    http://www.nfa.futures.org/BasicNet/Details.aspx?entityid=k17Ne6qLDo8=

    AMP GLOBAL CLEARING LLC

    [TABLE=width: 100%]

    [TR]

    [TD=class: boxheader, width: 100%, align: left]Business Address[/TD]

    [TD]http://www.nfa.futures.org/BasicNet/cornerright.gif[/TD]

    [/TR]

    [/TABLE]

    221 N. LA SALLE ST

    25TH FLOOR

    CHICAGO, IL 60601

    UNITED STATES

    (312) 893-7700

    AMP TRADING LLC

    221 N. LASALLE STREET

    SUITE #2400

    CHICAGO, IL 60601

    UNITED STATES

    (312) 893-6400

  10. ...

     

    I Changed from AMP/CQG to Kinetick, because they billed me with 350 USD for a Withdrawal that costs normally 30USD. Therefore i have no Charts @ the Moment ´til the new one starts

     

    For what did they charge you exactly?

    ---

    [TABLE=class: sample, width: 559]

    [TR]

    [TD=class: xl65]AMP WITHDRAWAL OPTIONS:

    [/TD]

    [TD=class: xl66][/TD]

    [/TR]

    [TR]

    [TD=class: xl70]ACH (Next Day - 4pm CST Delivery - Domestic only): [/TD]

    [TD=class: xl68]FREE[/TD]

    [/TR]

    [TR]

    [TD=class: xl70]Wire (Domestic & International):[/TD]

    [TD=class: xl68]30.00[/TD]

    [/TR]

    [/TABLE]

×
×
  • Create New...