Still Basketting
Page 1 of 844 123 ... LastLast
Results 1 to 10 of 36

Thread: Still Basketting

  1. #1
    It has begun back some times and that I don,t want to return describing how it all started
    If any one is considering this manner of trading or how I came at this stage
    with these indiors and tools, I don,t envy you because you've got massive reading to do at these links:
    https://www.forexforum.co.za/broker-...hings-mt4.html AND https://www.forexforum.co.za/general...ay-market.html

    ACKNOWLEDGEMENTS
    If you stumble across some of this traders online or offline, don't hesitate to thank them for their generosity in supplying the tools
    which are with this thread and in ensuring basket trading is simplified and tamed.

    If your title is not listed here, pardon my am reading the thread again and I am listing them as they occur to me and its not in any order of significance.

    PAT1, the Inventor of the basketv6 offline creator,
    DKNY, for The Evolution of Basket Trading by T101
    GVC, George thanks to the EAs both for 14 pairs and the core-5 and quickly adapting the basketv6 to fit c5
    DRYCLEAN, for helping others and your applicable articles even from older thread

    I'll continue with the list and also tools

    kos

  2. #2
    Quote Originally Posted by ;
    Or is your basket made directly from whatever pairs you have in the market watch ?
    here is the code that creates the different cases of the basket

    switch (NumOfPairs)
    {
    case 1: Pair[0] = GBPJPY Pair_suffix;
    Factor=0.0;
    break;
    case 2: Pair[0] = GBPUSD Pair_suffix;
    Pair[1] = EURUSD Pair_suffix;
    Factor=200.0;
    break;
    case 3: Pair[0] = GBPJPY Pair_suffix;
    Pair[1] = AUDJPY Pair_suffix;
    Pair[2] = EURJPY Pair_suffix;
    Factor=300.0;
    break;
    case 4: Pair[0] = GBPUSD Pair_suffix;
    Pair[1] = EURJPY Pair_suffix;
    Pair[2] = EURUSD Pair_suffix;
    Pair[3] = GBPJPY Pair_suffix;
    Factor=400.0;
    break;
    case 5: Pair[0] = AUDJPY Pair_suffix;
    Pair[1] = NZDUSD Pair_suffix;
    Pair[2] = EURJPY Pair_suffix;
    Pair[3] = GBPJPY Pair_suffix;
    Pair[4] = GBPUSD Pair_suffix;
    Factor=500.0;
    break;
    case 6: Pair[0] = GBPUSD Pair_suffix;
    Pair[1] = EURJPY Pair_suffix;
    Pair[2] = AUDUSD Pair_suffix;
    Pair[3] = EURUSD Pair_suffix;
    Pair[4] = GBPJPY Pair_suffix;
    Pair[5] = NZDUSD Pair_suffix;
    Factor=600.0;
    break;
    case 7: Pair[0] = USDJPY Pair_suffix;
    Pair[1] = EURJPY Pair_suffix;
    Pair[2] = GBPJPY Pair_suffix;
    Pair[3] = NZDJPY Pair_suffix;
    Pair[4] = AUDJPY Pair_suffix;
    Pair[5] = CHFJPY Pair_suffix;
    Pair[6] = CADJPY Pair_suffix;
    Factor=700.0;
    break;
    case 8: Pair[0] = GBPUSD Pair_suffix;
    Pair[1] = EURJPY Pair_suffix;
    Pair[2] = AUDUSD Pair_suffix;
    Pair[3] = NZDJPY Pair_suffix;
    Pair[4] = EURUSD Pair_suffix;
    Pair[5] = GBPJPY Pair_suffix;
    Pair[6] = NZDUSD Pair_suffix;
    Pair[7] = AUDJPY Pair_suffix;
    Factor=800.0;
    break;
    case 10: Pair[0] = GBPUSD Pair_suffix;
    Pair[1] = EURGBP Pair_suffix;
    Pair[2] = GBPJPY Pair_suffix;
    Pair[3] = CADJPY Pair_suffix;
    Pair[4] = NZDUSD Pair_suffix;
    Pair[5] = EURUSD Pair_suffix;
    Pair[6] = USDJPY Pair_suffix;
    Pair[7] = AUDUSD Pair_suffix;
    Pair[8] = NZDJPY Pair_suffix;
    Pair[9] = GBPCHF Pair_suffix;
    Factor=1000.0;
    break;
    case 12: Pair[0] = GBPUSD Pair_suffix;
    Pair[1] = EURGBP Pair_suffix;
    Pair[2] = GBPJPY Pair_suffix;
    Pair[3] = CADJPY Pair_suffix;
    Pair[4] = NZDUSD Pair_suffix;
    Pair[5] = AUDJPY Pair_suffix;
    Pair[6] = EURUSD Pair_suffix;
    Pair[7] = USDJPY Pair_suffix;
    Pair[8] = AUDUSD Pair_suffix;
    Pair[9] = NZDJPY Pair_suffix;
    Pair[10] = GBPCHF Pair_suffix;
    Pair[11] = CHFJPY Pair_suffix;
    Factor=1200.0;
    break;
    case 14: Pair[0] = GBPUSD Pair_suffix;
    Pair[1] = EURGBP Pair_suffix;
    Pair[2] = GBPJPY Pair_suffix;
    Pair[3] = USDCHF Pair_suffix;
    Pair[4] = NZDUSD Pair_suffix;
    Pair[5] = AUDJPY Pair_suffix;
    Pair[6] = EURJPY Pair_suffix;
    Pair[7] = EURUSD Pair_suffix;
    Pair[8] = USDJPY Pair_suffix;
    Pair[9] = AUDUSD Pair_suffix;
    Pair[10] = NZDJPY Pair_suffix;
    Pair[11] = GBPCHF Pair_suffix;
    Pair[12] = CHFJPY Pair_suffix;
    Pair[13] = EURCHF Pair_suffix;
    Factor=1400.0;
    break;

  3. #3
    The machine: Basket trading
    Pairs: 14 Universal pairs
    Timeframe: 15min

    The best way to exchange:
    once I watch Blue I cut my own profit or my loss and buy exactly the 14 pairs at once
    once I watch Red I cut on my profit or my loss and market the 14 pairs at once

    BE: once the trade travels 150 pips, profitprotectEA starts watching out to 0.1 and once the PL moves 0.1 it closes all I dont like trailing except when it's deep in profit

    SL = 560 pips nearly 6% of the acct. VERY RISKY
    TP = HAS Direction change

    kos

  4. #4
    EA?:
    Yes I've the EA that trades it the way I need it. Before now many attempts are made to code you, but we couldn't get it to just take one basket each change of HAS direction, that means if it take a transaction and BE or SL or hit Trailing then it should wait for another shift of direction by HAS else many time it just get in on the peak of retracement, But that's been fixed now and its working.

    But I suggest that we simply take off manually for now then we might plug in the EA later. I will switch to stealth style, once EA speak hijacks the thread. In the event that you know it all proceed to thread cos here I'm open to learning. In case you dont see why I should exchange the 14 pairs create your point and proceed.

    kos

  5. #5
    Tools:
    H.A.Smoothed
    profitProtectEA
    VQzz
    Basket v6
    TradeHedgeSellAll
    TradeHedgeBuyAll
    CloseAll
    I will post the tools later.

    Having problems with setting up the ofline?
    Dont worry some buddies will come in here and give us a hand in establishing the offline charts and where to put the tools in your mt4 folders.

    kos

  6. #6
    Is that a ideal TS? no! Should anyone give it look? I don't know

    I haven't promised anything or made any claims but:
    I have a live micro account of 400 usd. I will start using it and lets see how quick it could go up or down. Therefore, let no one ask me for my bank statement or trading history. Only let us use this account for experiment. If am ready to place one more zero behind it, good and well. And if I wind up removing the forty in the front of the last zero, of course the thread closes down.

    kos

  7. #7

  8. #8
    Bad Week? of course there are

    kos

  9. #9

  10. #10
    and now,
    I didn't await the entire color change yesterday night before dragging the sell script and it went right into -180 but this morning I got away with it.
    Pls don't do this

    kos

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.