1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
    Dismiss Notice

New EA Multi-Pair TMA Strategy Robot

Discussion in 'Expert Advisor atau Robot Forex' started by FXPIP, 12 Feb 2020.

  1. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    DOWNLOAD EA for DEMO ACCOUNTS

    TMA is only 1 of 7 indicators strategies i coded into this EA.

    TypeTMAFiltre=1– if price go out TMA Channel – EA will open order to expect price will back inside channel of SlowTMA:
    [​IMG]
    TypeTMAFiltre=2 – if price go out the SlowTMA channel EA will open order to continue this trend – breakout signal (EA trade only outside SlowTMA Chanel) :
    [​IMG]
    TypeTMAFiltre=3– price go out the channel and bar must be closed outside the TMA channel, after this once price move back and touch SlowTMA channel – EA open order to expect price will back inside SlowTMA channel (same direction signal as type1) :
    [​IMG]
    TypeTMAFiltre=4 – Double TF TMA Fast and Slow based at 2 TMA indicaotrs (in tester work from Slow TF). Sell signal once upper band of Fast TMA will be > than upper band of SlowTMA. Buy signal once lower band of FastTMA will be < than lower band of SlowTMA) :
    [​IMG]
    TypeTMAFiltre=5– EA use Central line of SlowTMA and compare it with MA. If MA < CentralTMALine its a Buy Signal, if MA > CentralTMALine – its a Sell signal:
    [​IMG]
    TypeTMAFiltre=6– EA compare Current Price with Upper and Lower band + MA with Central Line of SlowTMA indicator. For SELL price must go outside upper band of SlowTMA and MA must be higher Central line of SlowTMA. For BUY price must go down outside lower band of SlowTMA and MA must be lower Central line of SlowTMA:
    [​IMG]
    TypeTMAFiltre=7– Sell signal between Upper and Central line of SlowTMA. Buy Signal between Lower and Central line of SlowTMA indicator. This method do not signal outside TMA bands!
    [​IMG]
    TypeTMAFiltre=8– same entry point as DoubleTF TypeTMAfiltre=4 but it hold and Continue this Signal inside SlowTMA until TypeTMA=4 will not show opposit signal:
    [​IMG]
    TypeTMAFiltre=9 – same entry point as DoubleTF TypeTMAfiltre=4 but it hold and Continue this Signal inside SlowTMA (higher TF) until TypeTMA=4 will not show opposit signal and Price must go out 2 from 2 TMA Chanels ourside:
    [​IMG]

    There how it Looks :

     
  2. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    We start manage accounts with this TMA 9 (H1) type Strategy + double TF (m15+H1) SAR ind that also in Robot :
    Screenshot at Feb 12 18-30-41.png Screenshot at Feb 12 18-31-00.png
     
  3. blackking

    blackking Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Seems needs the patience to use this indicator
    but it will paid with the good trading result I think
    indicator like as dynamic support and resistance
     
  4. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    i coded this TMA into EA because 5 members contacted me and show how they trade Manually with TMA ... we developed 9 types of entry as you see in this MPGO EA
    Patience is best way to gain profit in Forex
     
  5. ionone2

    ionone2 Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    TMA REPAINTS
     
    • Like Like x 1
  6. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    even MA repaints - every indicator repaints that use last some bars of history ! So what ? Anyway if you can get good resilts from even repaint indicaotr - it worth it to use in Profit
     
    • Dumb Dumb x 1
  7. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    • Like Like x 1
  8. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    PARAMETERS TMA in Robot (How to use TMA indicator in EA https://www.fxpip.one/tma-indicator-types-of-entries-in-ea-mpgo/)
    TypeTMAFiltre=0; // What type of TMA Filter EA must use :
    0 - off,
    1 - if price go out TMA Channel – EA will open order to expect price will back inside channel of TMA.
    2 - if price go out the channel EA will open order to continue this trend – breakout signal (opposite signal to type1).
    3 - price go out the channel and bar must be closed outside the TMA channel, after this once price touch channel EA open order to expect price will back inside channel (same direction signal as type1)
    4 - Double TF TMA Fast and Slow based at 2 TMA indicaotrs (in tester work from Slow TF). Sell signal once upper band of Fast TMA will be > than upper band of SlowTMA. Buy signal once lower band of FastTMA will be < than lower band of SlowTMA)
    5 - EA use Central line of SlowTMA and compare it with MA. If MA < CentralTMALine its a Buy Signal, if MA > CentralTMALine – its a Sell signal
    6 - EA compare Current Price with Upper and Lower band + MA with Central Line of SlowTMA indicator. For SELL price must go outside upper band of SlowTMA and MA must be higher Central line of SlowTMA. For BUY price must go down outside lower band of SlowTMA and MA must be lower Central line of SlowTMA
    7 - Sell signal between Upper and Central line of SlowTMA. Buy Signal between Lower and Central line of SlowTMA indicator. This method do not signal outside TMA bands!
    8 - same entry point as DoubleTF TypeTMAfiltre=4 but it hold and Continue this Signal inside SlowTMA until TypeTMA=4 will not show opposit signal
    9 – samilar entry point as DoubleTF TypeTMAfiltre=4 (fast TMA must go out Slow TMA ) but it hold and Continue this Signal inside SlowTMA (higher TF) until TypeTMAFiltre=4 will not show opposit signal and (!!!) Price must go out from 2 TMA Chanels ourside

    TMA_TimeFrameFast= 60; // Fast timeframe where ea read TMA ind (addditional Fast parameters use only for TypeTMAFiltre=4 and 8. ). EA Must be attached at TMA_TimeFrameFast= 60 (it will be Visual TF)
    TMA_TimeFrameSlow
    = 60; // Slow timeframe where ea read SlowTMA ind values (1 TF methods only for TypeTMAFiltre=1 2 3 5 6 7). 0=Current TF where EA attached at Chart; 1=M1; 5=M5 15=M15; 30=M30; 60=H1; 240=H4 1440=D1
    TMA_HalfLengthFast = 56; // FastTMA ind parameter
    TMA_HalfLengthSlow = 224; // SlowTMA ind parameter
    TMA_PriceFast = 0; // 0=PRICE_CLOSE ; 1=PRICE_OPEN; 2=PRICE_HIGH; 3=PRICE_LOW; 4=PRICE_MEDIAN (high+low)/2; 5=PRICE_TYPICAL(high+low+close)/3; 6=PRICE_WEIGHTED (high+low+close+close)/4)
    TMA_PriceSlow = 0; // 0=PRICE_CLOSE ; 1=PRICE_OPEN; 2=PRICE_HIGH; 3=PRICE_LOW; 4=PRICE_MEDIAN (high+low)/2; 5=PRICE_TYPICAL(high+low+close)/3; 6=PRICE_WEIGHTED (high+low+close+close)/4)
    TMA_ATRMultiplierFast = 2.0; // FastTMA ind parameter
    TMA_ATRMultiplierSlow = 4.0; // SlowTMA ind parameter
    TMA_ATRPeriodFast = 100; // FastTMA ind parameter
    TMA_ATRPeriodSlow = 400; // SlowTMA ind parameter
    TMA_InterpolateFast = true; // FastTMA ind parameter
    TMA_InterpolateSlow = true; // SlowTMA ind parameter
     
  9. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    Yes because you not read READ ME file in Zip that you download :
    ☑️HOW TO TEST ROBOT AT DEMO 1 WEEK? : Open Demo account at any Broker with 10 000 balance / leverage 1:500 and Send us mail with new account number at [email protected]
     
  10. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
  11. V3X1337

    V3X1337 New Member Credit Hunter

    Equity
    Credit
    Ref Point
    1/5,
    This is my review for this thread:
    MultiCurrencies is not working anymore...
     
  12. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    Not working only if you lazy and cannot learn parameters of Strategy and if your mind also empty
     
  13. ionone2

    ionone2 Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    a simple MA doesn't repaint, i think you don't understand what "repainting" means.
    don't you see on your screenshots that the curves start reversing well before the price does? or more precisely as a non causal MA would do ?
     
  14. V3X1337

    V3X1337 New Member Credit Hunter

    Equity
    Credit
    Ref Point
    simple system won't wrok in forex since the market correct itself, stop dream about profits with fixed Strategies, i am trader and coder since 10 years
     
  15. stadevata

    stadevata Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    agreee with this comment
    MA Doesn't repaint .. YES !!
    TMA repaint .. YES !!

    Mladen who made tma indi said .. "TMA repaint and recalculate"
    even the name "tma cg mladen never repaint" and recode by Eevviill its still repaint

    but as i say before to Tanaka.. "TMA is repaint indi but it repaint in beautiful way" :rock::rock::rock:
     
  16. Raymonz

    Raymonz Member Credit Hunter

    Equity
    Credit
    Ref Point
    interesting EA.............
     
  17. Madanji

    Madanji Member Credit Hunter

    Equity
    Credit
    Ref Point
  18. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    yes, but MA also repaints . Everything repaints that built using history. MA repaints at current and even previous bar that already closed because it use Historical Averaging Period of Bars ! This is why its called Moving Average
     
    Last edited: 26 Mar 2020
  19. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    i use pending orders at Start to Filter Repaints of any indicator
    there example :
     
  20. FXPIP

    FXPIP Member Credit Hunter

    Equity
    Credit
    Ref Point
    Now we can control Signals in EA using Pending Orders from MT4 Mobile verison :inlove::inlove::inlove:

    :giggle::giggle::giggle:

    Robot available for Free Test at www.FXPIP.ONE site
     
  21. Esakkimuthu

    Esakkimuthu Member

    Equity
    Credit
    Ref Point
    This one I have...... but I don't know how this good pls goes backtest..... thankyou
     

    Attached Files:

    • Dislike Dislike x 1

Share This Page