Jump to content

lrathi

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by lrathi

  1. FX dashboard multicurrency and multitimeframe

     

    Here is another free FX dashboard multicurrency and multi timeframe

     

    This one can hold 20 different currencies... M5 to W1

    The choice of indicators in are RSI,ADX, MACD,2 MA crossover

     

    http://[email protected]/file/oczf1bdz/MT4_Dashboard_I-V18.html

     

    Here are 2x images:

     

    http://[email protected]/photo/1Mm8nUaF/fx_dashboard.html

     

    http://www.4shared.com/photo/zejuvTgr/fx_dashboard_2.html

     

     

    FOR this INDICATOR :

     

    I AM LOOKING FOR A PROGRAMMER WHO CAN ADD 3xMA CROSSOVER into it as an option. IT HAS 2x MA already programmed. I believe from the creator that it is easy as it uses icustom.

    I am no programmer so even this is difficult for me.

     

    I would be very appreciative for this to be done. I

  2. Hi,

     

    Any professional forex trader knows that to always get the correct direction of market price, you need to do a proper top down analysis i.e. multi time frame analysis. You also need to do a multi currency analysis, so as to look at different pairs and determine the best/strongest trending pair to trade at the moment and also look at currency correlation.

     

    In the past, some traders have designed indicators to show you the trend on different time frames and different pairs, all at the same place

     

    Examples of such indicators are;

     

    Trend Scanning Indicator a.k.a 3SMA Dashboard by Hector

     

    The Heart of Forex by Ferru FX

     

    Trade Assistant

     

    Trend Friend.

     

    Recent Candles.

     

    Tor ADX 1.02

     

    Etc.

     

    All these don't work in real time because PRICE moves in trends and cycles (swing highs and swing lows) on multi

    time frames, and none of the above listed indicators visually show you the swings and cycles on different time frames, all in one place.

     

    I managed to gather some indicators that allowed me to easily do a top down analysis but adding all these indicators clusters my charts and since I usually look at 5min 1hour and 4hours charts for each pair, this usually clusters my charts and also causes me to open lots of charts for the same currency pair.

     

    Having thought about the whole process, I came up with a brilliant idea for some indicators

     

    1. MTF Stochastics with Sound Alert

     

    This will make Top Down Cycle Analysis for any currency pair a lot easier

     

    Download the screen shot hxxp://www.4shared.com/photo/1ZU2CX_s/MTF_Stochastics.html

     

     

    In designing the indicator, include the following inputs

     

    Variable Value

     

    Time Frames M5, H1, H4 etc.

     

    K Period

     

    D Period

     

    Slowing

     

    Over Bought Alert Level 80

     

    Over Sold Alert Level 20

     

     

    2. Correlation Stochastics with Sound Alert

     

    This indicator will be used for Top Down Cycle Analysis for at least 3 currency pairs at a time.

     

    I got the inspiration from "Recent Candles" Indicator.

     

    Download the screen shots hxxp://www.4shared.com/photo/ED3e0xZ4/Correlation_Stochastics.html

     

    In designing the indicator, include the following inputs

     

    Variable Value

     

    Currency Pair EURUSD, GBPUSD, NZDUSD e.t.c (you can add up to 3 pairs)

     

    Ist Pair Time Frames M5, H1 (only 2 time frames for any pair)

     

    2nd Pair Time Frames M5, H1 (only 2 time frames for any pair)

     

    3rd Pair Time Frames M5, H1 (only 2 time frames for any pair)

     

    K Period

     

    D Period

     

    Slowing

     

    Over Bought Alert Level 80

     

    Over Sold Alert Level 20

     

     

    3. Correlation MACD

     

    Download Screen shot hxxp://www.4shared.com/photo/KDzfHCde/Correlation_MACD.html

     

    Inputs

     

    Variable Value

     

    Currency Pair EURUSD, GBPUSD, NZDUSD e.t.c (you can up to 3 pairs)

     

    Ist Pair Time Frames M5, H1 (only 2 time frames for any pair)

     

    2nd Pair Time Frames M5, H1 (only 2 time frames for any pair)

     

    3rd Pair Time Frames M5, H1 (only 2 time frames for any pair)

     

    Ist Pair

     

    MACD setting 1

     

    Histogram 3,6,3 (changeable)

     

    Signal Lines False (changeable)

     

     

    MACD setting 2

     

    Histgram 8,16.7 (changeable)

     

    Signal Lines True (changeable)

     

     

     

    2nd Pair

     

    MACD setting 1

     

    Histogram 3,6,3 (changeable)

     

    Signal Lines False (changeable)

     

     

    MACD setting 2

     

    Histgram 8,16.7 (changeable)

     

    Signal Lines True (changeable)

     

     

    3rd Pair

     

    MACD setting 1

     

    Histogram 3,6,3 (changeable)

     

    Signal Lines False (changeable)

     

     

    MACD setting 2

     

    Histgram 8,16.7 (changeable)

     

    Signal Lines True (changeable)

     

     

    From My descriptions above, you can see that we will be able make better judgement of the trend and cycle of any pair with just one look.

     

    I plead with all the best programmers in this forum to help us design this.

     

    Thanks in advance

     

    Elvis

     

    Here is a free MTF Stochastics indicator you are looking for:

    It does not have sound or email alerts. Maybe this can be added by a programmer on the forum.

     

    http://[email protected]/file/iB7wLAhL/All_Stochastic_v10.html

     

    FOR THIS INDICATOR:

    COULD SOME PROGRAMMER BE ABLE TO INSERT 3x MA crossover indicator into this mq4 template instead of STOCHASTICS

     

    Will be very grateful.Thanks you,

     

    The other two you have requested will be very useful too.

  3. It can alert rectangles, fib retracements & fib expansions (as well as trendlines)

    - there is no need to add a description to the objects, you can ask the indicator to alert on all objects of a specified type

     

    settings:

    AddAlerts = true;

    when false, you add a description to the object as before

    when true, there is no need to add a description to the object, the indicator will alert once each bar when price is within range.

     

    AlertDist = 10;

    distance in pips that will generate an alert

     

    AlertsHLine = true;

    alerts on horizontal lines

     

    AlertsTLine = true;

    alerts on trendlines

     

    AlertsRect = true;

    alerts on rectangles

     

    AlertsFib = true;

    alerts on fib retracements

     

    AlertsFibExp= true;

    alerts on fib expansions

     

    http://www.4shared.com/file/172478903/241970bf/Uni_A.html

     

    I use fibonacci alot.... will will find plenty of use for this.

     

    Thanks

  4. This is arguably the most useful indicator ever made. It does have a bug though. When "AddAlerts" is set to false, the "AlertDist" feature does not work, so price must actually hit the object before the alert goes off.

    I wish also that the number of iterations could be set. Currently the alert sounds only once, which is better than going continuously however I would prefer to be able to set the number of iterations to 3 or 5 to ensure that I hear the alert.

    Perhaps a coder can take a look at the bug and add an "Iterations" feature.

     

    I have just downloaded the indicator but not tried it yet.

     

    If an email alert is not coded... please add this feature too for SMS to come from emails on mobile phones.

     

    Sounds a great indicator .

     

    Thanks

  5. Hi Irathi,

     

    Unfortunately my MQL skills are limited to some basic "educating" as I understand the code, though I've not created my own indicators/EAs as I prefer to spend my time trading rather than coding ;)

     

    I know that we have a lot of guys here who've coded up EAs and indicators who I believe could make those additions quite easily and should be able to help you out.

     

    Thanks for your reply.

     

    I will send another post asking if anyone can make the modifications I need.

  6. Irathi,

     

    Sorry - I missed some bits out.

     

    Here's the new link:

     

    http://www.multiupload.com/B8NRP0RKV8

     

    and screenshot:

    http://farm5.static.flickr.com/4063/4629182449_d0afa335d9_o.jpg

     

    Thanks so much for this Soundfx. I have tested all and indicators work on charts.

    Thanks for the manual too!

  7. I have been interested to see Yam's scalper version of this system and, based on this plus some of the other lessons we have learnt along the way, I have tried to come up with the best of what we have. See what you think.

     

    The idea would be to trade when CazadorMA is pointing the same way as the Pallada indicators and price is above/below the rainbow. I dropped the wave in this example as was not really finind that it was adding any clarity.

     

    http://img571.imageshack.us/img571/6180/cazascalper1.png

     

    Uploaded with ImageShack.us

     

    What is the MTF little indicator on your chart(Horizontal with 7 TF's).

    Please share this MTF indicator.

     

    Thanks in advance.

  8. I decompiled and attempted to re-compiled it on Meta4 editor got this error message!!!(this happened before editing the codes so am assuming its normal...)

     14:1;'FDB_File.mqh' - cannot open the program file

     

    I worked on the package too but pls test and give a feedback If any errors in them.

    http://www.4shared.com/file/UYKOrSca/_3__fx_dealbutler.html

     

    :)

     

    I tried to open the indicators in my mt4 platform, none of them open on the chart.

    What am I doing wrong.? Do I have to add something in another folder?

    I think they all need to be educated individually.

    Thanks again.

  9. Fx deal butler individual indicators

     

    http://[email protected]/file/196567267/36e120a3/fx_dealbutler.html?s=1

     

    The full package of fx deal butler indicators need to be educated.

     

    There is only a script given for the EA.

     

    I am interested in manual trading with these excellent indicators.

     

    If someone could kindly educated the full package of individual indicators will help many traders .

     

    Many thanks in advance.

  10. thanks

     

    TRACK TREND MACD

    http://www.massmirror.com/ff6889acbd32cbf495970a2f5bd8d983.html

     

    Regards

     

    http://cazadoresdepips.superforo.net/users/1313/34/71/22/avatars/1-61.jpg

     

    I am following your work closely, as I like your style" KISS"

     

    Trend following and chart patterns = high probability trades. I like trading H4 and up TF's too!

     

    Using Currency meter adds to the higher probability trades. The trader has a choice to choose the TF in this meter. EURJPY was shown yesterday. H4 TF have a look what happened.....

     

    Thanks so much for sharing.

×
×
  • Create New...