• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:15pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:15pm
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 43 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,250
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 928929Page 930931932 2923
  • 1 Page 930 2923
  •  
  • Post #18,581
  • Quote
  • Apr 15, 2017 10:36am Apr 15, 2017 10:36am
  •  fmsfx
  • Joined Jul 2009 | Status: Member | 298 Posts
Could someone please mod this script to export only the Date and Close values as this script exports more data than I need. I have tried and tried but just cant get it right.

Many thanks

Dave
Attached File(s)
File Type: mq4 FXPT_ExportHistoryCSV.mq4   6 KB | 283 downloads
K.I.S.S.
 
 
  • Post #18,582
  • Quote
  • Apr 15, 2017 5:29pm Apr 15, 2017 5:29pm
  •  GoopFX
  • | Commercial Member | Joined Feb 2016 | 43 Posts
a good indicator old indicator which doesnt load in new mt4 (new mt4 upgrades brought in errors) can someone fix this excellent indicator's errors so it can load up on current mt4's ? screenshot of original indicators see below.

market moves in frequency/rhythem, this indicator does a good job capturing the rhythem/the slope/the frequency.
Attached Image (click to enlarge)
Click to Enlarge

Name: Level Trading.jpg
Size: 74 KB
Attached File(s)
File Type: mq4 Level Trading.mq4   10 KB | 472 downloads
 
 
  • Post #18,583
  • Quote
  • Apr 15, 2017 5:53pm Apr 15, 2017 5:53pm
  •  macdulio
  • Joined Oct 2013 | Status: Member | 1,079 Posts
GoopFx,

It was two reserved words.
Attached File(s)
File Type: mq4 _Level_Trading.mq4   20 KB | 537 downloads
 
1
  • Post #18,584
  • Quote
  • Edited Apr 16, 2017 12:25pm Apr 15, 2017 7:53pm | Edited Apr 16, 2017 12:25pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,134 Posts
Quoting fmsfx
Disliked
Could someone please mod this script to export only the Date and Close values as this script exports more data than I need. I have tried and tried but just cant get it right. Many thanks Dave {file}
Ignored
Attached Image
A different more manageable script.

This code
Inserted Code
TimeToStr(OrderOpenTime()),
TimeToStr(OrderCloseTime()),
returns date and time thus date and time headings.

The associated column header code is
Inserted Code
FileWrite(handle,"OpenDate","OpenTime", "CloseDate", "CloseTime", "Close");

  1. Removal of any unwanted date time headings should be fairy obvious.
  2. Removal of any date & time headers requires removal of associated OrderOpen/CloseTime code line.
  3. Date & Time headers are a composite pair and removal of one without the other will result in incorrect data in respective columns.
  4. Headings cannot have spaces between words and " " as it results in the header shifting right to the next column.
  5. Headers and associated code must be in sequence.

Code can be commented out for future reference - if you are unfamiliar see C++ - https://en.wikibooks.org/wiki/C%2B%2...tions/Comments

Attached File(s)
File Type: mq4 ExportHistory mod date-time-close only v2.mq4   8 KB | 224 downloads
TSLA 123.18, AMZN 84.00 Dec, 22 [246.36, 168.00 xxx, xx]
 
 
  • Post #18,585
  • Quote
  • Apr 15, 2017 8:04pm Apr 15, 2017 8:04pm
  •  zackery
  • Joined Nov 2011 | Status: Member | 701 Posts
Quoting GoopFX
Disliked
a good indicator old indicator which doesnt load in new mt4 (new mt4 upgrades brought in errors) can someone fix this excellent indicator's errors so it can load up on current mt4's ? screenshot of original indicators see below. market moves in frequency/rhythem, this indicator does a good job capturing the rhythem/the slope/the frequency. {image} {file}
Ignored
Thats very interseting.
But how do you get the Indi work with lines UP?
All my lines are just straight.
Thanks for an info about the settings.
Reg.Zack
 
 
  • Post #18,586
  • Quote
  • Edited Apr 16, 2017 9:28am Apr 15, 2017 8:39pm | Edited Apr 16, 2017 9:28am
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,134 Posts
Quoting craig65
Disliked
{quote} Phylo how do I setup your ma indicator to work when price,not a ma, crosses the ma line? What would be the settings? {file}
Ignored
craigh64 - some copy and paste -> Note: (Fast Period =1, Fast Method = 0 = Simple MA, Fast Shift = 0, Fast Price = 0 = close) = current close price.

Blue: Line Chart.
Yellow: Note: (Fast Period =1, Fast Method = 0 = Simple MA, Fast Shift = 0, Fast Price = 0 = close) = current close price.
Common tab: Chart on foreground -> ticked.
Attached Image (click to enlarge)
Click to Enlarge

Name: terminal_2017-04-15_16-36-43.png
Size: 28 KB

Light Gray and Black: Candlesticks
Yellow: Note: (Fast Period =1, Fast Method = 0 = Simple MA, Fast Shift = 0, Fast Price = 0 = close) = current close price.
Common tab: Chart on foreground -> unticked.
Attached Image (click to enlarge)
Click to Enlarge

Name: terminal_2017-04-15_16-39-04.png
Size: 39 KB

Quoting craig65
Disliked
Phylo what would be the settings for the 200 daily simple moving average. setup for when current price crosses the 200 daily ma?
Ignored
Required settings:
Attached Image

  1. When the indicator is attached to the chart it may appear not to be working because no historical arrows are drawn. Note: The first arrow will appear on the chart at the first cross up or down after the indicator is attached to the chart.
  2. The default MA settings are set for fast testing on a M1 charts with a 7 SMA, and in no way suggest optimum settings. The fast MA is set Period=1, Method = 0(SMA), Shift=0, Price=0(Close). This equates to current price at close.
  3. The user should define preferred settings. Various preferred settings can be saved and loaded via the Inputs tab ► Save Button ► Load Button.

If further information - https://www.mql5.com/en/code/12448

TSLA 123.18, AMZN 84.00 Dec, 22 [246.36, 168.00 xxx, xx]
 
1
  • Post #18,587
  • Quote
  • Apr 15, 2017 8:46pm Apr 15, 2017 8:46pm
  •  GoldenEmpire
  • | Joined Mar 2017 | Status: Member | 24 Posts
Hello,

Looking for someone to modify my indicator for push alerts on the buy and sell signals.
Anyone is free to use this indicator is they would like. Currently I am using it on 4hr with 4,10,16 or 2,8,14
Attached File(s)
File Type: mq4 EasyTrendVisualizer.mq4   4 KB | 423 downloads
 
1
  • Post #18,588
  • Quote
  • Edited 9:42pm Apr 15, 2017 8:49pm | Edited 9:42pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,134 Posts
Quoting ab2007
Disliked
Hi Phylo, I have found a good version. I have rename to Pesavento.mq4 with my parameters. They work with the new MT4. So, i don't know if easy for you to modify the code with this instruction. I put my screen. The yellow circle represent when the value 0.618, 0.786, 1.272 and 1.618 was found. So this is the instruction: If ONLY the value 0,618, 0,786, 1,272 and 1,618 appear. I would like the SetIndex 0 would be the 999 ELSE The SetIndex 0 is always 0 Thank! Benoit {image} {file} {file}
Ignored
ab2007 - I don't understand reference in your post - 1 would like the SetIndex 0 would be the 999 ELSE The SetIndex 0 is always 0.

This is not clear - SetIndex... code references are:

SetIndexDrawBegin
SetIndexEmptyValue
SetIndexLabel
SetIndexShift
SetIndexStyle

My understanding is you are trying to isolate Pesavento pattern/s in the indicator but your description appear incomplete.

.mql4 gartely aka pasavento aka ZUPp148 originate from article -> ZUP - UNIVERSAL ZIGZAG WITH PESAVENTO PATTERNS. PART 2 - https://www.mql5.com/en/articles/1470.

ZUP_v63 & 64 at the end of the article have many errors and do not work.

These indicator variants are 9,100 lines with hundreds of lines of documentation in a non English language.

My time allocation allows only quick relatively easy edits as entertainment-education diversions between other demands. I am not intimately familiar with gartley and harmonic ratios.

Suggestion: Study the above referenced article which well illustrates pesavento patterns and as reference approached contributing coders familiar with the indicator code at the relevant FF or otherwise threads.
TSLA 123.18, AMZN 84.00 Dec, 22 [246.36, 168.00 xxx, xx]
 
 
  • Post #18,589
  • Quote
  • Apr 16, 2017 12:04am Apr 16, 2017 12:04am
  •  GoldenEmpire
  • | Joined Mar 2017 | Status: Member | 24 Posts
The previous indicator I posted I would also like to be converted into an EA. I would like the following specifications for the EA if someone is willing.

1. Take Profit
2. Stop Loss
3. Trailing Stop
4. Anti Martingale - with its own TP, SL, and TSL for the anti martingale positions.
5. Trades Open Limit for the Anti Martingale
6. Trades Open Limit for the original strategy

If anyone is able to assist this would be greatly appreciated.
Thank you!
 
 
  • Post #18,590
  • Quote
  • Edited 12:56am Apr 16, 2017 12:15am | Edited 12:56am
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,134 Posts
Quoting hjs69
Disliked
Hi All, Can some one help me, or code a area chart for mt4, I have been looking all over and seems there is none. If it can be done please help me to code a area chart. Thankz{image}
Ignored
Here's a quick hack if anyone doesn't come up with something else..
I'll look further into it later - this should work without fault - it just has excess code that needs trimming
For solid color increase the area fill line width.
Attached Image (click to enlarge)
Click to Enlarge

Name: terminal_2017-04-16_04-07-03.png
Size: 26 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: terminal_2017-04-16_04-52-21.png
Size: 21 KB
Attached File(s)
File Type: ex4 Chart_Price_Area_test build.ex4   10 KB | 249 downloads
TSLA 123.18, AMZN 84.00 Dec, 22 [246.36, 168.00 xxx, xx]
 
 
  • Post #18,591
  • Quote
  • Apr 16, 2017 1:10am Apr 16, 2017 1:10am
  •  GoopFX
  • | Commercial Member | Joined Feb 2016 | 43 Posts
Quoting zackery
Disliked
{quote} Thats very interseting. But how do you get the Indi work with lines UP? All my lines are just straight. Thanks for an info about the settings. Reg.Zack
Ignored
i was disappointed too at first but then i made "false" one of the parameters called "restDefaultTimeframevalues" make it "false" not true.. and you'll see slope channel lines. I wish some coder can build other direction slope lines so we could have like a "grid" similar to gann's grid indicator, that would show confluence levels to enter/exit. Also make lines ray extended. If any programmer can calculate opposite direction fractals to from other direction slope, it would make things more spicy n interesting lil effort.

btw, there is a secondary indicator to this one called level trading 123 (this draws str8 horizontals - good S/r levels) i am attaching below. combining 2 indicators looks interesting.

and another superb indicator "levelator" which identifies slope (linear regression based) 4 quadrants also help identify bias n bounce levels., this one is good cuz it doesnt repaint!! solid slope i seen price bounce on its levels.
Attached File(s)
File Type: mq4 level_trading_123.mq4   11 KB | 453 downloads
File Type: mq4 Levelator.mq4   5 KB | 496 downloads
 
1
  • Post #18,592
  • Quote
  • Apr 16, 2017 2:00am Apr 16, 2017 2:00am
  •  GoopFX
  • | Commercial Member | Joined Feb 2016 | 43 Posts
Hi programmers, another good Trendline indicator (old) showing error on current mt4. I think its based on 3rd touch, if someone can remove errors so it can work on current MT4, will appreciate thx
Attached Image (click to enlarge)
Click to Enlarge

Name: TrendlineX Screenshot.jpg
Size: 37 KB
Attached File(s)
File Type: mq4 TrendLineX.mq4   11 KB | 811 downloads
 
 
  • Post #18,593
  • Quote
  • Apr 16, 2017 11:21am Apr 16, 2017 11:21am
  •  5aztv88
  • | Membership Revoked | Joined Sep 2014 | 249 Posts
i have two non repaint indicators that draw arrows for buy and sell . can anyone make an EA for these indicators ?

Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDH4.png
Size: 54 KB
Attached File(s)
File Type: ex4 buysellforexsecret.ex4   36 KB | 668 downloads
File Type: ex4 buysellwait4.ex4   10 KB | 622 downloads
 
 
  • Post #18,594
  • Quote
  • Apr 16, 2017 1:52pm Apr 16, 2017 1:52pm
  •  poruchik
  • Joined Dec 2006 | Status: Member | 719 Posts
Quoting GoopFX
Disliked
Hi programmers, another good Trendline indicator (old) showing error on current mt4. I think its based on 3rd touch, if someone can remove errors so it can work on current MT4, will appreciate thx {image} {file}
Ignored
---
Attached File(s)
File Type: mq4 TrendLineX.mq4   11 KB | 692 downloads
 
 
  • Post #18,595
  • Quote
  • Apr 16, 2017 3:40pm Apr 16, 2017 3:40pm
  •  GoopFX
  • | Commercial Member | Joined Feb 2016 | 43 Posts
Quoting poruchik
Disliked
{quote} --- {file}
Ignored
thx poruchik.. odd too many trendlines hmm (not to my liking).. i removed the annoying arrows) in this version

reduce some lines by reducing numbers of "barsback" but still im not feeling it.

can someone enable 'rays on these trendlines" within indicator? otherwise its no use
Attached File(s)
File Type: mq4 TrendLineX(without arrows).mq4   11 KB | 545 downloads
 
 
  • Post #18,596
  • Quote
  • Apr 16, 2017 4:06pm Apr 16, 2017 4:06pm
  •  GoopFX
  • | Commercial Member | Joined Feb 2016 | 43 Posts
found an indicator (not loading on current mt4, errors) must be old mt4 based.. name shows it draws andrews pitchfork. Andre w pitchfork is a good tool to have.. if someone can fix the errors allowing it to run on current mt4, much appreciated.

thx
Attached File(s)
File Type: mq4 PitchFork_A.mq4   29 KB | 364 downloads
 
 
  • Post #18,597
  • Quote
  • Apr 16, 2017 6:19pm Apr 16, 2017 6:19pm
  •  metta87
  • | Joined Jul 2012 | Status: Member | 1,168 Posts | Online Now
Quoting ekud87
Disliked
Manage operations whit EA (Risk-Reward based) Good morning everyone. Does anyone know if there is any E.A. To manage open operations? For example. When the operation reaches RR 1:1, move the stoploss to breakeven. When the operation reaches RR 1:2, move the stoploss to secure the 1:1 etc. Thank you very much for your contributions and your time.
Ignored
yeah can anyone do this ?
 
 
  • Post #18,598
  • Quote
  • Apr 16, 2017 6:35pm Apr 16, 2017 6:35pm
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,581 Posts | Online Now
Quoting GoopFX
Disliked
found an indicator (not loading on current mt4, errors) must be old mt4 based.. name shows it draws andrews pitchfork. Andre w pitchfork is a good tool to have.. if someone can fix the errors allowing it to run on current mt4, much appreciated. thx {file}
Ignored
Search before ask !!
read and solve
https://www.forexfactory.com/showthread.php?t=470340
Say something meaningful or Silence!!
 
 
  • Post #18,599
  • Quote
  • Apr 16, 2017 8:52pm Apr 16, 2017 8:52pm
  •  GoopFX
  • | Commercial Member | Joined Feb 2016 | 43 Posts
Quoting classy
Disliked
{quote} Search before ask !! read and solve https://www.forexfactory.com/showthread.php?t=470340
Ignored
thanks classy, i tried it, it works. just have to re-hit the new meta-editer to re-enable latest one as default. But it does the job good thinking
 
 
  • Post #18,600
  • Quote
  • Apr 16, 2017 9:16pm Apr 16, 2017 9:16pm
  •  Roddo
  • | Joined Jul 2009 | Status: Member | 59 Posts
Hello,
Can anybody help me with a timer, I can find all types of timers but they are all based on Candle time.
Basically I need a trade timer that counts down from the time I enter a trade to zero then stops at zero.
For example I want to open a trade for 1hr so I enter 3600 seconds.
I have tried many different ways to do this but when I start the timer it will start at what the real time is and
count up.
Thank you.
Roddo
Attached File(s)
File Type: mq4 Time-Examples.mq4   4 KB | 246 downloads
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 928929Page 930931932 2923
    • 1 Page 930 2923
13 traders viewing now, 4 are members:
Invisible
,
McTrader96
,
classy
,
erex
  • 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