• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 6:06am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 6:06am
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 40 replies

I will code your pivot EAs for no charge 19 replies

Need help to code EAs for MT4 and MT5 4 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
  • 40,145
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 17191720Page 172117221723 2917
  • 1 Page 1721 2917
  •  
  • Post #34,401
  • Quote
  • Apr 30, 2020 9:08am Apr 30, 2020 9:08am
  •  nwesterhuijs
  • | Joined Dec 2017 | Status: Member | 69 Posts
Quoting pipsographer
Disliked
Hi Guys, I am looking to adjust the RSI.mqh code in order to be able to view the RSI of another currency pair on the current chart I'm working on. Currently, based on the RSI code: I think that the current RSI indicator reads from an array on this line: const double &close[], However, I don't know how to change the close values in there to the close values of the other currency pair I wish to view. What does &close[] mean? I tried replacing that line with iClose("XxxXxx",60,1); but that did not work, the values were incorrect. Would appreciate any...
Ignored

Add the following to the variable declarations:

extern string RSISymbol = "EURUSD";

And replace the "diff"-calculations with:

diff=iClose(RSISymbol,Period(),i)-iClose(RSISymbol,Period(),i-1);

That should do the trick.
 
 
  • Post #34,402
  • Quote
  • Apr 30, 2020 10:01am Apr 30, 2020 10:01am
  •  Jhailal
  • | Joined Apr 2020 | Status: Junior Member | 3 Posts
Hello friends. can anyone help me convert trading view indicator to mt4 indicator. it has more than 70% win rate iam using this indicator from past 7 months and give average 70% win rate
 
 
  • Post #34,403
  • Quote
  • Edited 11:46am Apr 30, 2020 11:10am | Edited 11:46am
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,059 Posts
Quoting pipsographer
Disliked
Hi Guys, I am looking to adjust the RSI.mqh code in order to be able to view the RSI of another currency pair on the current chart I'm working on. Currently, based on the RSI code: I think that the current RSI indicator reads from an array on this line: const double &close[], However, I don't know how to change the close values in there to the close values of the other currency pair I wish to view. What does &close[] mean? I tried replacing that line with iClose("XxxXxx",60,1); but that did not work, the values were incorrect. Would appreciate any...
Ignored
A big thank you for
- using the code insertion tool </> and not puking code all down the page requiring users to scroll through reams of stuff they have no interest in.
- which you did on your very first post
Attached Image (click to enlarge)
Click to Enlarge

Name: Z-58.PNG
Size: 17 KB
The following search format usually finds the required MQL4 documentation -> MQL4 iClose

Considerations:
- using the same brand search engine from different parts of the world will produce different results
- many available free VPN services can log your location as UK or US for possible better results.
- be aware of IP leakage and use WebRTC Leak Shield browser addon with a VPN.
TSLA - $123.18 - Dec 31: 5 yr Chart - Future *shares* BUY - Target 100% ROI
 
2
  • Post #34,404
  • Quote
  • Apr 30, 2020 11:19am Apr 30, 2020 11:19am
  •  dato896
  • | Commercial Member | Joined Sep 2015 | 89 Posts
again, anyone can add to this Ea "time out" function? if trades close in loss with function "close all in loss" with mentioned amount of money Stop trading for next 10 hours for example. please..
Attached File(s)
File Type: ex4 EA_TMA (2_2).ex4   25 KB | 59 downloads
File Type: mq4 EA_TMA (2_2).mq4   28 KB | 90 downloads
 
 
  • Post #34,405
  • Quote
  • Apr 30, 2020 12:26pm Apr 30, 2020 12:26pm
  •  Harvestforex
  • | Joined Dec 2019 | Status: Member | 90 Posts
Hi All Traders,

Can any of you give me good EA to try first. Then after trial i will interested to buy if found consistent profitable.
 
 
  • Post #34,406
  • Quote
  • Edited 1:15pm Apr 30, 2020 12:57pm | Edited 1:15pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting yobiingon
Disliked
Any body have indicator like this ? False Break Indicator ? {image}
Ignored
See if this works.
Update 1: Now, it draws box around.
Attached Image
Attached File(s)
File Type: mq4 3candles_FalseBreak.mq4   10 KB | 250 downloads
 
 
  • Post #34,407
  • Quote
  • Apr 30, 2020 1:23pm Apr 30, 2020 1:23pm
  •  nanacarter
  • | Joined Aug 2016 | Status: Member | 111 Posts
Can someone please convert this indicator to MT5 for me. Thanks in advance
Attached File(s)
File Type: mq4 smTMMS Oscillator_v4.0.mq4   12 KB | 105 downloads
 
 
  • Post #34,408
  • Quote
  • Apr 30, 2020 1:35pm Apr 30, 2020 1:35pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting livingsoul99
Disliked
{quote} Greetings I think it may be the mt4 build version Im using, because your chart window is showing it perfectly. I want to say its the mt4 build version of traders way and hugos way is not fully compatible with this particular indicator. Try to get some rest. Best wishes always...
Ignored
After some rest, I feel much better.
I loaded templates and it looks pretty decent.

I would recommend adding a couple of indicator I use to enhance.
1. TMA Band Double MOD - this is mod version of TMA ATR - just two default band.
2. Spearman

Combined with semarfor or Zigzag, those will produce a good pips.
Attached File(s)
File Type: mq4 TMA Double Band Mod.mq4   19 KB | 174 downloads
File Type: mq4 Spearman Rank Correlation (price filtered) 1.02.mq4   21 KB | 203 downloads
 
3
  • Post #34,409
  • Quote
  • Apr 30, 2020 3:07pm Apr 30, 2020 3:07pm
  •  RomualdaKey
  • | Joined Nov 2018 | Status: Member | 33 Posts
Quoting BlueRain
Disliked
{quote} See if this works. Update 1: Now, it draws box around. {file} {image}
Ignored
Hey,

A nice tool. Thank you for your work! Could you add an option to not show arrows as well as it gets cluttered lol
My request would be this: Can you adjust the code to rectangle those swing highs/lows that have the 4th candle exceed the 3rd? Also the 3rd candle body doesn't necessarily need to close below/above the 2nd candle wick, but the 4th would need to close the body below/above the 3rd.
 
 
  • Post #34,410
  • Quote
  • Apr 30, 2020 3:23pm Apr 30, 2020 3:23pm
  •  RomualdaKey
  • | Joined Nov 2018 | Status: Member | 33 Posts
I am new to re-coding indicators for my own use, and I cannot understand why this simple "candle time left" indicator is showing me Label in the indicator area when I refresh it? Screenshots and indicator code attached.
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: 1.jpg
Size: 43 KB
Click to Enlarge

Name: 95396531_608873403311705_3372484273020862464_n.jpg
Size: 37 KB
Attached File(s)
File Type: mq4 CandleTimeLeft-ver2.mq4   2 KB | 129 downloads
 
 
  • Post #34,411
  • Quote
  • Edited 4:17pm Apr 30, 2020 3:52pm | Edited 4:17pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,059 Posts
Quoting RomualdaKey
Disliked
I am new to re-coding indicators for my own use, and I cannot understand why this simple "candle time left" indicator is showing me Label in the indicator area when I refresh it? Screenshots and indicator code attached. {image} {image} {file}
Ignored
fault free with alerts alternatives - iclock mod 2a & 3a - https://www.forexfactory.com/showthr...3#post12389843

second by second candle count down timer and alerts - see above link for more info and how to use

  1. - set alternative alerts from Inputs Tab
  2. - note: click indicator to toggle selected alerts On/Off

Attached File(s)
File Type: mq4 0 - iclock mod - 3b.mq4   10 KB | 135 downloads
TSLA - $123.18 - Dec 31: 5 yr Chart - Future *shares* BUY - Target 100% ROI
 
2
  • Post #34,412
  • Quote
  • Apr 30, 2020 4:05pm Apr 30, 2020 4:05pm
  •  livingsoul99
  • | Joined Jul 2019 | Status: Member | 58 Posts
Quoting BlueRain
Disliked
{quote} After some rest, I feel much better. I loaded templates and it looks pretty decent. I would recommend adding a couple of indicator I use to enhance. 1. TMA Band Double MOD - this is mod version of TMA ATR - just two default band. 2. Spearman Combined with semarfor or Zigzag, those will produce a good pips. {file} {file}
Ignored
Greetings BlueRain,

- I was wondering what m4 platform do you use?
- I'm going to download that one and run a demo mode ....to compare it to my mt4 platform to see if it's my build version causing the problem.
- Or it may be my computer graphics card drivers need updating, as I think about it.
- I've had problems before seeing different indicators, but never thought much about it,
until seeing the difference between your screen and mines.


Appreciate it,
LivingSoul
 
 
  • Post #34,413
  • Quote
  • Apr 30, 2020 4:09pm Apr 30, 2020 4:09pm
  •  RomualdaKey
  • | Joined Nov 2018 | Status: Member | 33 Posts
Quoting Phylo
Disliked
{quote} fault free with alerts alternatives - iclock mod 2a & 3a - https://www.forexfactory.com/showthr...3#post12389843 second by second candle count down timer and alerts - see above link for more info and how to use {file}
Ignored
Thank you, I really like your time countdown indicator.
 
1
  • Post #34,414
  • Quote
  • Apr 30, 2020 4:24pm Apr 30, 2020 4:24pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,059 Posts
Quoting RomualdaKey
Disliked
{quote} Thank you, I really like your time countdown indicator.
Ignored
welcome

- The core code of these indicators originate from coder mladen
- my minor edit: click timer to toggle selected alert On/Off
TSLA - $123.18 - Dec 31: 5 yr Chart - Future *shares* BUY - Target 100% ROI
 
2
  • Post #34,415
  • Quote
  • Apr 30, 2020 4:54pm Apr 30, 2020 4:54pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting livingsoul99
Disliked
{quote} Greetings BlueRain, - I was wondering what m4 platform do you use? - I'm going to download that one and run a demo mode ....to compare it to my mt4 platform to see if it's my build version causing the problem. - Or it may be my computer graphics card drivers need updating, as I think about it. - I've had problems before seeing different indicators, but never thought much about it, until seeing the difference between your screen and mines. Appreciate it, LivingSoul
Ignored
I use MT4 from Forex.com V4 build 1260
www.forex.com/metatrader
 
 
  • Post #34,416
  • Quote
  • Apr 30, 2020 5:08pm Apr 30, 2020 5:08pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting RomualdaKey
Disliked
{quote} Hey, A nice tool. Thank you for your work! Could you add an option to not show arrows as well as it gets cluttered lol My request would be this: Can you adjust the code to rectangle those swing highs/lows that have the 4th candle exceed the 3rd? Also the 3rd candle body doesn't necessarily need to close below/above the 2nd candle wick, but the 4th would need to close the body below/above the 3rd.
Ignored
Can you draw candles for your request? it is much easier if I have candles with certain condition.
For 3candle, I added Show arrow on/off.
Attached File(s)
File Type: mq4 3candles_FalseBreak.mq4   10 KB | 211 downloads
 
1
  • Post #34,417
  • Quote
  • Apr 30, 2020 5:31pm Apr 30, 2020 5:31pm
  •  RomualdaKey
  • | Joined Nov 2018 | Status: Member | 33 Posts
Quoting BlueRain
Disliked
{quote} Can you draw candles for your request? it is much easier if I have candles with certain condition. For 3candle, I added Show arrow on/off. {file}
Ignored
Thank you! Would it be difficult to make a setting to select the width of the rectangle line, also maybe to fill it?
Here is an example of 4 candles swing patterns. 4th candle has to close below/above the 3rd candle wick.
Attached Image
 
 
  • Post #34,418
  • Quote
  • Edited 7:10pm Apr 30, 2020 5:35pm | Edited 7:10pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting dato896
Disliked
hello, I found someone on other forum who helps me with building my EA but he is not very good programer so can not code some functins. can you please write in this EA "Time Out" function? if it close in loss writen in options 500$ for example (there is "loss in money option" for all orders)Stop trading for next 10 hours. (hours must be changeable). is it possible? thanks a lot {file} {file}
Ignored
Added timeout and you can enter Timeout period in min.

Update 1: Minor bug fix, I changed comment so it shows up in Option for easier read.
And changed type to int. ( bug)
Attached File(s)
File Type: mq4 EA_TMA (2_2).mq4   28 KB | 124 downloads
 
1
  • Post #34,419
  • Quote
  • Apr 30, 2020 5:56pm Apr 30, 2020 5:56pm
  •  Bonfray
  • | Joined Apr 2020 | Status: Member | 40 Posts
Hello coders, can someone pls help me put this strategy into an EA?. (Daily open strategy)

It's about daily open. This is price behaviour after a daily open.

For a bullish day, The candle will first open and form a low of the day.(it will go down first to form a low of the day). Then come back again and crosses the open price upward and remain bullish for the rest of the day.

For a bearish day, the candle will first open and form a high of the day( it will go up first to form the high of the day.) Then come back and crosses the open price downward and remain bearish for the rest of the day.

Now this is what the EA will do,

For a buy
it will watch the candle open and allows it to go to any length it wishes to go to form the daily low, and allows it to come back and launch a buy after the price has passed across the daily open some pips upward. The tp should be at least 10 to 20 pip.

For a sell
The EA will watch the candle open and allows it to go to any length it wishes to go to form the daily High, and allows it to come back and launch a sell after the price has passed across the daily open some pips downward. The tp should be at least 10 to 20 pip.

The SL is the new low of the day for a buy while the SL for a sell is the new high of the day.
Thanks a lot.

It will also be good if we can get the MT5 version of it.

I have attached some files to simply explain how it works.
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Screenshot_20200430-171151.png
Size: 594 KB
Click to Enlarge

Name: Screenshot_20200430-171202.png
Size: 590 KB
Click to Enlarge

Name: Screenshot_20200430-171714.png
Size: 574 KB
Click to Enlarge

Name: Screenshot_20200430-171724.png
Size: 591 KB
 
1
  • Post #34,420
  • Quote
  • Edited 6:42pm Apr 30, 2020 6:31pm | Edited 6:42pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting RomualdaKey
Disliked
{quote} Thank you! Would it be difficult to make a setting to select the width of the rectangle line, also maybe to fill it? Here is an example of 4 candles swing patterns. 4th candle has to close below/above the 3rd candle wick. {image}
Ignored
Here.. per your request.

Show Arrow, color of box, arrow, and width of box line and boxstyle ( FILL,LINE) is option.
Attached Image
Attached File(s)
File Type: mq4 4candles_FalseBreak.mq4   12 KB | 348 downloads
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 17191720Page 172117221723 2917
    • 1 Page 1721 2917
23 traders viewing now, 13 are members:
lhdsilva
,
delp
,
venkateshr56
,
Nielk52
,
newforex21
,
Uru
,
Agat
,
jlmarulanda
,
Thakri
,
ykpuffy07
,
talaate
,
herox
,
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