• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:20am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:20am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Coding robots and indicators in C# for no charge (cTrader API) 182 replies

Oanda MT4 - Indicators and EAs not showing 1 reply

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

Need help to code EAs for MT4 and MT5 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 20592060Page 206120622063 2274
  • 1 Page 2061 2274
  •  
  • Post #41,201
  • Quote
  • Nov 11, 2020 2:35am Nov 11, 2020 2:35am
  •  RoninTheory
  • Joined Apr 2020 | Status: learning to become butterfly | 741 Posts
Quoting classy
Disliked
My humble request to all master coder to create one indicator as i attached if i click pair name thank mini chart open and than if i want i can maximize to full/normal chart window. if we can add tf change options to dashboard than it will be great tool for any trader. Thanks in advance idea come from (attached video) https://www.youtube.com/watch?v=99aM...ature=emb_logo {image}
Ignored

you may find something similar hear

https://www.forexfactory.com/thread/...5#post13237235

also hear in the image i remember seeing this as i see it on a thread and erubus i think told me to look at image to find where it was from

hope all is well hope this helps

good luck

also mladin made a dashboard and think kind mntiwana shared it few pages back on hear quite a few pages back - perhaps better to ask him as he is kind and knowledgeable
Attached Image (click to enlarge)
Click to Enlarge

Name: faddb52244f7d2d28047e4602aba9acf.png
Size: 615 KB
  • Post #41,202
  • Quote
  • Nov 11, 2020 2:59am Nov 11, 2020 2:59am
  •  interbucks
  • | Joined Jan 2012 | Status: Member | 267 Posts
Quoting interbucks
Disliked
Good day Will someone please be so kind as to add MTF and ALERT to this indicator. Thank you very much {file}
Ignored

Much appreciated if a coder will be so kind to help me here.....
Thank you
Attached File
File Type: mq4 !MA_Cross_OC.mq4   4 KB | 80 downloads
  • Post #41,203
  • Quote
  • Edited at 3:56am Nov 11, 2020 3:43am | Edited at 3:56am
  •  GSGill
  • | Joined Feb 2007 | Status: Member | 449 Posts
Hello Coding Sirs and Madams, I have a request for an indicator if anyone has the time. I am looking to:

  1. Plot the daily/weekly/monthly close lines (show simultaneously if enabled)
  2. Allow the close to be defined (0 -3 past days/weeks/months)
  3. Plot lines at +/- Fibonacci numbers starting with 13, 21, 34, 55, 89, 144, 233, 377, 610
  4. Type 1 would plot regular Fibonacci sequence (not sure about the nomenclature but essentially looking for ability to select different modes or types)
  5. Type 2 would be Type1 multiplied by 10, i.e. starting with 130, 210, 340, 550, 890, 1440, etc.


Hope this makes sense but please let me know if I can clarify further.

The end result should look something like the image below but either the user should be able to define the levels or hard coded as above and should use the Close of daily/weekly/monthly candle instead.


I appreciate any help I can get with this or help on how I can code for this.

Attached Image
  • Post #41,204
  • Quote
  • Nov 11, 2020 3:58am Nov 11, 2020 3:58am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 786 Posts
Quoting BlueRain
Disliked
{quote} Updated. {file}
Ignored
Very Good Afternoon Dear Blue Rain,

This is Really Awesome - Fantastic.

Thank you very much for all your Efforts and Hard Work you
put in for this Marvelous Creation.

Really I fail to understand why people before downloading the indicator for free
just cannot Acknowledge and say two kind words of Thank You.

Till now there are 31 downloads and still its not a Day over.
Traders download the indicator and use it in different strategies and gets Benefited in Green Pips
but fail to Acknowledge.

I request all the Fellow Traders to Acknowledge and Thanks Blue Rain for creating such an
Marvelous Masterpiece Indicator before Downloading it.

Once again I thank Blue Rain from the Bottom of my Heart.

Thank you Very much

Thanks & Regards
  • Post #41,205
  • Quote
  • Nov 11, 2020 4:09am Nov 11, 2020 4:09am
  •  balihigh
  • | Joined Nov 2020 | Status: Member | 15 Posts
Hi Ronin
Many thanks for the VL ..I will try your suggestions
cheers
1
  • Post #41,206
  • Quote
  • Nov 11, 2020 4:14am Nov 11, 2020 4:14am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,227 Posts
Quoting RoninTheory
Disliked
{quote} you may find something similar hear https://www.forexfactory.com/thread/...5#post13237235 also hear in the image i remember seeing this as i see it on a thread and erubus i think told me to look at image to find where it was from hope all is well hope this helps good luck also mladin made a dashboard and think kind mntiwana shared it few pages back on hear quite a few pages back - perhaps better to ask him as he is kind and knowledgeable {image}
Ignored
i ronin there is a lot of dashboard ,which one you mention? i am looking for market watch/pair click than open mini chart window than i can maximize .please check image .thanks for your time.
Say something meaningful or Silence!!
  • Post #41,207
  • Quote
  • Nov 11, 2020 4:17am Nov 11, 2020 4:17am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 1,761 Posts
Quoting interbucks
Disliked
{quote} Much appreciated if a coder will be so kind to help me here..... Thank you {file}
Ignored
As you already asked for this,you have to know this is a repainting indicator as per "Mrtools" saying
look in this code part that looking in future

"
Inserted Code
fasterMAnow = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i);
      fasterMAprevious = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i+1);
      fasterMAafter = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i-1);
      slowerMAnow = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i);
      slowerMAprevious = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i+1);
      slowerMAafter = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i-1);
"

so alerting or arrowing on will be a kind of misleading
there are so many MAs crossing indicators,extremely extended,even Averages crossing (about some 40 methods/types supportive)
Indicator is just a supportive tool-Use it only if it can benefit you
  • Post #41,208
  • Quote
  • Nov 11, 2020 4:20am Nov 11, 2020 4:20am
  •  genuine007
  • | Joined Sep 2020 | Status: Member | 107 Posts
Quoting lucky1359
Disliked
{quote} Very Good Afternoon Dear Blue Rain, This is Really Awesome - Fantastic. Thank you very much for all your Efforts and Hard Work you put in for this Marvelous Creation. Really I fail to understand why people before downloading the indicator for free just cannot Acknowledge and say two kind words of Thank You. Till now there are 31 downloads and still its not a Day over. Traders download the indicator and use it in different strategies and gets Benefited in Green Pips but fail to Acknowledge. I request all the Fellow Traders to Acknowledge...
Ignored
I have not downloaded yet. Bcoz I don't know how it is used.
Can you tell how you use this indicator..??
1
  • Post #41,209
  • Quote
  • Nov 11, 2020 5:10am Nov 11, 2020 5:10am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 786 Posts
Quoting genuine007
Disliked
{quote} I have not downloaded yet. Bcoz I don't know how it is used. Can you tell how you use this indicator..??
Ignored
The Message was only for the people who downloaded it
Its pure Statistical indicator with Currency Strength. You
have to observe the Pips and the Trend.

Pic Speaks a Thousand words if you can understand

Currency Strength

Attached Image (click to enlarge)
Click to Enlarge

Name: b459a2641e1fbbde6fcc2dc29a86bfe0.png
Size: 196 KB

4 Hour Chart - Weekly Fibo - Focus on the Fibo Levels and the Candles - Study the Previous 2 Weeks Fibo also and see the results


Attached Image (click to enlarge)
Click to Enlarge

Name: bc0ef40032eac78bc82f619761710dd6.png
Size: 104 KB

1 Hour Chart - 3 Days Fibo - Focus on the Fibo Levels and the Candles
Attached Image (click to enlarge)
Click to Enlarge

Name: 01c486986c531c2c3b630ff967a5c05c.png
Size: 159 KB

You are also a Trader and whats your Trading Style ?

Thanks & Regards
2
  • Post #41,210
  • Quote
  • Nov 11, 2020 5:17am Nov 11, 2020 5:17am
  •  simnz
  • Joined Nov 2015 | Status: Member | 1,676 Posts
Dear Coders,

Attached is an indicator.

Can anyone please insert middle level for this Pips channel ?

Attached Image (click to enlarge)
Click to Enlarge

Name: Middle price line for pips channel.jpg
Size: 173 KB

Thank you.
Attached File
File Type: mq4 tro_pipschannel_mikko_lv.mq4   4 KB | 68 downloads
Practice makes a person perfect
Golden 88 Pips Today: 0
  • Post #41,211
  • Quote
  • Nov 11, 2020 5:17am Nov 11, 2020 5:17am
  •  RoninTheory
  • Joined Apr 2020 | Status: learning to become butterfly | 741 Posts
Quoting classy
Disliked
{quote} i ronin there is a lot of dashboard ,which one you mention? i am looking for market watch/pair click than open mini chart window than i can maximize .please check image .thanks for your time.
Ignored
hello the post you shared showed heat map dash on macd type

i just pointed you to two directions of places where something similar is

wether you find useful or not useful is up to you

good luck
1
  • Post #41,212
  • Quote
  • Nov 11, 2020 5:28am Nov 11, 2020 5:28am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,227 Posts
Quoting lucky1359
Disliked
{quote} The Message was only for the people who downloaded it Its pure Statistical indicator with Currency Strength. You have to observe the Pips and the Trend. Pic Speaks a Thousand words if you can understand Currency Strength {image} 4 Hour Chart - Weekly Fibo - Focus on the Fibo Levels and the Candles - Study the Previous 2 Weeks Fibo also and see the results {image} 1 Hour Chart - 3 Days Fibo - Focus on the Fibo Levels and the Candles {image} You are also a Trader and whats your Trading Style ? Thanks & Regards
Ignored
hi lucky mate ,you esthetically arranged all indicators. would you please share indicators and template with little description how you use your trade decision or buy/sell signal .thanks in advance.
Say something meaningful or Silence!!
  • Post #41,213
  • Quote
  • Nov 11, 2020 5:31am Nov 11, 2020 5:31am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 790 Posts | Online Now
Hi JeanLouie please i have a request i need your help in making an indicator that can outline 3horizontal lines for 4hrs chart, 10pips for stop loss , 10pips for entry , so for upside move it will be 10pips(stop loss) plus another 10pips (entry).....the take profit for each day varies i attached the capturable pips for each day from Sunday to Friday. So as at today wednesday the capturable pips on USDCHF pair is 90pips, so if its possible so as to reduce the volume of the job can the indicator be made in such a way that i can change all the info in the input file as options for different pairs i attached screenshots for clarification.
Attached Image (click to enlarge)
Click to Enlarge

Name: FOR USDCHF.PNG
Size: 12 KB
Attached Image
arification
d
  • Post #41,214
  • Quote
  • Nov 11, 2020 5:42am Nov 11, 2020 5:42am
  •  doggy7
  • | Joined Oct 2020 | Status: Member | 28 Posts
Quoting mntiwana
Disliked
{quote} Not simply wrong but exact wrong - dont try misleading yourself along with others too - Mladen's codes are far far from doubts when come to reliability,accuracy and fast processing
Ignored
Ok, it is clear mntiwana, thank you.

Quoting BlueRain
Disliked
{quote} I belive it is 63 max. Short answer: limit object names and text to a maximum of 63 characters. https://www.mql5.com/en/forum/124155
Ignored
Thank you BlueRain, your posts are really Helpful ...

Quoting jeanlouie
Disliked
Make it clear what is to be sorted, then turn it into a form that can be sorted, then sort it. "Make it clear what is to be sorted" - you have a string array of times? or an datetime array of times? or a datetime array of texts? Your words and the code line don't match datetime [comma] sometext1 [comma] sometext2 [comma] ... etc - there is no name to the array, it's a datetime type, but the element names have text "then turn it into a form that can be sorted" - strings are texts, they can't be sorted, unless you create your own sorting algorithm...
Ignored
Hi jeanlouie,
sorry for not wrote it properly ... it must be "datetimeString [comma] sometext1 [comma] ... " etc, like the code "TimeToStr(xxxxxx)".
it is a good idea to use seconds since 1970 instead of TIME_DATE|TIME_MINUTES .... but since they are same in text/string format (because i just have one dimension string array ??), i think i must create my own string sorting function ... may be ??
using Your Clear Clue with google's search key words "forex factory sort string array",
i found this : https://www.forexfactory.com/thread/...-string-length
will try to look at it ...

Thanks for all of your information great coders ...
Learning coding &&& statistics are useful. Never giveup even if
  • Post #41,215
  • Quote
  • Nov 11, 2020 6:04am Nov 11, 2020 6:04am
  •  RoninTheory
  • Joined Apr 2020 | Status: learning to become butterfly | 741 Posts
Quoting Slingshots1
Disliked
Hi JeanLouie please i have a request i need your help in making an indicator that can outline 3horizontal lines for 4hrs chart, 10pips for stop loss , 10pips for entry , so for upside move it will be 10pips(stop loss) plus another 10pips (entry).....the take profit for each day varies i attached the capturable pips for each day from Sunday to Friday. So as at today wednesday the capturable pips on USDCHF pair is 90pips, so if its possible so as to reduce the volume of the job can the indicator be made in such a way that i can change all the info...
Ignored
such indications are sinful

a response would surprise me
  • Post #41,216
  • Quote
  • Edited at 9:03am Nov 11, 2020 7:44am | Edited at 9:03am
  •  interbucks
  • | Joined Jan 2012 | Status: Member | 267 Posts
Quoting mntiwana
Disliked
{quote} As you already asked for this,you have to know this is a repainting indicator as per "Mrtools" saying look in this code part that looking in future " fasterMAnow = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i); fasterMAprevious = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i+1); fasterMAafter = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i-1); slowerMAnow = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i); slowerMAprevious = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i+1); slowerMAafter = iMA(NULL, 0, SlowerMA,...
Ignored
Thank you very much.... I understand.
I try use it together with other indicators. This indi is good in Renko charts.
This was just to give me the headsup that a possible change in direction is taking place.
I will search for something similar.
Thank you
  • Post #41,217
  • Quote
  • Nov 11, 2020 7:48am Nov 11, 2020 7:48am
  •  claypot
  • | Joined Apr 2007 | Status: Member | 81 Posts
Quoting BlueRain
Disliked
{quote} Updated. {file}
Ignored
Hi BlueRain,

When time permits can you code a Money info indicator. Please refer to the attached picture. Options to customize that is placement, labels on and off, size etc. Thanks

Cheers
Attached Image (click to enlarge)
Click to Enlarge

Name: 2020-11-11_23-36-06.jpg
Size: 54 KB
1
  • Post #41,218
  • Quote
  • Edited at 7:25pm Nov 11, 2020 7:59am | Edited at 7:25pm
  •  Yunis
  • | Joined Oct 2020 | Status: Member | 5 Posts
Dear BlueRain, this is the result of your improved efforts quote from pooh123 on 23 April ... looking forward to your help adding notification alarms as well as alarms to email whenever a numeric number appears below or above the candlestick ... sorry for the language My English, ... your help is greatly appreciated ...
Attached Image (click to enlarge)
Click to Enlarge

Name: IMG_20201110_155227.jpg
Size: 96 KB
Attached File
File Type: mq4 WeisWave3.mq4   10 KB | 80 downloads
  • Post #41,219
  • Quote
  • Nov 11, 2020 8:55am Nov 11, 2020 8:55am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 786 Posts
Quoting classy
Disliked
{quote} hi lucky mate ,you esthetically arranged all indicators. would you please share indicators and template with little description how you use your trade decision or buy/sell signal .thanks in advance.
Ignored
Hello Dear Classy,

This Marvelous Great Indicator are Blessings from Blue Rain and I have just manually placed them.
Every other magic is done by the Indicator itself because Blue Rain has created this Masterpiece Indicator in this way.

We just have to Observe and Filter the Currency pairs statistics and then take a trade.
Need to Start the Observation from Higher Time Frame and Filter Currency Pair with Correlation.

There is no Template made for this Indicator.

You are also such a Senior player of FF and i have seen many of your post.
Do please share your Trading Strategy so we can gain something from your
great experience and Blessed with Green Pips.

Thanks & Regards
1
  • Post #41,220
  • Quote
  • Nov 11, 2020 9:02am Nov 11, 2020 9:02am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 786 Posts
Quoting jeanlouie
Disliked
{quote} I'll do the first one. {quote} A mtf indicator can be put on any chart, and doesn't require any other chart. The mtf function will (typically) work as long as the selected mtf-tf is higher than or equal to the current tf, else the indicator will blank out or just use the smaller of selected tf or current tf. {quote} You want the hit mark notes to say how long ago they got hit?
Ignored
https://www.forexfactory.com/thread/...3#post13255343

Good Evening Dear Jeanlouie,

It would be great if we can keep the alert sound of email for Alert settings

Thanks & regards
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 20592060Page 206120622063 2274
    • 1 Page 2061 2274
7 traders viewing now, 5 are members:
mchl13
,
Invisible
,
Invisible
,
decodagobert
,
Alesiosc
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021