Page 47 of 55 FirstFirst ... 37 45 46 47 48 49 ... LastLast
Results 461 to 470 of 546
Like Tree74Likes

Requests and Raw Ideas

This is a discussion on Requests and Raw Ideas within the General Discussion forums, part of the Trading Forum category; Originally Posted by vsreeram77 ... Hi vsreeram77, I passed this request to Igorad so hope he will make an indicator....

      
   
  1. #461
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,477
    Blog Entries
    2951
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by vsreeram77 View Post
    ...
    Hi vsreeram77,

    I passed this request to Igorad so hope he will make an indicator.
    vsreeram77 likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  2. #462
    Member
    Join Date
    Jun 2015
    Posts
    71

    MCAfee blocks MT4; Qurantines terminal.exe

    Hi. Does anyone know why McAfee blocks the terminal.exe?

    This started yesterday. I am unable to open MT4 and the McAfee qurantines the exe file.

    I have many terminals loaded and none can open.

    Anyone able to give input?

    Thank you

  3. #463
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,477
    Blog Entries
    2951
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by Eris View Post
    Hi. Does anyone know why McAfee blocks the terminal.exe?

    This started yesterday. I am unable to open MT4 and the McAfee qurantines the exe file.

    I have many terminals loaded and none can open.

    Anyone able to give input?

    Thank you
    Yes, it is happened from time to time with some anti-virus softwares (and it is the error of the antivirus software).
    MetaQuotes explained about false alert - read this post on mql5 forum: https://www.mql5.com/en/forum/264457#comment_8079129

    You need to contact with the service desk on mql5 forum informing the Metatrader's developer about this McAfee's false warning (they will contact with McAfee support, and McAfee will fix it), example - https://www.mql5.com/en/forum/102992#comment_2977305

    By the way, I am using 360 Total Security on one PC and AVG on the other PC - and not a problem at all.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #464
    Member
    Join Date
    Jun 2015
    Posts
    71
    Quote Originally Posted by newdigital View Post
    Yes, it is happened from time to time with some anti-virus softwares (and it is the error of the antivirus software).
    MetaQuotes explained about false alert - read this post on mql5 forum: https://www.mql5.com/en/forum/264457#comment_8079129

    You need to contact with the service desk on mql5 forum informing the Metatrader's developer about this McAfee's false warning (they will contact with McAfee support, and McAfee will fix it), example - https://www.mql5.com/en/forum/102992#comment_2977305

    By the way, I am using 360 Total Security on one PC and AVG on the other PC - and not a problem at all.
    Thank you ND. I have logged it with MQL.

  5. #465
    Junior Member
    Join Date
    Jul 2014
    Posts
    26

    Idea & request for EA

    Hello newdigital,

    May I ask kindly for an EA of following strategy:

    System: Renko + 3X3
    Strategy: "Renko + nrp indicator"
    Broker: 5-digits

    - Entry/Exit: Simply at open of following candle "traded candle" (renko) after arrow candle (signal candel), see screenprint -> exit is only the following candle (traded candle)
    - Please add in pips: break even, SL, TP, trailing stop
    - Important: NO trade is placed if the signal candle is in opposite direction as the arrow signal, see screenprint
    * Sorry, in the screenprint second blue line from left (trade entry) shows to close of signal candle which is wrong, -> it should be Open of new/following candle

    Indicators used:
    ! MTH Renko Chart Builder Indi Ver 01
    3X3_sound_warning_alert

    Notes for EA settings later on:
    - break even/TP/trailing stop values have to be individually set according to the renko box size used, works literally on any size and any renko TF (M2, M7, M10.. )
    - TP to set ideally 5 pips below target being close of traded renko candle)

    Requests and Raw Ideas-example-screenprint-usdcad.png
    Attached Files Attached Files
    Last edited by luxde; 08-12-2018 at 11:42 PM.

  6. #466
    Junior Member
    Join Date
    Jul 2014
    Posts
    26
    Quote Originally Posted by luxde View Post
    I see. Let me check if I can get a .mq4 somewhere.
    Hello ND,

    I don't get this organised. In this case I leave that indicator "Vulkan Profit" alone. Because like this as is the signals are not reliable.

    -

    EA above is all different story.

  7. #467
    Member
    Join Date
    Jun 2015
    Posts
    71
    Hello, Which indicator can i use to alert me when the Previous Day High or Low is reached? Thank you

  8. #468
    Member
    Join Date
    Jun 2015
    Posts
    71

    please add an option to select a Timeframe

    Hi , Can Someone please add a feature to select a Timeframe to this indicator.

    Will be much appreciated.

    Thank you
    Attached Files Attached Files

  9. #469
    Member
    Join Date
    Feb 2018
    Location
    Istanbul
    Posts
    38
    Quote Originally Posted by igorad View Post
    Hi cesande,

    Please check out the AllHullMA EA according to your request with ability to re-enter in the direction of the second HMA.

    Code:
    //---- input parameters
    extern string     Expert_Name          = "AllHullMATrader_v1.0 600+";
    
    extern int        Magic                =  1010;    // Magic Number
    extern int        Slippage             =     3;    // Slipage in pips
    
    extern string     slInputs             = "===== StopLoss settings: =====";
    extern int        StopLossMode         =     0;    // StopLoss Mode:0-off,1-in pips,2-in % of Price
    extern double     StopLoss             =    50;    // StopLoss (in pips or %) 
    extern int        HideStopLoss         =     0;    // Hidden StopLoss in pips 
    
    extern string     tpInputs             = "===== TakeProfit settings: =====";   
    extern int        TakeProfitMode       =     0;    // TakeProfit Mode:0-off,1-in pips,2-in % of Price
    extern double     TakeProfit           =   100;    // TakeProfit (in pips or %) 
    
    extern string     trInputs             = "===== Trailing Stop & Breakeven settings: =====";  
    extern double     TrailStop            =    15;    // Trailing Stop in pips
    extern double     TrailStopStep        =    15;    // Trailing Stop Step in pips
    extern double     BreakEven            =    50;    // Breakeven in pips  
    extern double     PipsLockIn           =     5;    // Profit Lock in pips if Breakeven is achieved 
    
    extern string     ptcInputs            = "===== Partial Close settings: =====";
    extern double     PartCloseTgt         =    50;    // Partial Close Target in pips
    extern double     PartClosePct         =  50.0;    // Partial Close Position Percent
    
    extern string     Time_Inputs          = "===== Timing settings: =====";
    extern int        MainTimeFrame        =     0;    // Time Frame in min(0-current,-1-each tick mode)
    extern int        TimeFilterMode       =     0;    // Time Filter Mode:0-off,1-on
    extern int        StartHour            =     0;    // Start Hour of Trade Session 
    extern int        StartMinute          =     0;    // Start Minute of Trade Session 
    extern int        EndHour              =    23;    // End Hour of Trade Session
    extern int        EndMinute            =    59;    // End Hour of Trade Session
    extern int        MonStartHour         =     0;    // Monday Start Hour of Trade Session 
    extern int        MonStartMinute       =     0;    // Monday Start Minute of Trade Session 
    extern int        FriEndHour           =    22;    // Friday End Hour of Trade Session
    extern int        FriEndMinute         =    59;    // Friday End Hour of Trade Session
    extern int        TradeDay             =    -1;    // Trade Day of Week (ex.1-Monday,-1-all Days)
    extern int        NonTradeDay          =     0;    // Non-Trading Day of Week (ex.5-Friday)
    
    extern string     hmaInputs            = "===== AllHullMAs settings: =====";
    extern string     hma1Inputs           = "===== #1: =====";
    extern int        hma1TimeFrame        =     0;    // HMA #1 TimeFrame in min
    extern int        hma1Price            =     0;    // HMA #1 Price(0...13)
    extern int        hma1Length           =    14;    // HMA #1 Length
    extern double     hma1DampingFactor    =     1;    // HMA #1 DampingFactor
    extern int        hma1MA_Method        =     3;    // HMA #1 MA Method(0...29) 
    extern int        hma1CountBars        =     0;    // HMA #1 Number of bars counted: 0-all bars    
    extern int        hma1Shift            =     1;    // HMA #1 Shift:0-current bar,1-previous bar 
    extern int        hma1Mode             =     3;    // HMA #1 Entry Mode: 0-off,1-signal,2-confirmation,3-re-entry
    extern int        hma1ExitMode         =     1;    // HMA #1 Exit Mode: 0-off,1-on
    
    extern string     hma2Inputs           = "===== #2: =====";
    extern int        hma2TimeFrame        =     0;    // HMA #2 TimeFrame in min
    extern int        hma2Price            =     0;    // HMA #2 Price(0...13)
    extern int        hma2Length           =    50;    // HMA #2 Length
    extern double     hma2DampingFactor    =     1;    // HMA #2 DampingFactor
    extern int        hma2MA_Method        =     3;    // HMA #2 MA Method(0...29) 
    extern int        hma2CountBars        =     0;    // HMA #2 Number of bars counted: 0-all bars    
    extern int        hma2Shift            =     1;    // HMA #2 Shift:0-current bar,1-previous bar 
    extern int        hma2Mode             =     1;    // HMA #2 Entry Mode: 0-off,1-signal,2-confirmation
    extern int        hma2ExitMode         =     1;    // HMA #2 Exit Mode: 0-off,1-on
    
    
    extern string     miscInputs           = "===== Miscellaneous settings: =====";   
    extern int        DebugMode            =     1;    // Debug mode:0-off;1-on 
    extern int        CommentMode          =     1;    // Comment Mode:0-off,1-on 
    extern int        ECN_Mode             =     1;    // ECN Mode:0-off,1-on 
    extern int        DrawTarget           =     1;    // Draw Target:0-off,1-on
    
    extern string     mmInputs             = "===== Money Management settings: =====";
    extern int        MM_Mode              =     1;    // MM Mode: 0-off,1-by free Margin,2-by StopLoss
    extern double     Lots                 =   0.1;    // Lot size
    extern double     RiskFactor           =     0;    // Risk Factor(in decimals) for MM formula 
    extern double     MaxLots              =     0;    // Max Lot Size

    Attachment 15019


    Regards,
    Igor
    Dear Igorad,
    "AllHullMATrader_v1.0 600+ EA" Hull EA seems to have a serious bug.
    EA is not optimized and mt4 freezes when STOP is commanded and does not respond for a while.

    Also the tester logs show the following fatal error,
    "Optimization stopped due to a fatal error in the EA"


    Tester Logs:

    0 17:44:12.767 Expert AllHullMATrader_v1.2 600+ EURUSDv,M15: loaded successfully
    0 17:45:15.596 TestGenerator: spread set to 2
    2 17:45:15.643 AllHullMATrader_v1.2 600+: optimization started
    3 17:46:10.373 Tester: stop button pressed
    1 17:46:20.443 Tester: cancel execution
    3 17:46:20.443 Optimization stopped due to a fatal error in the EA
    2 17:46:20.443 AllHullMATrader_v1.2 600+: optimization stopped in 0:01:04
    0 17:46:20.490 There were 1 passes done during optimization, 1 results have been discarded as insignificant
    0 17:58:14.106 Expert AllHullMATrader_v1.2 600+ EURUSDv,M15: removed
    0 18:07:37.119 Expert AllHullMATrader_v1.0 600+ EURUSDv,M15: loaded successfully
    0 18:19:05.321 TestGenerator: spread set to 2
    2 18:19:05.352 AllHullMATrader_v1.0 600+: optimization started
    3 18:19:44.587 Tester: stop button pressed
    1 18:19:54.680 Tester: cancel execution
    2 18:19:54.680 Tester: order #2 is closed
    3 18:19:54.680 Optimization stopped due to a fatal error in the EA
    2 18:19:54.680 AllHullMATrader_v1.0 600+: optimization stopped in 0:00:49

    Best Regards.

  10. #470
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,477
    Blog Entries
    2951
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by ahmetp View Post
    Dear Igorad,
    ...
    I've sent your two requests to Igorad (this one, and about Brainwashing improvement too).
    I think he will look at it.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 47 of 55 FirstFirst ... 37 45 46 47 48 49 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •