Page 25 of 54 FirstFirst ... 15 23 24 25 26 27 35 ... LastLast
Results 241 to 250 of 540
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 igorad Hi DmitryFX, Please take a look at the improved Show_AverageEntryPrice_v1 indicator where I added some new ...

      
   
  1. #241
    Junior Member
    Join Date
    Mar 2015
    Posts
    14
    Quote Originally Posted by igorad View Post
    Hi DmitryFX,

    Please take a look at the improved Show_AverageEntryPrice_v1 indicator where I added some new options and parameters including the average StopLoss Levels plus now you have ability to work with Long and Short Positions simultaneously.

    Code:
    extern bool    ShowMarketPrice      = true;
    extern color   ColorMarketPrice     = OrangeRed; 
    
    extern bool    ShowAvgEntryPrice    = true;
    extern color   ColorAvgBuyEntry     = LimeGreen;
    extern color   ColorAvgSellEntry    = Orange;
    
    extern bool    ShowStopLoss         = true;
    extern double  RiskFactor           = 5;           // Risk Factor(in %) for StopLoss calculation  
    extern color   ColorBuyStopLoss     = DeepSkyBlue;
    extern color   ColorSellStopLoss    = LightCoral;
    
    extern color   SwapColorLong        = Lime;
    extern color   SwapColorShort       = Red;
    
    extern bool    ShowProfit           = true;
    extern string  FontName             = "Arial Black";
    extern int     FontSize             = 10;
    extern color   ColorProfit          = DarkSalmon;
              
    extern bool    ShowLineLabels       = true;
    extern bool    ShowSwapInfo         = true;

    Attachment 1540

    Aslo you can use the updated ManualTrader_v1.2 to set StopLoses by the Risk Factor.


    Regards,
    Igor
    Hi Master Igor,
    I am a fan of your mt4 indicators.
    Is there any indicator which can print on chart a hypothetical pip cost averaging plan either based on fixed amount of pips and to be timed with moving average or fibo levels to reduce breakeven and
    exit without any loss in case of adverse direction?

  2. #242
    Member
    Join Date
    Jun 2015
    Posts
    71
    Hello,
    I am looking for a Lot Size calculator that I can attach the mt4 chart, please.

    Thank you

  3. #243
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2915
    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
    Hello,
    I am looking for a Lot Size calculator that I can attach the mt4 chart, please.

    Thank you
    You can look at this indicator (HurtLocker_MM) from this post.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #244
    Member
    Join Date
    Jun 2015
    Posts
    71
    Quote Originally Posted by newdigital View Post
    You can look at this indicator (HurtLocker_MM) from this post.
    Thank you for the prompt reply.

  5. #245
    Member
    Join Date
    Jun 2016
    Posts
    40
    HELLO DEAR friends

    one question

    could anyone disable this ea stoploss? and this ea take multi position

    because this ea only take one position that's mean when its take buy its wait until next sell signal create and then take one position

    i need when ea take buy signal As long as sell signal taking i take every signal between this buy & sell thats mean take multi position

    and all of my position open until take my profit

    excuse me if my english bad

    Requests and Raw Ideas-gbpjpyem1.png

    ea: https://www.sendspace.com/file/ss38gx

    could anyone help me?

    best regard

  6. #246
    Junior Member
    Join Date
    Mar 2015
    Posts
    14
    Quote Originally Posted by igorad View Post
    Hi ND,

    This indicator works if you already have some opened orders.
    This indicator has stopped working now.

    Attached is the error report when trying to compile.
    Attached Thumbnails Attached Thumbnails Requests and Raw Ideas-following-errors-reported-show_averageentryprice_v1.jpg  

  7. #247
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2915
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by optionhk View Post
    This indicator has stopped working now.

    Attached is the error report when trying to compile.
    As I see - you are trying to use the first version.
    You can try the second version from this post Requests and Raw Ideas and if it does not work so I will report to Igorad for the fixing.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  8. #248
    Junior Member
    Join Date
    Mar 2015
    Posts
    14

    Show Average Entry version 2 not able to use

    Quote Originally Posted by newdigital View Post
    As I see - you are trying to use the first version.
    You can try the second version from this post Requests and Raw Ideas and if it does not work so I will report to Igorad for the fixing.
    Thank you Newdigital for showing link for second version.

    However, even that is not working. Please do request Igorad for the fixing. Thank you.Requests and Raw Ideas-repeating-problem-version-2-show-average-entry-price-v2.jpg

  9. #249
    Junior Member
    Join Date
    Mar 2015
    Posts
    14
    HI New Digital,

    Please request Igorad not only to rectify code of Show Averaging Entry version 2 which is not working now but also introduce new features if feasible.

    If possible, can it print on chart a hypothetical pip cost averaging plan either based on fixed amount of pips and to be timed with moving average or fibo levels to reduce breakeven and exit without any loss in case of adverse direction?

    thank you.
    Last edited by optionhk; 06-16-2016 at 10:06 AM.

  10. #250
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2915
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by optionhk View Post
    Thank you Newdigital for showing link for second version.

    However, even that is not working. Please do request Igorad for the fixing. Thank you.Click image for larger version. 

Name:	Repeating problem for version 2 show average entry price-v2.jpg 
Views:	224 
Size:	93.9 KB 
ID:	21659
    I reported to Igorad.

    --------------

    Just small explanation about overquoting (reply with the previous post quoting):
    you made your post quoting the previous post (overquoting), and our "anti-spam machine" blocked your post so you made a second post without overquoting, and it was ok.
    Just for information.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 25 of 54 FirstFirst ... 15 23 24 25 26 27 35 ... 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
  •