Jump to content

morgb

Members
  • Posts

    57
  • Joined

  • Last visited

Posts posted by morgb

  1. Can anyone please help me to add a description automatically to a trend-line in a piece of code ? The following code draws trend line's on your chart :-

     

    ObjectCreate("TL1", OBJ_TREND, 0, T2, PP + Step*AB, T1, PP);

    ObjectSet("TL1", OBJPROP_COLOR, Silver);

    ObjectSet("TL1", OBJPROP_WIDTH, 1);

    ObjectSet("TL1", OBJPROP_STYLE, STYLE_SOLID);

    ObjectCreate("TL2", OBJ_TREND, 0, T2, P2, T1, P1);

    ObjectSet("TL2", OBJPROP_COLOR, Silver); a

    ObjectSet("TL2", OBJPROP_WIDTH, 1);

    ObjectSet("TL2", OBJPROP_STYLE, STYLE_SOLID);

    ObjectCreate("MIDL", OBJ_TREND, 0, T2, (P2 + PP + Step*AB) / 2, T1, (P1 + PP) / 2);

    ObjectSet("MIDL", OBJPROP_COLOR, Silver);

    ObjectSet("MIDL", OBJPROP_WIDTH, 1);

    ObjectSet("MIDL", OBJPROP_STYLE, STYLE_DOT);

    Comment(" Channel size = ", DoubleToStr(MathAbs(PP - P1) / Point, 0), " Slope = ",

    DoubleToStr(-Step / Point, 2));

     

    If you click on the properties of the trend line on the chart it displays T1 + T2, I need to modify the code to add some pre defined text into the description properties of the trend line, so every time it re-draws the description is still there ?

     

    Thanks in advance :-)

  2. Hi Coding Guru’s

     

    I’m looking for a possible quick fix to this indicator (source code link below)

     

    (hxxx://www.multiupload.com/5UT8N40NNE)

     

    It’s a standard Currency Meter that shows 24 Currency Pairs.

     

    I need the meter to be modified to only show 14 Pairs Split into 2 groups

    Top (The first 7 in the List)

     

    1.USDCHF

    2.EURGBP

    3.NZDUSD

    4. GBPUSD

    5. EURJPY

    6.AUDJPY

    7.GBPJPY

     

    Then the bottom from 8 to 14

     

    8.AUDUSD

    9.NZDJPY

    10.GBPCHF

    11.EURUSD

    12.EURCHF

    13.CHFJPY

    14.USDJPY

     

    I’ve tried to modify it but always end up breaking the indi :-)

    or the table looks all mis-aligned, I’m pretty sure a decent coder(which i aint lol)

    could sort this in 10 mins.

     

    So thanks in advance if anyone is willing to help.

     

    peace.

  3. As I'm seeing this is that there will never be a signal

    The real value of MACD will never be in that range

    The MACD is fitted into the stoch range so that you can see it at all

    But if you look at the values you'll see what I mean

     

    Can you modify the code to send 1 email alert at the arrow ? at the moment the arrows line up 95% with the stoc + macd above / below the areas I need. Dont know how this indi really works but it does what I need , except the email part :-(

     

    cheers.

  4. I'm looking for a coder who could make an indicator based on this criteria :-

     

    (Put these on a chart to see my description - screen shot also attached)

     

    Stochastic 7,3,3 Linear Weighted on Close / Close (No levels) <--------Blue Line

    Stochastic 14,3,3 Linear Weighted on Close / Close - Levels 89 + 11 <--------White Line

    MACD 12,26,9 Hide Histogram, only show signal line <--------------------Red Line

     

    I need an Indicator that will :-

     

    1 Pops up a notification Alert (only 1 single Alert each time criteria is met)

    2 Send an email Alert (again only 1 single Email each time criteria is met)

     

    When The Red,Blue+White Lines are all above the 89 Level line at the same time.

     

    And also when the Red,Blue+White Lines are all below the 11 level at the same time.

     

    Screen Shot :-

     

    http://www.multiupload.com/23O1LO4PAG

     

    Can anyone help ??

     

    Kudos in advance to the pros :-)

     

     

    I have found some code which works :-

     

    http://www.multiupload.com/955DCU77QS

     

    But I need it modified to send email alerts when the arrows appear, I have tried myself but it keeps sending hundreds of emails and doesn't stop :-(

     

    Can someone please modify the code to add Email Alert ?

     

    Many thanks in advance :-)

  5. I'm looking for a coder who could make an indicator based on this criteria :-

     

    (Put these on a chart to see my description - screen shot also attached)

     

    Stochastic 7,3,3 Linear Weighted on Close / Close (No levels) <--------Blue Line

    Stochastic 14,3,3 Linear Weighted on Close / Close - Levels 89 + 11 <--------White Line

    MACD 12,26,9 Hide Histogram, only show signal line <--------------------Red Line

     

    I need an Indicator that will :-

     

    1 Pops up a notification Alert (only 1 single Alert each time criteria is met)

    2 Send an email Alert (again only 1 single Email each time criteria is met)

     

    When The Red,Blue+White Lines are all above the 89 Level line at the same time.

     

    And also when the Red,Blue+White Lines are all below the 11 level at the same time.

     

    Screen Shot :-

     

    http://www.multiupload.com/23O1LO4PAG

     

    Can anyone help ??

     

    Kudos in advance to the pros :-)

  6. what is the best timeframe to use the indi on and which is best pair? And does it re-paint?

     

    thanks

     

    Works Best on a 4HR chart - But don't follow it blindly! The Entry needs to be qualified that's what i'm working on now :-) And no it doesn't repaint.

  7. Hi Guys,

     

     

    http://www.multiupload.com/P3FDEN0YNG

     

    Can someone modify this mq4 for me ? Currently when a buy or sell alert is generated it displays a pop-up message on the screen.

     

    I'm trying to learn some basic mq4 functions and would really like someone to add email notification to this alert so I can compare the mq4 and learn from it.

     

    Could some guru please mod for me so its sends just 1 email notification per alert, even the option to choose between pop-up message / email alert would be great.

     

    I'm tearing my hair out trying to get work

     

    much thanks in advance :-)

  8. If anyone is interested I've been documenting my analysis of my trades via my blog. I suppose its my online version of my trading diary.

     

    Feel free to come over and check out my thoughts, my key interests are :-

     

    1. 15 > 60m charts

    2. Support + Resistance

    3. Fibonacci Studies

     

    Software used = MT4, Advanced Get, DTrader, MTPredictor.

     

    All comments welcome, really just want to share idea's. I dont trade or post everyday, but when I do I try to post a chart picture, and post my analysis based on that.

     

    Anyway here's my blogg :-

     

    http://intradazed.blogspot.com/

  9. There is a new optimized version available, can can anyone obtain this

     

    They always say that.............its part of the scam. Why release an "optimized version" of a product thats just launched lol. Its got nasa technology it doesnt need to be optimised.

     

    scam scam scam written all over it

  10. Calling all mq4 guru's :-)

     

    I've tried myself to modify this indicator to include email alerts, the only problem is :-

     

    1. As soon as you add it to a chart it fires off 20+ emails

    2. If you change timeframe it fires off 20+ emails

     

    and last but not least,

     

    3. When the variables are met and a new price pattern is formed it sends out 20+ emails.

     

    You've probably figured out im only looking to send 1 email :-). I have to admit im no coder, but at least i've tried lol, I have messed around with :-

     

     

    if (EmailON) SendMail("Inside Bar", "Inside Bar, Date="+TimeToStr(CurTime(),TIME_DATE)+" "+TimeHour(CurTime())+":"+TimeMinute(CurTime())+" Symbol="+Symbol()+" Period="+Period());
    

     

    Can anyone fix this for me, it would be very much appreciated, thanks in advance :-).

     

    Link to the full mq4 source file.

     

    http://www.filefactory.com/file/b1eg84d/n/Price_Patterns3.mq4
    

     

    Many Thanks.

  11. Hi Folks,

     

    I found the scanner to be a bit overwhelming with alerts etc, even tho they are nailing turns nicely its still only part of the puzzle, combine this system with other signals and you really have some dynamite I think.

     

    Anyway, this system needs screen time pure and simple, keep scanning the setup's and basically play with it for a long time, dont expect miracles overnight (although I have to say for scalping I've had 20 winners in a trot if you dont get greedy 5-10 pips).

     

    Once im better at nailing new swings then i'll commit a bit more, meantime please see my scanning chart which has a modified indicator freely available, which shows live overviews of mini charts. If your interested let me know and I'll share the location.

     

    It works for me becuase im only scanning 2 pairs, mainly intra-day 5m,15m 1hr max.

     

    http://img155.imageshack.us/img155/6589/scanneroverview1.jpg

     

    Uploaded with ImageShack.us

  12. Hi :-)

     

     

    Few questions if you don't mind :-

     

    1. The EWO - how do you interpret the indicator in relation to the waves on the chart, or I guess a simpler question would be, what exactly is the EWO telling you.?

     

    2. What MA's are you using to compliment your charts (and the little red, green + blue XXX symbols what are they?)

     

    3. Have you created a template in AGET or just reloading the charts every 15,60 mins and re-applying the indicators?

     

    Thanks.

  13. i have only 2 reasons :)

     

    1. a monkey could draw better waves

    2. it does not allow u to draw your custom waves (this one i did not research very deeply)

     

    but that it is only me and i could be wrong :)

     

    Im curious, I have to admit I know very little of Elliot Wave, only really ABC corrections etc, however would you say that the 'Advanced Get' package is all round better than MTP?

     

    I would like to use both, see which ones better fit/help my style. The reason im asking is because you seem to be very into EW Analysis and just wondered if you used either of these packages to help you.

     

    Or the 3rd option, you dont use either of them and manually count your own waves.

     

    appreciate your reply.

     

    cheers.

×
×
  • Create New...