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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Need help to code EAs for MT4 and MT5 3 replies

I will code your scalping EAs for no charge 36 replies

I will code your pivot EAs for no charge 18 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
  • 36,385
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 26202621Page 262226232624 2647
  • 1 Page 2622 2647
  •  
  • Post #52,421
  • Quote
  • May 28, 2022 11:19pm May 28, 2022 11:19pm
  •  ddien
  • | Joined Dec 2014 | Status: Member | 90 Posts
hello im looking indicator can make stratery using moving averages (LWMA) period 10 with horizontaline have option value function in to ma code
Attached Image (click to enlarge)
Click to Enlarge

Name: eurusd-m15-xm-global-limited.png
Size: 28 KB
Attached File
File Type: mq4 simplehorizontalgrid.mq4   8 KB | 55 downloads
 
 
  • Post #52,422
  • Quote
  • May 29, 2022 1:03am May 29, 2022 1:03am
  •  japfx
  • Joined Jan 2011 | Status: Member | 325 Posts
Dear master,

Please kindly recommend for me any excelleent EA mioney can buy in the mrk at the moment.

Thanks
 
 
  • Post #52,423
  • Quote
  • Edited at 1:34am May 29, 2022 1:04am | Edited at 1:34am
  •  lasttry
  • | Additional Username | Joined Nov 2021 | 83 Posts
Hi BlueRain,

i try to change a small thing at your code. i want to change the up/dn Arrow to just text something like "Up"/"Dn" text , but
changing process is not success ... please see attachment.

i just change the wingding of 233/234 to simple text, but it didn't work

Inserted Code
string GetArrowsSignal(double value)
{
int    symbolCodeSUP=233,
        symbolCodeSDN=234,
        symbolCodeWUP=236,
        symbolCodeWDN=238,
        symbolCodeNoSignal=232;
color    colorCodeSUP=Green,
        colorCodeSDN=Red,
        colorCodeWUP=DeepSkyBlue,
        colorCodeWDN=Magenta,
        colorCodeNoSignal=Gold;
        
        //CharToStr(TradeTrendSymbol[i][j])
  if (value > 0)
    /// return ( CharToStr(233));
    return ( "UP");
  else
    /// return ( CharToStr(234));
    return ( "DN");
}
 
string GetArrowsSignal(string signal)
{
int    symbolCodeSUP=233,
        symbolCodeSDN=234,
        symbolCodeWUP=236,
        symbolCodeWDN=238,
        symbolCodeNoSignal=232;
color    colorCodeSUP=Green,
        colorCodeSDN=Red,
        colorCodeWUP=DeepSkyBlue,
        colorCodeWDN=Magenta,
        colorCodeNoSignal=Gold;
        
        //CharToStr(TradeTrendSymbol[i][j])
  if (signal == "BUY")
    /// return ( CharToStr(233));
    return ( "UP");
  else  
  if (signal == "SELL")
    /// return ( CharToStr(234));
    return ( "DN");
  else
    return ( "");
    
  return ("");
}

how to solve this ?
Thank you

========================
Edit :
i found it ... i forget to change the Font Type from "Windings" to "Arial" at calling the DrawLabel() function ....
Now it is ok ... .... Sorry, it was my bad ...

Inserted Code
/// DrawLabel("4bf_"+symbolName + TF2Str(timeframe),x,y,RightJustified(2,GetArrowsSignal(output)),fontSize,"Wingdings",GetArrowColor(output),tooltip);
    DrawLabel("4bf_"+symbolName + TF2Str(timeframe),x,y,RightJustified(2,GetArrowsSignal(output)),fontSize,"Arial",GetArrowColor(output),tooltip);
Attached Image (click to enlarge)
Click to Enlarge

Name: GU_H1_error.png
Size: 13 KB
 
 
  • Post #52,424
  • Quote
  • May 29, 2022 1:39am May 29, 2022 1:39am
  •  cja
  • Joined Feb 2007 | Status: Member | 1,845 Posts
Quoting Pathekiwi
Disliked
Is there any one willing to add MTF to this indicator for me? Thougut I might ask one more time. Kind regards {file}
Ignored
From one Kiwi to another -
Attached File
File Type: ex4 SSL mtf fast nrp + atr bands.ex4   22 KB | 123 downloads
Trade what you see not what you hope
 
 
  • Post #52,425
  • Quote
  • May 29, 2022 1:55am May 29, 2022 1:55am
  •  Pathekiwi
  • | Joined Mar 2010 | Status: Member | 77 Posts
Quoting cja
Disliked
{quote} From one Kiwi to another - {file}
Ignored
Kiora Bro. AWESOME
U won't really understand GRACE untill you fully realise you've been GRACED
 
 
  • Post #52,426
  • Quote
  • May 29, 2022 2:32am May 29, 2022 2:32am
  •  japfx
  • Joined Jan 2011 | Status: Member | 325 Posts
Quoting BlueRain
Disliked
{quote} Here is two fixed versions 1)Open_MA_EA - I added MaxOrder and MaxSpreadAllowed. Not Risk% 2)fxeabuilder - it is very simple fix and now, it should compile. FYI, MA based EA as is won't be profitable. Because MA will be recalculated and keep change MA line, you will have a lot of orders open. {file} {file}
Ignored

Hi master ,

please can you suggest a good EA i can buy please

Thanks
 
 
  • Post #52,427
  • Quote
  • May 29, 2022 3:54am May 29, 2022 3:54am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 882 Posts | Invisible
Quoting japfx
Disliked
{quote} Hi master , please can you suggest a good EA i can buy please Thanks
Ignored
I wish I can. However, I don't have any specific recommendation.

There are many websites that review EAs. You may test those out if you want.
You may rent some as trial and see how it goes.

Most of free EAs on mql5 are just very limited and won't be profitable.
Either it is just experimental or too generic/academical. In real trading, you will lose money.
 
1
  • Post #52,428
  • Quote
  • May 29, 2022 4:36am May 29, 2022 4:36am
  •  FundedCoffee
  • | Joined Mar 2022 | Status: Member | 107 Posts
Hey Team,

I am in search for an ATR indicator.. what I need:

ATR based on EMA not SMA (maybe with a setting to change it?)

3 added multiplication options ( ATR x 1, x 2, x5 for example)

Those levels then are shown on the chart (similar as to ADR levels)

maybe an indicator that could be used to modify.
Attached Image (click to enlarge)
Click to Enlarge

Name: ATR levels.png
Size: 9 KB
Attached File
File Type: mq4 No_Nonsense_ATR2.mq4   97 KB | 92 downloads
 
 
  • Post #52,429
  • Quote
  • May 29, 2022 6:01am May 29, 2022 6:01am
  •  fxandthedax
  • | Joined Nov 2021 | Status: Junior Member | 4 Posts
Hi coders,

can someone make the MTF version of this Linear-regression channel indi?
Attached Files
File Type: ex4 Linear-Regression.ex4   32 KB | 33 downloads
File Type: mq4 Linear-Regression.mq4   26 KB | 41 downloads
 
 
  • Post #52,430
  • Quote
  • May 29, 2022 8:27am May 29, 2022 8:27am
  •  HLscalper
  • | Joined May 2022 | Status: Junior Member | 8 Posts
Hey guys . Can somebody recommend me a good momentum indicator ? It could be mt4 indicator or TradingView indicator . Thank you in advance !
 
 
  • Post #52,431
  • Quote
  • Edited at 1:39pm May 29, 2022 1:22pm | Edited at 1:39pm
  •  Tictak
  • Joined Jun 2021 | Status: Member | 67 Posts
Fibonacci -CompassFX-Daily-v1.01_alert
The most delicious signals come out like this :
Time Frame = 1Week;
Bar = 1;
Attached Image (click to enlarge)
Click to Enlarge

Name: fibo.png
Size: 13 KB
Attached File
File Type: mq4 Fibonacci -CompassFX-Daily-v1.01_alert.mq4   13 KB | 96 downloads
 
 
  • Post #52,432
  • Quote
  • May 29, 2022 2:06pm May 29, 2022 2:06pm
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 1,966 Posts
please add on off button to these indicator,thanks
Attached Files
File Type: ex4 autofibo-trading-zones.ex4   24 KB | 57 downloads
File Type: mq4 autofibo-trading-zones.mq4   8 KB | 94 downloads
File Type: ex4 TMAx3 HZL AA fMTF MMS+TT w NRP.ex4   78 KB | 58 downloads
File Type: mq4 TMAx3 HZL AA fMTF MMS+TT w NRP.mq4   47 KB | 101 downloads
 
 
  • Post #52,433
  • Quote
  • May 29, 2022 11:42pm May 29, 2022 11:42pm
  •  fxganstah
  • | Joined Dec 2010 | Status: Member | 49 Posts
Quoting jeanlouie
Disliked
{quote} - were you able to move both ends of the tline and it will use the price of the end you moved? or could you only move one end? - did it apply to all tlines that are selected or only what you've just moved?
Ignored
Hi jeanlouie

it was just the right side of the tline (i normally draw my tline from left to right). The left side of the selected tline is on a particular point of interest and i want the right side of the tline to match the left side when "hotkey" is pressed.

It only applies to the last created/selected tline, even though multiple tlines might be selected at one time. I can then click on the previous tline, and then press the hotkey again, and that tline would then be made horizontal too.

I hope this makes sense? Let me know if you want me to make a video to see visually?

Thanks
Attached Images (click to enlarge)
Click to Enlarge

Name: 1.PNG
Size: 9 KB Click to Enlarge

Name: 2.PNG
Size: 8 KB
 
 
  • Post #52,434
  • Quote
  • May 30, 2022 8:03am May 30, 2022 8:03am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,244 Posts
Quoting HLscalper
Disliked
Hey guys . Can somebody recommend me a good momentum indicator ? It could be mt4 indicator or TradingView indicator . Thank you in advance !
Ignored
Try on any latest ver of "SMI" (stochastic momentum index) indicator that stays very close to real price move,usually momentum indicator are lagging a bit
 
 
  • Post #52,435
  • Quote
  • May 30, 2022 10:13am May 30, 2022 10:13am
  •  HLscalper
  • | Joined May 2022 | Status: Junior Member | 8 Posts
Quoting mntiwana
Disliked
{quote} Try on any latest ver of "SMI" (stochastic momentum index) indicator that stays very close to real price move,usually momentum indicator are lagging a bit
Ignored
Thank you for your answer . Where I can find the last way version of SMI ?
 
 
  • Post #52,436
  • Quote
  • May 30, 2022 10:28am May 30, 2022 10:28am
  •  BlackArt
  • | Joined Feb 2021 | Status: Member | 50 Posts
Quoting jeanlouie
Disliked
{quote} You mean strange arrow locations are still happening?
Ignored
no, actually everything is working fine now. Thank you!
< I collect pips to afford a Starship ride >
 
 
  • Post #52,437
  • Quote
  • May 30, 2022 1:42pm May 30, 2022 1:42pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,244 Posts
Quoting fxganstah
Disliked
{quote}...right side of the tline to match the left side when "hotkey" is pressed. It only applies to the last created/selected tline, even though multiple tlines might be selected at one time...
Ignored
Ok I got the jist.

Trendline_Horizontal_viaHotkey
- makes a tline right price=left price
- click any tline, selected or not, and then press the input keyboard key
- input key code can be anything, option to print out pressed keys and pick what you want
Attached File
File Type: ex4 Trendline_Horizontal_viaHotkey.ex4   7 KB | 48 downloads
 
1
  • Post #52,438
  • Quote
  • May 30, 2022 3:44pm May 30, 2022 3:44pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,244 Posts
Quoting HLscalper
Disliked
{quote} Thank you for your answer . Where I can find the last way version of SMI ?
Ignored
"Blau - smi averages(mtf + alerts +fl)"

This is Blau SMI ver on Averages,including multi levels support

it support some 39 averaging methods
all methods can be choice for main line and signal line (for both but separately selectable)
33 price options
it have signal line upto selectable value/ parameters
it support some 3 type levels (floating,quantile and fixed)
it support some 4 type coloring (color changing option) on slope change,on signal line cross,on outer level and on middle level crossing
shadowing option
extra full alerting package
and some more features
including interpolated mtf

experimenting/playing with parameters recommended -

Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDM15.png
Size: 22 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: p smi.png
Size: 81 KB
Attached File
File Type: ex4 Blau - smi averages(mtf + alerts +fl).ex4   176 KB | 88 downloads
 
 
  • Post #52,439
  • Quote
  • May 30, 2022 3:51pm May 30, 2022 3:51pm
  •  momo3HC
  • | Joined Feb 2019 | Status: Member | 174 Posts
Does anybody here could make an EA from TradingView source code?
 
 
  • Post #52,440
  • Quote
  • May 31, 2022 1:36am May 31, 2022 1:36am
  •  HLscalper
  • | Joined May 2022 | Status: Junior Member | 8 Posts
Quoting mntiwana
Disliked
{quote} "Blau - smi averages(mtf + alerts +fl)" This is Blau SMI ver on Averages,including multi levels support it support some 39 averaging methods all methods can be choice for main line and signal line (for both but separately selectable) 33 price options it have signal line upto selectable value/ parameters it support some 3 type levels (floating,quantile and fixed) it support some 4 type coloring (color changing option) on slope change,on signal line cross,on outer level and on middle level crossing shadowing option extra full alerting package...
Ignored
thank you very much ! Which settings you could recommend for scalping on 1m TF ? Or you did no play with settings enough ?
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 26202621Page 262226232624 2647
    • 1 Page 2622 2647
19 traders viewing now, 10 are members:
makenas
,
Invisible
,
BanyanLeaf
,
danerius
,
Invisible
,
RedMoon214
,
sauravsm
,
born2trades
,
imohsin360
,
Kefada
  • 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 / ©2022