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

Need help to code EAs for MT4 and MT5 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 35,931
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 20412042Page 204320442045 2617
  • 1 Page 2043 2617
  •  
  • Post #40,841
  • Quote
  • Oct 31, 2020 11:06am Oct 31, 2020 11:06am
  •  solorik
  • | Joined Mar 2011 | Status: Member | 137 Posts
Quoting jeanlouie
Disliked
{quote} Atr_x2_Ratio - 2 atr periods - ratio of the first:second - level at 100% - all 3 plotted, the atr lines will also use the% axis, but they're not the point of the indicator {image} {file}
Ignored
do you have it with normal values ?!
like 0.0091 instead of 91.0000
 
 
  • Post #40,842
  • Quote
  • Oct 31, 2020 12:16pm Oct 31, 2020 12:16pm
  •  PlSoft
  • Joined Feb 2018 | Status: Member | 57 Posts
Quoting PlSoft
Disliked
Good evening I need to move the stored data of the global variables to a new PC. What folder is this file in, is it possible to do this? {image}
Ignored

It works Found
Attached Image
 
 
  • Post #40,843
  • Quote
  • Oct 31, 2020 12:16pm Oct 31, 2020 12:16pm
  •  SiNnY
  • | Joined Mar 2018 | Status: Member | 22 Posts
Quoting SiNnY
Disliked
Hello, Can someone please help by adding a trend alert ( push notification ) for this indicator ? BUY Alert = if regression channel is up, alert when price touches support line SELL Alert = if regression channel is down, alert when price touches resistance line Much appreciated, Thank you! {file}
Ignored
Please, can someone help ?

Thank you!
 
 
  • Post #40,844
  • Quote
  • Oct 31, 2020 12:46pm Oct 31, 2020 12:46pm
  •  Idonotgiveup
  • | Joined Sep 2020 | Status: Member | 18 Posts
Quoting tomx
Disliked
{quote} {file}
Ignored
Only now that I saw your work. God bless you. I'm very grateful.
 
 
  • Post #40,845
  • Quote
  • Edited at 2:27pm Oct 31, 2020 1:00pm | Edited at 2:27pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 843 Posts
Quoting Slingshots1
Disliked
{quote} Yeeeeesss! its just the real thing what makes it kool is the fractal sitting on the 5TH candle hopefully it wont repaint although since its gonna be working between 4hrs and daily i doubt it repainting.Now the dashboard with alert will stand as a pointer for the pairs,is it possible to add a 3rd adjustable {image}horizontal line take profit of 100pips to that fractal? .Thanks so much and you will meet with ultimate success in your fx journey, i will be glad if the dashboard can be done.Best Regards
Ignored
I will add 5th bar option to include in pattern search and add TP line as option.

if you include 5th bar, then it only include if 5th bar has same bar move. ( example: if sell, 5th candle should be bear ).
if you turn on, it will repaint if 5th bar changes direction.. more accurate but since this is just decision making tool, you should exam after it gives signal.

Update:
- Attached "4Bar Fractal" Indicator + dashboard for all pairs/timeframe.
You can check dashboard to get signal + alert and confirm on each pairs before your entry.


Attached Image (click to enlarge)
Click to Enlarge

Name: fractal-dashboard.JPG
Size: 155 KB
Attached Files
File Type: mq4 BR 4BarFractal Patterns.mq4   17 KB | 197 downloads
File Type: mq4 BR 4BarFractal CandlePattern Dashboard.mq4   62 KB | 203 downloads
 
1
  • Post #40,846
  • Quote
  • Oct 31, 2020 1:43pm Oct 31, 2020 1:43pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 843 Posts
Quoting censura
Disliked
{quote} Hi BlueRain could you tell me how i might retrieve the buffer values for this BR3Barfactal (down signal) and value2 (upsignal) for an ea would you use icustom and if so could you provide the 2 lines of code to get the values Thank you
Ignored
Yes. I will post source code later today.

Buffer 0 is buy buffer ( blue ) and buffer 1 is sell ( red )

double Blue = iCustom(Symbole(),0,"BR 4BarFractal Pattern",0,0);
double red = iCustom(Symbole(),0,"BR 4BarFractal Pattern",1,0);

if ( Blue != EMPTY_VALUE) { BuyDot = true; }
if ( Red != EMPTY_VALUE) { RedDot = true; }
 
 
  • Post #40,847
  • Quote
  • Oct 31, 2020 2:29pm Oct 31, 2020 2:29pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,225 Posts
Quoting solorik
Disliked
{quote} do you have it with normal values ?! like 0.0091 instead of 91.0000
Ignored
Updated.
 
 
  • Post #40,848
  • Quote
  • Oct 31, 2020 2:33pm Oct 31, 2020 2:33pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 843 Posts
Quoting COmar.FX
Disliked
{quote} Dear BlueRain ... make an arrows on HL candles please ... thanks in advance {file}
Ignored

This indicator is a variation of Kauffman MA.

I don't understand what you are asking.
Can you be more specific?
 
 
  • Post #40,849
  • Quote
  • Oct 31, 2020 3:45pm Oct 31, 2020 3:45pm
  •  solorik
  • | Joined Mar 2011 | Status: Member | 137 Posts
Quoting jeanlouie
Disliked
{quote} Updated.
Ignored
nothing attached
 
 
  • Post #40,850
  • Quote
  • Oct 31, 2020 4:01pm Oct 31, 2020 4:01pm
  •  visobibi
  • | Joined Oct 2020 | Status: Member | 10 Posts
Hello,
I have got an EA from MQL4. When I was trying to add to the MT4 it is showing two errors. I have found the 3rd candle strategy on google search. If Anybody can help me to code for and Indicator or EA .

Thanks
Sobha
Attached File
File Type: zip 3rd Candle.zip   8 KB | 92 downloads
 
 
  • Post #40,851
  • Quote
  • Oct 31, 2020 5:13pm Oct 31, 2020 5:13pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,232 Posts
Quoting visobibi
Disliked
Hello, I have got an EA from MQL4. When I was trying to add to the MT4 it is showing two errors. I have found the 3rd candle strategy on google search. If Anybody can help me to code for and Indicator or EA . Thanks Sobha{file}
Ignored
Welcome to FF community
not two but a little more -
Attached Image (click to enlarge)
Click to Enlarge

Name: Untitled.png
Size: 147 KB

any way code is cleaned for now
Attached Files
File Type: mq4 i-FractalsEx.mq4   4 KB | 127 downloads
File Type: ex4 i-FractalsEx.ex4   12 KB | 99 downloads
 
 
  • Post #40,852
  • Quote
  • Oct 31, 2020 5:30pm Oct 31, 2020 5:30pm
  •  RoninTheory
  • Joined Apr 2020 | Status: learning to become butterfly | 741 Posts
Quoting mntiwana
Disliked
{quote} Source code (mq4) is required for any change/alteration so that some kind coder can possibly help you
Ignored
sorry thought i had posted source

thankyou for help
Attached File
File Type: mq4 CurrencyStrengthBoard_v1.8 600+.mq4   55 KB | 113 downloads
 
 
  • Post #40,853
  • Quote
  • Oct 31, 2020 5:32pm Oct 31, 2020 5:32pm
  •  censura
  • | Joined Sep 2006 | Status: Member | 405 Posts
Quoting BlueRain
Disliked
{quote} Yes. I will post source code later today. Buffer 0 is buy buffer ( blue ) and buffer 1 is sell ( red ) double Blue = iCustom(Symbole(),0,"BR 4BarFractal Pattern",0,0); double red = iCustom(Symbole(),0,"BR 4BarFractal Pattern",1,0); if ( Blue != EMPTY_VALUE) { BuyDot = true; } if ( Red != EMPTY_VALUE) { RedDot = true; }
Ignored

Thank you :-)
 
 
  • Post #40,854
  • Quote
  • Oct 31, 2020 6:19pm Oct 31, 2020 6:19pm
  •  visobibi
  • | Joined Oct 2020 | Status: Member | 10 Posts
Thank you very much for your help.

Sobha
 
 
  • Post #40,855
  • Quote
  • Oct 31, 2020 7:26pm Oct 31, 2020 7:26pm
  •  deafpostman
  • | Joined Jun 2017 | Status: Member | 66 Posts
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 understand why its there.

*I wanted this EA to take signals from another indicator that I spend a few days to tweak...

I was trying to figure out how to integrate the indicator right into the EA in such a way that I can back test the indicator with different settings.

Everytime I back test, I have to go into the indicator and change the int dist=250 to another number and retest.... very time consuming.. I think my kid got married in there somewhere

If someone is kind enough to modify EA (returned in mq4) with the indicator built right in and set so I can backtest (use it) other numbers instead of 250. Please and thankyou.
Attached Files
File Type: mq4 iCustom-EA.mq4   67 KB | 130 downloads
File Type: mq4 250.mq4   1 KB | 155 downloads
 
 
  • Post #40,856
  • Quote
  • Oct 31, 2020 8:18pm Oct 31, 2020 8:18pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 843 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.
 
1
  • Post #40,857
  • Quote
  • Oct 31, 2020 8:33pm Oct 31, 2020 8:33pm
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,562 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,858
  • Quote
  • Oct 31, 2020 8:37pm Oct 31, 2020 8:37pm
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,562 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,859
  • Quote
  • Nov 1, 2020 1:24am Nov 1, 2020 1:24am
  •  RisingSun
  • Joined Jun 2007 | Status: trader | 1,754 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 | 194 downloads
 
1
  • Post #40,860
  • Quote
  • Nov 1, 2020 2:19am Nov 1, 2020 2:19am
  •  RoninTheory
  • Joined Apr 2020 | Status: learning to become butterfly | 741 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
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 20412042Page 204320442045 2617
    • 1 Page 2043 2617
10 traders viewing now, 2 are members:
jonjon0711
,
supra125
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • 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