• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:55pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:55pm
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 42 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,241
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 27442745Page 274627472748 2922
  • 1 Page 2746 2922
  •  
  • Post #54,901
  • Quote
  • Oct 6, 2022 3:55am Oct 6, 2022 3:55am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting PatienceFx
Disliked
we have heard about fib levels now lets look at series using zigzag to draw them till 55 its pure noise and can be avoided 0 1 1 2 3 5 8 13 21 34 55 89 144 233 [ each number is sum of previous two numbers can we put it on chart in dotted line text just right of price
Ignored
I don't get your idea, but maybe look at this one?
Attached File(s)
File Type: mq4 ZigZagy Auto Fibo ALL LEVELS.mq4   51 KB | 106 downloads
 
 
  • Post #54,902
  • Quote
  • Oct 6, 2022 4:03am Oct 6, 2022 4:03am
  •  Mctyler
  • | Joined Jul 2022 | Status: Junior Member | 1 Post
Hello. I'm a beginner coder and right now I'm trying code an ea which places a buy trade after price crossed a 40 period Smooth moving average upwards and formed 10 bars. The sell order is opened when price crossed 40 period Smooth moving average downwards and formed 10 bars. Kindly assist. I'm stuck.
 
 
  • Post #54,903
  • Quote
  • Oct 6, 2022 4:12am Oct 6, 2022 4:12am
  •  Uru
  • | Joined Jan 2019 | Status: Member | 100 Posts
[quote=Tankk;14166560]{quote} aquí te daré una desventaja... teniendo en cuenta que esta es tu versión anterior... probé este induk rápidamente, unos 30 minutos, en el gráfico M1. No vi errores graves, como "división cero" y "salida de matriz", pero hay muchas deficiencias: a partir de entradas inútiles e init(), y terminando con el dibujo de objetos gráficos y modo MTF. ¿Por qué tu color falso no coincide con vertic.lines? [pregunta retórica] en la inicialización, graph.objects congela mi terminal durante 1-2 segundos . La práctica muestra que 6-7 induks tan pesados en diferentes gráficos pueden conducir a la congelación parcial permanente de MT4 durante varios minutos, especialmente durante noticias económicas importantes. .. carga adicional para MT4.. usar iCustom() para MTF es un truco obsoletoes extraño que todavía no hayas aprendido a escribir un MTF normal y fácil. no habría ninguna razón para considerar este induk, pero el problema es que muchas de estas deficiencias/fallos/errores también se encuentran en sus nuevos indicadores. no seas como el avestruz y programa mejor PS хотя кому я объясняю!? кажется, младенец безнадёжен {imagen} {imagen} {archivo}[/cita]
Hello Tankk, I made a video with the indicator you published, can you solve it?, a cyber hug, I hope it reaches you, thanks.
Attached File(s)
File Type: rar Rec_33.rar   3.0 MB | 53 downloads
 
 
  • Post #54,904
  • Quote
  • Oct 6, 2022 4:21am Oct 6, 2022 4:21am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 14,983 Posts
Quoting BestTraderEv
Disliked
{quote} I don't get your idea, but maybe look at this one? {file}
Ignored
not this one

try this -- flow chart

int z = 0;
int a = 1
loop
a = z + a;
if a > z
draw line a
z = a
repeat

something like that

so for each

21 - line
34 - line
55 - line
89 - line

these values are in pips from zigzag high or low whatever was last
Indicators on my chart help me guess the trade they do not guarantee result
 
 
  • Post #54,905
  • Quote
  • Oct 6, 2022 4:53am Oct 6, 2022 4:53am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting rayscentro
Disliked
I am looking for ea that uses 3 custom indicators ' chinetti arrows chinetti trend lines tfa true stochastic buy tfa is green trend line is green green arrow with a trailing stop sell tfa is red trend line is orange orange arrown {file} {file} {file}
Ignored
TFA True Stochastic.ex4 not working, gets removed from chart immediatelly.
Can't fix if no mq4 file.
And can't find a free one on the webs....
Ain't gonna buy it!!!
 
 
  • Post #54,906
  • Quote
  • Oct 6, 2022 6:23am Oct 6, 2022 6:23am
  •  mchl13
  • | Joined Aug 2018 | Status: Member | 131 Posts
Hello,

which has this EA

EA coded by FerruFx ChartTraderv2.00

Thank,s
 
 
  • Post #54,907
  • Quote
  • Edited 9:06am Oct 6, 2022 6:26am | Edited 9:06am
  •  FCKm1n3
  • | Joined Mar 2013 | Status: Junior Member | 4 Posts
Hello again

may someone help me with this indicator?

Sir BlueRain had changed my code from EA to Indicator, but there are still problems with the indicator and shortcomings
1. the indicator only displays a maximum of 6 boxes (days) back for high and low at the specified hour
2. other indicators that I added to the same chart can't be displayed

another request of me, could you add this in the input parameter:
1. colour of the box
2. range between high and low below or above the boxes
3. colour and size of the range text
4. change the price of highs and lows to the right side of the box
5. colour and size of the price

Thank you in advance
Attached File(s)
File Type: mq4 GeraldHighLowV0R1.mq4   12 KB | 53 downloads
 
 
  • Post #54,908
  • Quote
  • Edited 6:56am Oct 6, 2022 6:36am | Edited 6:56am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting PatienceFx
Disliked
{quote} not this one try this -- flow chart int z = 0; int a = 1 loop a = z + a; if a > z draw line a z = a repeat something like that so for each 21 - line 34 - line 55 - line 89 - line these values are in pips from zigzag high or low whatever was last
Ignored
I don't feel this one, but I made you another nice tool:

This one works OnClick!
You just click on a candle, between High and Low, to plot the lines.
You delete the set of 2 lines by clicking on the Close line!
Attached File(s)
File Type: mq4 V_Line_Close_MTF_OnClick.mq4   7 KB | 87 downloads
 
 
  • Post #54,909
  • Quote
  • Oct 6, 2022 6:39am Oct 6, 2022 6:39am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting Mctyler
Disliked
Hello. I'm a beginner coder and right now I'm trying code an ea which places a buy trade after price crossed a 40 period Smooth moving average upwards and formed 10 bars. The sell order is opened when price crossed 40 period Smooth moving average downwards and formed 10 bars. Kindly assist. I'm stuck.
Ignored
You need to get the time of the candle which crossed the MA and count 10 candles from it, and check if they are below, or above MA.
 
 
  • Post #54,910
  • Quote
  • Oct 6, 2022 7:32am Oct 6, 2022 7:32am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 14,983 Posts
Quoting BestTraderEv
Disliked
{quote} I don't feel this one, but I made you another nice tool: This one works OnClick! You just click on a candle, between High and Low, to plot the lines. You delete the set of 2 lines by clicking on the Close line! {file}
Ignored
completed, this is what i wanted
Attached Image (click to enlarge)
Click to Enlarge

Name: GBPUSDH4.png
Size: 21 KB
Indicators on my chart help me guess the trade they do not guarantee result
 
 
  • Post #54,911
  • Quote
  • Edited 8:01am Oct 6, 2022 7:50am | Edited 8:01am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 14,983 Posts
Quoting PatienceFx
Disliked
{quote} completed, this is what i wanted {image}
Ignored
here is the code for what i did

kindly refine it for both directions in a way that it does not mess the chart

so that others can also use this idea
Attached File(s)
File Type: mq4 SERIES.mq4   2 KB | 95 downloads
Indicators on my chart help me guess the trade they do not guarantee result
 
 
  • Post #54,912
  • Quote
  • Oct 6, 2022 8:23am Oct 6, 2022 8:23am
  •  sol4live
  • | Joined Jan 2009 | Status: Member | 188 Posts
Quoting BestTraderEv
Disliked
{quote} TFA True Stochastic.ex4 not working, gets removed from chart immediatelly. Can't fix if no mq4 file. And can't find a free one on the webs.... Ain't gonna buy it!!!
Ignored

BestTraderEv, please help me out here:

I am learning to code. Here I am trying to convert a pivot indicator to a rolling pivot by copying and pasting. I am stuck with huge errors that I don't know how to solve.

please help me resolve these errors. thanks
Attached File(s)
File Type: mq4 Rolling_Quarterly Pivolt.mq4   39 KB | 54 downloads
Bjos
 
 
  • Post #54,913
  • Quote
  • Oct 6, 2022 9:14am Oct 6, 2022 9:14am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting PatienceFx
Disliked
{quote} here is the code for what i did kindly refine it for both directions in a way that it does not mess the chart so that others can also use this idea {file}
Ignored
This what you had in mind?
Attached Image (click to enlarge)
Click to Enlarge

Name: 2022-10-06_151203.jpg
Size: 177 KB
Attached File(s)
File Type: mq4 SERIES.mq4   4 KB | 75 downloads
You need point adjuster for some instruments, like indices or metals.
 
 
  • Post #54,914
  • Quote
  • Oct 6, 2022 9:19am Oct 6, 2022 9:19am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,355 Posts
Quoting sol4live
Disliked
{quote} BestTraderEv, please help me out here: I am learning to code. Here I am trying to convert a pivot indicator to a rolling pivot by copying and pasting. I am stuck with huge errors that I don't know how to solve. please help me resolve these errors. thanks{file}
Ignored
You have got your "}" brackets mixed up.
You need to find where. I'm not going to do this.
 
 
  • Post #54,915
  • Quote
  • Oct 6, 2022 9:30am Oct 6, 2022 9:30am
  •  sol4live
  • | Joined Jan 2009 | Status: Member | 188 Posts
Quoting BestTraderEv
Disliked
{quote} You have got your "}" brackets mixed up. You need to find where. I'm not going to do this.
Ignored
ok, thanks
Bjos
 
 
  • Post #54,916
  • Quote
  • Oct 6, 2022 10:09am Oct 6, 2022 10:09am
  •  sol4live
  • | Joined Jan 2009 | Status: Member | 188 Posts
Quoting BestTraderEv
Disliked
{quote} You have got your "}" brackets mixed up. You need to find where. I'm not going to do this.
Ignored
I have resolved the errors. Thank you.

But please, it is still not a rolling pivot. What should I add or remove to make it a rolling pivot?
Attached File(s)
File Type: mq4 Rolling_Quarterly Pivolt.mq4   63 KB | 60 downloads
Bjos
 
 
  • Post #54,917
  • Quote
  • Oct 6, 2022 10:51am Oct 6, 2022 10:51am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 630 Posts
please i need help to add vertical lines on this hull average, please kindly share if you have
Attached Image
Attached File(s)
File Type: mq4 hull_moving_average_5_nmc.mq4   8 KB | 105 downloads
 
 
  • Post #54,918
  • Quote
  • Oct 6, 2022 11:05am Oct 6, 2022 11:05am
  •  Clork
  • | Joined Oct 2022 | Status: Junior Member | 10 Posts
Hi guys! I would know if aready someone has posted an EA which is able to open opposite pending order when you place one, then there is the possibility to set the pips distance between them from the actually price. Thanks!
 
 
  • Post #54,919
  • Quote
  • Oct 6, 2022 11:17am Oct 6, 2022 11:17am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 14,983 Posts
Quoting BestTraderEv
Disliked
{quote} This what you had in mind? {image}{file}You need point adjuster for some instruments, like indices or metals.
Ignored
correct

i took the base as week open

we can straddle it on zigzag for dynamic waves

that way we will need to show lines on one side only, so we can visualize to what extent a trend may go
Indicators on my chart help me guess the trade they do not guarantee result
 
 
  • Post #54,920
  • Quote
  • Edited 11:38am Oct 6, 2022 11:22am | Edited 11:38am
  •  Tankk
  • Joined Sep 2021 | Status: ********* | 384 Posts
Quoting Uru
Disliked
the concept of nrp, (for me) at the close of a candle, the signal (arrow) has to remain immovable, and in the next candle with the mathematical formula, it will correct the direction of the signal, I attach the video, in two pairs eurusd and gbpusd, if I'm wrong, I'm interested in learning from you! A hug.
Quoting Uru
Disliked
Hello Tankk, I made a video with the indicator you published, can you solve it?, a cyber hug, I hope it reaches you, thanks.
Ignored
Ignored
i don’t know when you read about "concept of nrp", but almost of all NRP-induks repaint on current unclosed candle = and this is normal
when i was testing this induk in tester & on live chart, i did not see repainting.

shortly.. in this version i repaired a lot of:
removed fake coloring, rewrote MTF, corrected bars counter [trimmed history]..
so yet made work of induk easier..

also i added bar number for arrows, lines, alerts = ArrowBar, LineBar & AlertBar...
for example, you can set ArrowBar=1, and then arrow will not repaint/blink...

rsx nrp mtf + arrows + alerts nmc 1,22

p.s. old version = https://www.forexfactory.com/thread/...0#post14166560
Attached Image (click to enlarge)
Click to Enlarge

Name: rsx nrp mtf + arrows + alerts nmc 1,22_06-10-2022.png
Size: 45 KB
Attached File(s)
File Type: mq4 rsx nrp mtf + arrows + alerts nmc 1,22.mq4   31 KB | 197 downloads
study indicator settings and test it well...
 
3
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 27442745Page 274627472748 2922
    • 1 Page 2746 2922
29 traders viewing now, 2 are members:
emmy4
,
ysewellam
  • 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