A Proven Simple Strategy (2MAs, 1 RSI) - Page 3
Page 3 of 6110 FirstFirst 12345 ... LastLast
Results 21 to 30 of 95

Thread: A Proven Simple Strategy (2MAs, 1 RSI)

  1. #21
    75993
    Quote Originally Posted by ;
    I have not tested yet on fxcm, but looking at the code, and in the event of multiple orders, along with a slow connection/execution, I added a couple of RefreshRates calls in Order Final and TS. Now, this version is being tested by me on fxcm, default configurations 3 orders, Close to Slow MA crossplatform. On USD/JPY, EUR/USD, GBP/USD and GBP/JPY. Time frame. document
    Hi,
    Potential to split the mql file rather? Thank you

  2. #22
    93910
    Quote Originally Posted by ;
    quote Hi, Possible to split the mql file instead? Thanks
    Although I set a new policy not to post mql source documents for 2016 ahead, I will discuss this one since it's not my system.

    Kindly maintain copyrights, do not sell, and discuss any modifiions in the thread.

    Here you go ...,
    https://www.nigeriaforextrading.com/...2132355690.mq4

  3. #23
    93910Hello Abokwaik,
    I looked at the code, shouldn't be the opposite?

    if(sma_exit==EXIT_ON_CROSS)
    {
    if(current_order_type()==OP_BUY MarketInfo(Symbol(),MODE_BID)lt;sma) close_current_orders(OP_BUY);
    if(current_order_type()==OP_SELL MarketInfo(Symbol(),MODE_BID)gt;sma) close_current_orders(OP_SELL);

    TX

  4. #24
    93910Abokwaik,
    Perhaps you could add a filter to test if price is too far from long MA we do not enter commerce.

    Would have avoided a bad trade now short USDCAD....
    Tx
    S

  5. #25

  6. #26
    939101 Structure (s) Abokwaik,

    Should the place have been shut on the 3rd candle following entry?

    Is there a bug?


    Tx

    S

  7. #27
    93910
    Quote Originally Posted by ;
    Abokwaik, Should the position have been closed on the 3rd candle after entrance? Is there a bug? Tx S picture
    No bugs. The EA is functioning as per your preferences. You picked MA_PRICE_HIGH_LOW not MA_PRICE_CLOSE.

  8. #28
    93910
    Quote Originally Posted by ;
    quote No fleas. The EA is working according to your settings. You chose MA_PRICE_HIGH_LOW not MA_PRICE_CLOSE.
    So I think I misunderstood how it functions!!

    What is the difference between exit on Quick MA parameter (that can be chosen depart close) and the depart manner parameter,

    thanks to your clarifiion.

    And nice work again!!

    S

  9. #29
    93910
    Quote Originally Posted by ;
    quote So I think I misunderstood how it works!! What's the gap between quot;depart on Fast MAquot; parameter (that is selected quot;depart on closequot as well as the quot;depart modequot; parameterquot;thanks for your clarifiion. And nice work S
    Check post # 99.

  10. #30
    93910
    Quote Originally Posted by ;
    quote Although I place a new policy to not post mql source documents for 2016 forward, I'll discuss this one since it is not my system. Carefully keep copyrights, do not sell, and discuss any modifiions in the thread. Here you go..., file
    Just want to be sure that you get the same setup as the original variant on the new edition, had that bug where I noticed two orders which should closed at precisely the exact same time for some pair and just one closed.

    Original Entry/Exit
    Entrance on Fast MA - Authentic
    Entrance on RSI - Authentic
    Exit on quick MA - Authentic
    Rest false

    New variant Entry/Exit
    Entrance on Fast MA - Authentic
    Entrance on RSI - Authentic
    Exit on Fast MA - Exit_ON_Close
    Exit Modes (Close, High/Low) - MA_Price_Close - Dont understand this one as already specified near the option before?
    Rest false

    Could this be the same settings vs the older system?

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.