• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:44am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:44am
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 20422043Page 204420452046 2267
  • 1 Page 2044 2267
  •  
  • Post #40,861
  • Quote
  • Oct 31, 2020 8:18pm Oct 31, 2020 8:18pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 829 Posts
Quoting deafpostman
Disliked
Hi, first of all what courses do you coders recommend for learning to code mql4? I was in the bookstore looking at a Java script book.... it was so big, I think they chopped down 3 trees to print it. I've found this EA.. I've spent days and days (because I don't know code) tweaking the settings to what I like...I like all the MM inside. but there are some yellow triangle return value checks. But no red errors. I don't know how to get rid of the 'sniper' stuff inside without creating errors...not important.. I just think it slows backtesting... don't...
Ignored
it seems you are trying to test using different dist number.
At this time, dist is not exposed... first, you will need to expose as option in 250.mq4

250.mq4

extern int dist=250;
extern int SignalGap = 50;
extern int BarsToCount = 500;

Next, you will need to add this param to your EA as options so you can change at test time.

iCustom-EA.mq4

extern string IndicatorName = "250";
extern int BuyBuffer = 1; //BUY
extern int SellBuffer = 0; //SELL
extern int distance = 250; //distance used in 250.mq4


Finally, you pass this param when you call iCustom.

if(usesniper){
double SNI0=iCustom(Symbol(),0, IndicatorName,distance,BuyBuffer,shift); //BUY
double SNI1=iCustom(Symbol(),0, IndicatorName,distance, SellBuffer,shift); //SELL
}

That should work for your test.




Regarding yellow warnings.. it is just warning - recommended coding practice.
Because you have used just sample code from autogeneraged EA... it is not perfact.

you just have to fix one by one..
example:

'void' function returns a value iCustom-EA.mq4 524 19

code says
return(0);

and it should just be return, not return(0) - returning a value in void function.

Since you are studying code, I thought this would give you a chance to fix by yourself.

Good luck.
I still don't know where is the Holy Grail
1
  • Post #40,862
  • Quote
  • Oct 31, 2020 8:33pm Oct 31, 2020 8:33pm
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,223 Posts
Quoting classy
Disliked
{quote} hi cja nice to see you , would you please look into my attached link/stupid idea as you consider past . My humble request for equal high-low option candle wick and close along with time/hors setting. Thanking you in advance. https://www.forexfactory.com/thread/...0#post13231580
Ignored
i requested many time but no response? I think may be i can't express clearly so deceided to express simple and eassy word .
I am looking for one indicator which test last/previous high-low with horizontal line(not whole chart)show red -green arrow with push notification.
If price break last high-low and back next candle or 2/3 candle show red -green arrow with push notification .
Thanks in advance.
Say something meaningful or Silence!!
  • Post #40,863
  • Quote
  • Oct 31, 2020 8:37pm Oct 31, 2020 8:37pm
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,223 Posts
Quoting classy
Disliked
{quote} i requested many time but no response? I think may be i can't express clearly so deceided to express simple and eassy word . I am looking for one indicator which test last/previous high-low with horizontal line(not whole chart)show red -green arrow with push notification. If price break last high-low and back next candle or 2/3 candle show red -green arrow with push notification . Thanks in advance.
Ignored
Attached Image (click to enlarge)
Click to Enlarge

Name: equal high low smart money liquidity concept mp 1.png
Size: 409 KB
Say something meaningful or Silence!!
  • Post #40,864
  • Quote
  • Nov 1, 2020 1:24am Nov 1, 2020 1:24am
  •  RisingSun
  • Joined Jun 2007 | Status: trader | 1,721 Posts
Hello Metatrader.

I want the attached scripts to be opened by a row of buttons on screen. xy coordination and corner choice would be nice if provided.

As you can see they are the scripts to execute buys or sells of various baskets. It is cumbersome to operate from the Navigator, hence my request.

Thank you very much in advance for your kind help, if possible.

Regards,
RS
Attached File
File Type: zip Scripts for basket trading.zip   80 KB | 102 downloads
1
  • Post #40,865
  • Quote
  • Nov 1, 2020 2:19am Nov 1, 2020 2:19am
  •  RoninTheory
  • Joined Apr 2020 | Status: bit of a knoob.... | 706 Posts
Quoting mntiwana
Disliked
{quote} "ADR_PLUS" An "TUX" adr plus indicator ver,extremely extended,users can adjust according to their requirements {image} {image}{image}{image}{image}{image} {file} {image}
Ignored
your a ledgend

thankyou
  • Post #40,866
  • Quote
  • Nov 1, 2020 2:43am Nov 1, 2020 2:43am
  •  genuine007
  • | Joined Sep 2020 | Status: Member | 107 Posts
I am unable to find out which Indicator is giving me this error whenever I am switching to W1,MN timeframe.
MA Segments Indi? What's that
My All EMAs, Bollinger Bands are working fine on W1,MN.
then from which indicator this error is coming? any idea..
Attached Image (click to enlarge)
Click to Enlarge

Name: which in di.jpg
Size: 70 KB
  • Post #40,867
  • Quote
  • Nov 1, 2020 5:29am Nov 1, 2020 5:29am
  •  lzer
  • | Joined May 2020 | Status: Member | 9 Posts
ultimate pro
beast super
Attached Files
File Type: ex4 UltimateProScalper.ex4   35 KB | 142 downloads
File Type: ex4 Beast Super Signal.ex4   51 KB | 136 downloads
  • Post #40,868
  • Quote
  • Nov 1, 2020 6:29am Nov 1, 2020 6:29am
  •  Roddo
  • | Joined Jul 2009 | Status: Member | 53 Posts
Quoting classy
Disliked
{quote} i requested many time but no response? I think may be i can't express clearly so deceided to express simple and eassy word . I am looking for one indicator which test last/previous high-low with horizontal line(not whole chart)show red -green arrow with push notification. If price break last high-low and back next candle or 2/3 candle show red -green arrow with push notification . Thanks in advance.
Ignored
Yep I got the cold solder as well plenty of downloads but no response/ Sorry I had one reply to hire a coder.
Good luck Classy hope you get a reply
  • Post #40,869
  • Quote
  • Edited at 6:58am Nov 1, 2020 6:32am | Edited at 6:58am
  •  MFXTrader
  • | Joined Jul 2017 | Status: Member | 48 Posts
Hi dear coders!

I have a humble request. Can somebody please remove from source code everything what is inside gray rectangle in the attached picture. Need to be removed all price labels, additional lines and all other numbers. I only need support & resistance zones. Please extend zones 12 candles to the right. Is there possible to adding also weekly and monthly zones which I can chose which ones I would like to have on chart? Is it possible to add ON/OFF BUTTON to this indicator too?

I would really appreciate it if some coder can do this.

Best regards
Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDH4.png
Size: 67 KB
Attached File
File Type: mq4 10.1 Daily S&R Daily.mq4   28 KB | 101 downloads
  • Post #40,870
  • Quote
  • Nov 1, 2020 6:38am Nov 1, 2020 6:38am
  •  thangarasu
  • | Joined Nov 2018 | Status: Found My Holy Grail..! | 35 Posts
Quoting TonyJohnCali
Disliked
Can anyone ADD an ON/OFF BUTTON to this Heiken Ashi indicator? I uploaded an indicator with the button option i'd like. {image}{image} i'm just hoping someone can add it to the Heiken mq4. I would greatly appreciate anyone's help! {file} {file} {file} {file}
Ignored
Check Your FS Post I have given solution for Heikin ashi
  • Post #40,871
  • Quote
  • Nov 1, 2020 7:18am Nov 1, 2020 7:18am
  •  Motiram
  • Joined Nov 2014 | Status: Member | 560 Posts
Hello to all

Please I am looking an indicator, which can "Projection Of Yesterday Candle % MTF on the current day".

I have attached the 2 images which is showing the " Projection Of Yesterday Candle % "on the current day at the Timeframe D1 & H1.

Regards
Moti
Attached Images (click to enlarge)
Click to Enlarge

Name: EURUSDDaily Percentage Lines.png
Size: 42 KB Click to Enlarge

Name: EURUSDH1 Percentage Lines.png
Size: 25 KB
  • Post #40,872
  • Quote
  • Edited at 10:52am Nov 1, 2020 7:43am | Edited at 10:52am
  •  ms119
  • | Joined Oct 2007 | Status: Member | 50 Posts
Hi!

Can someone help to create a SMI Angle indicator?
I am testing the SMI stochastic momentum index indicator for weeks for trend directions and support/resistance levels.

I found MA Angle indicators but not for SMI and actually I do not care of the angle I like to have a line to visually see the direction of the indicator.
What I found:
https://mtindicators.com/ma-angle-gr...ge-forex-mt-4/
http://www.fxcodebase.com/code/viewt...p?f=38&t=60781
Attached Image (click to enlarge)
Click to Enlarge

Name: f83af2e3fadc06787ca1adad5621b5a0.png
Size: 218 KB

If the line would look like this and maybe some arrows when direction change it would be just awesome!!!:
Attached Image (click to enlarge)
Click to Enlarge

Name: 97da197a0184229e903e11256cd49ac8.png
Size: 26 KB



Here the indi I have found here in thsi great forum:
Attached File
File Type: ex4 SMI.ex4   12 KB | 69 downloads

Your help is very much appreciated!
  • Post #40,873
  • Quote
  • Nov 1, 2020 8:17am Nov 1, 2020 8:17am
  •  deafpostman
  • | Joined Jun 2017 | Status: Member | 49 Posts
Quoting BlueRain
Disliked
{quote} it seems you are trying to test using different dist number. At this time, dist is not exposed... first, you will need to expose as option in 250.mq4 250.mq4 extern int dist=250; extern int SignalGap = 50; extern int BarsToCount = 500; Next, you will need to add this param to your EA as options so you can change at test time. iCustom-EA.mq4 extern string IndicatorName = "250"; extern int BuyBuffer = 1; //BUY extern int SellBuffer = 0; //SELL extern int distance = 250; //distance used in 250.mq4 Finally, you pass this param when you call...
Ignored
Thanks BlueRain, I'll give it a go.... how did you learn code?
  • Post #40,874
  • Quote
  • Nov 1, 2020 8:35am Nov 1, 2020 8:35am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting ganztrade
Disliked
Hi there, Please someone help me to made this indicator color "always" all green on top channel and all red on bottom channel. (in other Pair and timeframe) I found that this indicator in different timeframe and other forex pair always changing the color, on bottom become green, on top become red. Many thanks for your assistance. {file}
Ignored
please help me, to make all channel on top always green and on bottom always red. (on other timeframe and pairs)

Thanks You Before
Best Regards
Attached Images (click to enlarge)
Click to Enlarge

Name: Screenshot (25).png
Size: 44 KB Click to Enlarge

Name: Screenshot (26).png
Size: 42 KB Click to Enlarge

Name: Screenshot (27).png
Size: 52 KB
Margin Call again and again...
  • Post #40,875
  • Quote
  • Nov 1, 2020 9:23am Nov 1, 2020 9:23am
  •  deafpostman
  • | Joined Jun 2017 | Status: Member | 49 Posts
Quoting BlueRain
Disliked
{quote} it seems you are trying to test using different dist number. At this time, dist is not exposed... first, you will need to expose as option in 250.mq4 250.mq4 extern int dist=250; extern int SignalGap = 50; extern int BarsToCount = 500; Next, you will need to add this param to your EA as options so you can change at test time. iCustom-EA.mq4 extern string IndicatorName = "250"; extern int BuyBuffer = 1; //BUY extern int SellBuffer = 0; //SELL extern int distance = 250; //distance used in 250.mq4 Finally, you pass this param when you call...
Ignored
Thankyou, I entered the code... fixed some of the yellow warnings... What I am attempting to do is backtest so the parameters of the dist number can be changed in the EA for backtesting as seen in the photo. In the backtest all the test results are the same... I tried input int, input double, extern int etc.. each test run show same P/L results. If I change the dist number in the indicator only then would I have different test results... I'll keep working at it.
Attached Image (click to enlarge)
Click to Enlarge

Name: snipit.JPG
Size: 13 KB
  • Post #40,876
  • Quote
  • Nov 1, 2020 10:10am Nov 1, 2020 10:10am
  •  Sandile
  • Joined Dec 2013 | Status: Member | 116 Posts
Quoting ramzam
Disliked
{quote} have this one will search and send it
Ignored
Ramzam, ever found the indicator that does this? would really appreciate your help on this.
  • Post #40,877
  • Quote
  • Nov 1, 2020 10:32am Nov 1, 2020 10:32am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 829 Posts
Quoting MFXTrader
Disliked
Hi dear coders! I have a humble request. Can somebody please remove from source code everything what is inside gray rectangle in the attached picture. Need to be removed all price labels, additional lines and all other numbers. I only need support & resistance zones. Please extend zones 12 candles to the right. Is there possible to adding also weekly and monthly zones which I can chose which ones I would like to have on chart? Is it possible to add ON/OFF BUTTON to this indicator too? I would really appreciate it if some coder can do this. Best...
Ignored
Removed all labels but you can't remove lines as those are HLine objects.
Attached File
File Type: mq4 10.1 Daily S&R Daily-No-Lable.mq4   28 KB | 93 downloads
I still don't know where is the Holy Grail
  • Post #40,878
  • Quote
  • Nov 1, 2020 10:57am Nov 1, 2020 10:57am
  •  visobibi
  • | Joined Oct 2020 | Status: Junior Member | 8 Posts
Hello,
I have bought an EA from Fiverr. There is no stop loss. Anybody can help me to add a stop loss of 20 to this EA. It is a very good EA and can be used with very small accounts also. If there is a stop loss, we can trade safely.
Thanking you in advance,
Sobha
Attached File
File Type: ex4 ROBOT (1).ex4   23 KB | 98 downloads
  • Post #40,879
  • Quote
  • Edited at 11:23am Nov 1, 2020 11:04am | Edited at 11:23am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 1,754 Posts
Quoting ganztrade
Disliked
{quote} please help me, to make all channel on top always green and on bottom always red. (on other timeframe and pairs) Thanks You Before Best Regards {image} {image} {image}
Ignored
"MA Chanels FIBO 1.01"

In general indicators are coded universally for use of every trader,if there is something particular then there are parameters to adjust accordingly or get coded by coders
the one in topic is Fibo levels on basic MA methods/prices on desired values (period) applied

Here is Mladen's tweaked ver,a bit extended too
change colors as you required from property tab colors
Attached Image (click to enlarge)
Click to Enlarge

Name: ma_channel_fibo.png
Size: 150 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: #NDXM1.png
Size: 34 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: p.png
Size: 207 KB
Attached File
File Type: ex4 MA Chanels FIBO 1.01.ex4   16 KB | 110 downloads
Indicator is just a supportive tool-Use it only if it can benefit you
1
  • Post #40,880
  • Quote
  • Nov 1, 2020 11:31am Nov 1, 2020 11:31am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 1,754 Posts
Quoting ms119
Disliked
Hi! Can someone help to create a SMI Angle indicator? I am testing the SMI stochastic momentum index indicator for weeks for trend directions and support/resistance levels. I found MA Angle indicators but not for SMI and actually I do not care of the angle I like to have a line to visually see the direction of the indicator. What I found: https://mtindicators.com/ma-angle-gr...ge-forex-mt-4/ http://www.fxcodebase.com/code/viewt...p?f=38&t=60781 {image} If the line would look like this and maybe some arrows...
Ignored
I doubts you mixed up things
the one you posted and trying is old enough,there are a lot of latest,extremely extended SMI (stoch mom index) indicators coded and posted by "Mladen Rakic"publicly
Indicator is just a supportive tool-Use it only if it can benefit you
1
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 20422043Page 204420452046 2267
    • 1 Page 2044 2267
8 traders viewing now, 4 are members:
lain7123
,
Invisible
,
Komson
,
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 / ©2021