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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your scalping EAs for no charge 71 replies

Need help to code EAs for MT4 and MT5 5 replies

I will code your pivot EAs for no charge 20 replies

EAs and indicators relating to moutaki... 22 replies

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

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 42,347
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments
Tags: I will code your EAs and Indicators for no charge
Cancel

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 14351436Page 143714381439 3077
  • 1 Page 1437 3077
  •  
  • Post #28,721
  • Quote
  • Apr 13, 2019 6:06pm Apr 13, 2019 6:06pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,213 Posts
Quoting wowzers
Disliked
Hi, can anyone make a simple mod to this mq5 script so we can use it on MT4 Its a script that saves current chart to predetermined template (so it becomes the new template) https://www.mql5.com/en/code/18802 {image} {file}
Ignored
May or may not be suitable - https://www.fxblue.com/appstore/52/c...uick-tools-mt4
TSLA 123.18 30-Dec-22 [213.97 73.71% Fri 02-Jun-23]
 
 
  • Post #28,722
  • Quote
  • Apr 13, 2019 6:09pm Apr 13, 2019 6:09pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,213 Posts
Quoting Fxforum
Disliked
int stringToTimeFrame(string tfs) { for(int l = StringLen(tfs)-1; l >= 0; l--) { int char = StringGetChar(tfs,l); if((char > 96 && char < 123) || (char > 223 && char < 256)) tfs = StringSetChar(tfs, 1, char - 32); else if(char > -33 && char < 0) tfs = StringSetChar(tfs, 1, char + 224); } I have 12 errors trying to compiled and it has to do with the 'char' variable; how I fix it?
Ignored
What the reason for not posting the indicator ? Coding here is given freely and the objective here is to share.
Some reasons for not posting indicator

  1. Too lazy but expects free fix.
  2. Get free fix then sell on MT4 market.

TSLA 123.18 30-Dec-22 [213.97 73.71% Fri 02-Jun-23]
 
1
  • Post #28,723
  • Quote
  • Apr 14, 2019 1:03am Apr 14, 2019 1:03am
  •  cja
  • Joined Feb 2007 | Status: Member | 1,934 Posts | Online Now
Quoting wowzers
Disliked
Hi, can anyone make a simple mod to this mq5 script so we can use it on MT4 Its a script that saves current chart to predetermined template (so it becomes the new template) https://www.mql5.com/en/code/18802 {image} {file}
Ignored
Attached File(s)
File Type: mq4 Chart save template.mq4   2 KB | 397 downloads
Trade what you see not what you hope
 
1
  • Post #28,724
  • Quote
  • Apr 14, 2019 1:07am Apr 14, 2019 1:07am
  •  zorndyke
  • | Joined Jun 2012 | Status: Member | 95 Posts
Quoting dexterous
Disliked
Hello everyone , pls if you have this indicators. Pls share. Thank you
Ignored
classic indicator, it's a paid system, the file is protected by 1 MT4 name and has expired date.
"Hope" is dangerous word in trading, trade what you see not what you hope!
 
 
  • Post #28,725
  • Quote
  • Apr 14, 2019 1:10am Apr 14, 2019 1:10am
  •  2tjv
  • | Joined Aug 2018 | Status: Member | 28 Posts
Hello guys,
I would like to display in the chart the ID/Number of each bar in the day. For example, the 1st bar of the day would show "1" below it, the 6th bar would show "6" below it and so on. Does anyone have this indicator????
 
 
  • Post #28,726
  • Quote
  • Apr 14, 2019 8:56am Apr 14, 2019 8:56am
  •  bamboopips
  • Joined Jul 2010 | Status: Member | 92 Posts
Hello people!

I bring something really great to share!

Just a little bit of my story. I have been in the market for about 8 years, most of my operations are based on trend lines, Fibonacci and candle patterns in the 5min and 15min T.F. During that time as is the case with most I believe, I have always tried to develop systems to optimize my trading. So after much analysis on the fundamentals behind the price movement I came up with a really logical, mechanical and lucrative system, but unfortunately very restrictive too, because to increase the % of success I ended up sacrificing the number of opportunities I get in every Par, at least in Forex markets, since in the stock markets the system works better. You will see why!

Well, with that in mind I`ll share the system here to see if some good soul could make a EA to help us to spot this oportunity. Because with a good EA we can look to several Pars and several timeframe and sure we get a good number of oportunity in a week. And if looking for signals with renko charts, better. The system is pretty simple and use conventional indicators so I guess its easy to code, but I cant code myself. The idea behind the system is this:

We all hear that the trend is our friend and the best way to have the market going in our favor. We also know that it is often difficult to determine if the price will only retrace or will have a total reversal. So, to help us determine whether we are facing a retrace or a reversal, we will use a volume indicator to look for divergences with the price and thus determine the strength of this opposite movement. The indicator is OBV.

I know, I know. The volume in forex is not real, but still this system Works with a tick volume chart. I use this system for the index and future dollar market here on the Brazilian stock exchange and it works perfectly since the volume data is real. And the system work even better with Renko charts, but we have to be really speddy to catch some movements. Then the EA would be a great help to catch them.

So if someone could code an EA for the MT5 would be great, since this way we could use this system in an environment where we have the actual data of the volume and so the system would have an even greater assertiveness. But as I say before, the system workin Forex too and we could get the forex Pars in MT5 too.
 
 
  • Post #28,727
  • Quote
  • Apr 14, 2019 8:56am Apr 14, 2019 8:56am
  •  bamboopips
  • Joined Jul 2010 | Status: Member | 92 Posts
To determine the divergence we will assemble our template as follows:

In the main screen we will add Heiken Ashi, 3 EMA, 21 EMA and 50 EMA.

In the OBV indicator we will place these same averages, but based on the indicator itself and not the closing price of the candle. Here is the hearth of the system. We put the EMAs using the indicator data. For these just drag the Moving average indicator and in the “Apply to” section, use “First Indicator Data”.

I like to leave the line of the OBV invisible to facilitate the identification of the divergences. Since what we will be using is the 3 EMA in relation with the other two slow EMAs.

READY!
 
 
  • Post #28,728
  • Quote
  • Apr 14, 2019 8:57am Apr 14, 2019 8:57am
  •  bamboopips
  • Joined Jul 2010 | Status: Member | 92 Posts
SETUP:
The Entry is on the break of the High(Buy)/Low(Sell) of the HeikenAshi candle that trigger the signal.
The condition to get a valid trigger candle is that when the candle closes in the main window, the 21 EMA is Above the 50 EMA for BUY or Below the 50 EMA for SELL in both windows, the main window and the indicator window.
With these conditions in place we wait for a retrace in the main window where the 3 EMA came and cross the 21 or the 21 + 50 EMA. And we then see if the same happen in the OBV window. If not, than we can enter the trade.
So we will have 2 signals. One when the 3 EMA cross just the 21 EMA in the main window and not in the OBV, and the other when the 3 EMA cross both 21 and 50 EMA and we don’t get the same in OBV.
The stop is a few pips behind the last top or bottom of the last 5 candles. And the target at least 1:1 or more.

With this setup we can expect great signals.

I'm going to post some examples of the signal in Forex and Stocks, with Candle and Renko Charts for you to get a clear idea and see the power of this setup.
And I really hope that someone could make a EA in MT5 to trade then. Since there we could spot some excelent trades in stocks and future markets using renko charts.

Note: When using renko I still use the HeikenAshi to get the trigger candle.
 
 
  • Post #28,729
  • Quote
  • Apr 14, 2019 8:58am Apr 14, 2019 8:58am
  •  bamboopips
  • Joined Jul 2010 | Status: Member | 92 Posts
Examples from Forex with tick volume in 5min and 15 min!
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Example 1.png
Size: 47 KB
Click to Enlarge

Name: Example 2.png
Size: 33 KB
Click to Enlarge

Name: Example 3.png
Size: 46 KB
Click to Enlarge

Name: Example 4.png
Size: 48 KB
 
 
  • Post #28,730
  • Quote
  • Apr 14, 2019 9:19am Apr 14, 2019 9:19am
  •  bamboopips
  • Joined Jul 2010 | Status: Member | 92 Posts
Example from Brazilian Stock Exchange, B3. With real volume, using renko charts and 1 min! I use another platform to trade here, but the broker also have MT5.
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Example 5.png
Size: 330 KB
Click to Enlarge

Name: Example 6.png
Size: 295 KB
Click to Enlarge

Name: Example 7.png
Size: 234 KB
Click to Enlarge

Name: Example 8.png
Size: 337 KB
 
 
  • Post #28,731
  • Quote
  • Edited 12:02pm Apr 14, 2019 10:53am | Edited 12:02pm
  •  baminb49
  • | Joined Jul 2017 | Status: Member | 19 Posts
Hey dear,

Unluckily I am not a programmer (very sad)! You are better than me so I need your favor. Please help me by converting attached indicator file. I can make this line indicator into histogram but I need separate histogram (example below). You, intelligent people, help me by converting it! Like this, when uptrend crossed line should become histogram but other bearish histograms should be invisible. And in downtrend, it would be the opposite. Please help well wisher....!!!

Now, it looks like >>>

Attached Image (click to enlarge)
Click to Enlarge

Name: 4115T4f.png
Size: 16 KB



It should be >>>

Attached Image (click to enlarge)
Click to Enlarge

Name: uJD0uow.png
Size: 3 KB


Indicator file >>>
Attached File(s)
File Type: mq4 MPG_EndTrend_v1.2.mq4   4 KB | 407 downloads
 
 
  • Post #28,732
  • Quote
  • Apr 14, 2019 11:38am Apr 14, 2019 11:38am
  •  max7900
  • | Joined Aug 2016 | Status: Member | 10 Posts
Hi coders any chance to have or code indicator that marks candles with high volume for example for the past 5 days based on a predefined volume value
Marking the candle could be by drawing horizontal lines on candle open and close
 
 
  • Post #28,733
  • Quote
  • Apr 15, 2019 12:16am Apr 15, 2019 12:16am
  •  Fxforum
  • | Joined Mar 2017 | Status: Member | 114 Posts
Quoting BlueSense
Disliked
{quote} Just change char to Char
Ignored

Thank you >>> That simple and it worked.
 
 
  • Post #28,734
  • Quote
  • Apr 15, 2019 2:16am Apr 15, 2019 2:16am
  •  baminb49
  • | Joined Jul 2017 | Status: Member | 19 Posts
Quoting cja
Disliked
{quote} {file}
Ignored
Hey Cja, you are helping people day by day, I need your help to convert this file https://www.forexfactory.com/showthr...6#post12223516

Please do it for me, dear!

Thanks
 
 
  • Post #28,735
  • Quote
  • Apr 15, 2019 4:20am Apr 15, 2019 4:20am
  •  rdapol
  • | Joined Feb 2019 | Status: Member | 8 Posts
hi coders. can you make vertex mod indi or apex indi as MTF indicator. thank you so much
 
 
  • Post #28,736
  • Quote
  • Apr 15, 2019 6:33am Apr 15, 2019 6:33am
  •  paul72
  • | Joined Jun 2013 | Status: Member | 138 Posts
Quoting baminb49
Disliked
Hey dear, Unluckily I am not a programmer (very sad)! You are better than me so I need your favor. Please help me by converting attached indicator file. I can make this line indicator into histogram but I need separate histogram (example below). You, intelligent people, help me by converting it! Like this, when uptrend crossed line should become histogram but other bearish histograms should be invisible. And in downtrend, it would be the opposite. Please help well wisher....!!! Now, it looks like >>> {image} It should be >>> {image} Indicator file...
Ignored
LOOK UP TMT SCALPING ON FF
Thinks it's what your looking for
 
 
  • Post #28,737
  • Quote
  • Apr 15, 2019 6:34am Apr 15, 2019 6:34am
  •  cja
  • Joined Feb 2007 | Status: Member | 1,934 Posts | Online Now
Quoting baminb49
Disliked
{quote} Hey Cja, you are helping people day by day, I need your help to convert this file https://www.forexfactory.com/showthr...6#post12223516 Please do it for me, dear! Thanks
Ignored
You probably do not realize but the file is decompiled and most of the coders on this Forum will not work with that sort of file.
Trade what you see not what you hope
 
1
  • Post #28,738
  • Quote
  • Apr 15, 2019 10:00am Apr 15, 2019 10:00am
  •  Lrg
  • | Joined Nov 2017 | Status: Member | 78 Posts
Hi
Is there a special way to bring forward an indi from another thread?
I'm trying to copy this particular indi from the original post but failing to do so.
I have downloaded indies into my mt4 platform but somehow failing to copy and paste it here.

For your ref I copy and past the link to the indi thread, if someone would be so kind to fix it and bring it to this thread I would be grateful.
http://liveforexsignal.com/download/...Swap-Indicator

This indi needs to be updated for the new mt4 platform.

Please keep the spread swap long swap short in 1 line and the other info is not needed so can be removed.
I like this particular swap indi as it sits on your main chart and your can select cols and diff corner for setting.
Thank you very much in advance for your kind assistance.

I'm fairly new to all this so thank you in advance.
Lyn
Attached Image
 
 
  • Post #28,739
  • Quote
  • Apr 15, 2019 10:25am Apr 15, 2019 10:25am
  •  baminb49
  • | Joined Jul 2017 | Status: Member | 19 Posts
Quoting cja
Disliked
{quote} You probably do not realize but the file is decompiled and most of the coders on this Forum will not work with that sort of file.
Ignored
Ok,
 
 
  • Post #28,740
  • Quote
  • Apr 15, 2019 12:10pm Apr 15, 2019 12:10pm
  •  Liovannix
  • | Commercial Member | Joined Sep 2015 | 433 Posts
Quoting Lrg
Disliked
Hi Is there a special way to bring forward an indi from another thread? I'm trying to copy this particular indi from the original post but failing to do so. I have downloaded indies into my mt4 platform but somehow failing to copy and paste it here. For your ref I copy and past the link to the indi thread, if someone would be so kind to fix it and bring it to this thread I would be grateful. http://liveforexsignal.com/download/...Swap-Indicator This indi needs to be...
Ignored


Put only this ex4 file into your indicator folder.
Attached File(s)
File Type: ex4 Pip-Value-Spread-Swap-Indicator.ex4   5 KB | 301 downloads
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 14351436Page 143714381439 3077
    • 1 Page 1437 3077
19 traders viewing now, 5 are members:
sunguyen
,
XxioixX
,
erex
,
Invisible
,
Invisible
  • 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 / ©2023