• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:44pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:44pm
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 54 replies

I will code your pivot EAs for no charge 20 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,934
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 26952696Page 269726982699 2975
  • 1 Page 2697 2975
  •  
  • Post #53,921
  • Quote
  • Aug 23, 2022 8:24am Aug 23, 2022 8:24am
  •  JohnL33
  • | Joined May 2021 | Status: Member | 47 Posts
Quoting BlueRain
Disliked
{quote} Check it out original thread. Button version attached. https://www.forexfactory.com/thread/...7#post14107577 1. Reset Button - this will reset and start from Candle 0 again. You can use this button to restart your R/R. 2. Remove - this will delete Box when you are not using. If needed, click Reset Button again to start over.
Ignored
Thank you...a lot
 
 
  • Post #53,922
  • Quote
  • Aug 23, 2022 9:26am Aug 23, 2022 9:26am
  •  Wally1953
  • | Joined Jun 2010 | Status: Member | 393 Posts
Does an EA exist that will close trade when price closes above/below moving average? Thanks in advance.
"Be the change that you wish to see in the world." --Gandhi
 
 
  • Post #53,923
  • Quote
  • Edited 1:15pm Aug 23, 2022 12:26pm | Edited 1:15pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting jeanlouie
Disliked
{quote} Its this, attached has some small additions Fractals_Custom_Find_Last_x - custom fractal side length - finds the last xth upper/lower fractals - displays a level with price - might be useful to use as sl level or tp level on retracement trades - doesnt include the live bar in finding fractal, so doesnt repaint - option to show regular fractals (does repaint) gif {image} edit - multiple loading pic {image} {file}
Ignored
=========================
https://www.forexfactory.com/thread/...2#post14110162
=========================
Continuing from my previous post

2 : Now when i tested,experimented how i was intended to use 2nd Nfractal and how it is more suitable i get lost on some different price situations as explained by demonstrating picture/s in my previous posts

So the next idea came to my mind like this,may be possible code wise
The HH (highest high) value/price from 1st Nfractal

if 1st Nfractal value/price is > current price
and if 2nd Nfractal value/price is > 1st Nfractal
then place SL Trailing line at 2nd Nfractal to true

else

if 1st Nfractal value/price is > current price
and if 2nd Nfractal value/price is < 1st Nfractal
then place SL Trailing line at HH (highest high) Nfractal in back history (whereever it is)
AS shown in example picture
Attached Image (click to enlarge)
Click to Enlarge

Name: Highest high explained.png
Size: 26 KB
 
 
  • Post #53,924
  • Quote
  • Aug 23, 2022 1:12pm Aug 23, 2022 1:12pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,493 Posts
Quoting mntiwana
Disliked
{quote} "SL Trailing by Fractal"...
Ignored
The issue with choosing the last xth fractal as a sl level is that the fractals are not based on higher or lower values. So in your pics there can be a case where a sell entry is way higher than any fractal, and its up to the user to decide what to do.

Fractal_Custom_Find_SL
- option to find a suitable sl, anything higher/lower than the previous completed candle plus a point margin

pic of what is meant by point maring above/lower than the previous candle
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 1 KB


eg pic, for buys, nearest fractal lower than the previous completed candle is found as a suggested sl
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 4 KB

eg pic, for sells, nearest fractal higher than the previous completed candle is found as a suggested sl
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 3 KB
Attached File(s)
File Type: ex4 Fractals_Custom_Suggest_SL.ex4   18 KB | 127 downloads
 
3
  • Post #53,925
  • Quote
  • Aug 23, 2022 1:27pm Aug 23, 2022 1:27pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting jeanlouie
Disliked
{quote} The issue with choosing the last xth fractal as a sl level is that the fractals are not based on higher or lower values. So in your pics there can be a case where a sell entry is way higher than any fractal, and its up to the user to decide what to do. Fractal_Custom_Find_SL - option to find a suitable sl, anything higher/lower than the previous completed candle plus a point margin pic of what is meant by point maring above/lower than the previous candle {image} eg pic, for buys, nearest fractal lower than the previous completed candle is...
Ignored
Hi jeanlouie
Thanks for your valued time investing and helping me to find a way using fractal for SL Trailing
trying reading and understanding how you described
and will see and exercise how your new idea work
will back with my findings -
regards
 
 
  • Post #53,926
  • Quote
  • Aug 23, 2022 1:51pm Aug 23, 2022 1:51pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting jeanlouie
Disliked
{quote} The issue with choosing the last xth fractal as a sl level is that the fractals are not based on higher or lower values. So in your pics there can be a case where a sell entry is way higher than any fractal, and its up to the user to decide what to do. Fractal_Custom_Find_SL - option to find a suitable sl, anything higher/lower than the previous completed candle plus a point margin pic of what is meant by point maring above/lower than the previous candle {image} eg pic, for buys, nearest fractal lower than the previous completed candle is...
Ignored
Hi jeanlouie
I agree with your idea and suggestion
1: i had in back mind about pips/points distance back from the SL Trailing but i was keeping it for my 3rd extension as additional safety (final ver),means when 2nd phase done,in case sell order (the 2nd Nfractal if it is higher than 1st Nfractal)
or
any highest high value from the 1st Nfractal (in case when 2nd Nfractal is lower than 1st Nfractal)
--------------------------------------------------------------------------------------------------------------
And the suggestion or the idea regarding "nearest fractal lower/higher" - in both cases i doubts the SL is yet staying too close the order opening price,so there are more chances order stopped out in loss if and when price hit a little back - i am talking about long term trading

================================================================================
Meanwhile do you think,something other than "fractal" can possibly serve better than fractal for SL Trailing,for example SRs,previous HIGHs LOWs,Donchian channel or anything else
According to my poor understanding "fractal" is the ever best choice as it serving and finding very close HIGHs LOWs in a logical way
 
1
  • Post #53,927
  • Quote
  • Aug 23, 2022 3:13pm Aug 23, 2022 3:13pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,493 Posts
Quoting mntiwana
Disliked
{quote}...something other than "fractal" can possibly serve better than fractal for SL Trailing,for example SRs,previous HIGHs LOWs,Donchian channel or anything else According to my poor understanding "fractal" is the ever best choice as it serving and finding very close HIGHs LOWs in a logical way
Ignored
Of what you mentioned, donchian channel is the simplest, very straightforward, and least sensitive to noise I'd say. Fractals is just any candle formation where the middle candle is highest/lowest. Increasing the fractal period can also start missing reasonable levels because the specific candle formation isn't met, but increasing the period also makes it similar to a donchian channel anyway. BBstop also comes to mind.
 
 
  • Post #53,928
  • Quote
  • Aug 23, 2022 3:32pm Aug 23, 2022 3:32pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting jeanlouie
Disliked
{quote} Of what you mentioned, donchian channel is the simplest, very straightforward, and least sensitive to noise I'd say. Fractals is just any candle formation where the middle candle is highest/lowest. Increasing the fractal period can also start missing reasonable levels because the specific candle formation isn't met, but increasing the period also makes it similar to a donchian channel anyway. BBstop also comes to mind.
Ignored
Thanks for taking time and interestingly suggestion your observations
as far BB Stop,i tested mostly (there are a lot of variations of it) and it is cutting/breaking the high/low wicks happly,means not taking consideration of high and low tips where usually the fractal and sr stays
any way,yet trying to find something instead
thanks for your inputs
regards
 
 
  • Post #53,929
  • Quote
  • Aug 23, 2022 4:56pm Aug 23, 2022 4:56pm
  •  hubertolie
  • | Joined Jun 2016 | Status: Member | 28 Posts
Quoting cja
Disliked
{quote} {file} {image}
Ignored
Hi cja...please i need your help with this indicator ...

Hi, chief, please can you look at this indicator and see if some of these properties can be edited into it,
(it probably would be one of the best fractal indicators once)

1... adjustable/extendable Lines (using Trendlines horizontally) from the fractal points instead of the arrows

2. option to choose how many fractal lines can appear in the past ..eg ... show only the last n ( n =3 or n=4) past fractal lines
(trendlines from the candle tip extended to screen end far right)

3.. only updates fractal lines after candle close... (no fractal line on the candle before the current candle or on the current candle, as a fractal point, is only confirmed after candle close)

4... fractal lines update as the market price moves forward, (deleting previous ones) while keeping the last 3 or 4 fractal updated lines constant on the chart

posted picture below ....thanks chief
Attached Image (click to enlarge)
Click to Enlarge

Name: XAUUSD (2).png
Size: 20 KB
Attached File(s)
File Type: mq4 Fractals - adjustable period & alerts & price labels mtf (1) (1).mq4   10 KB | 60 downloads
 
 
  • Post #53,930
  • Quote
  • Aug 23, 2022 8:32pm Aug 23, 2022 8:32pm
  •  otea
  • | Joined Oct 2010 | Status: Member | 10 Posts
Dear all, please, I need an EA based on the Step Stochastic 2.1 by Mladen. When put on a higher timeframe, especially at least 2tf higher, it catches a lot of trends on the current timeframe. I will be grateful for any assistance.
Attached Image (click to enlarge)
Click to Enlarge

Name: Volatility 75 (1s) IndexM1.png
Size: 6 KB
 
 
  • Post #53,931
  • Quote
  • Aug 23, 2022 10:51pm Aug 23, 2022 10:51pm
  •  AngieT
  • | Joined Apr 2018 | Status: Member | 100 Posts
Quoting otea
Disliked
Dear all, please, I need an EA based on the Step Stochastic 2.1 by Mladen. When put on a higher timeframe, especially at least 2tf higher, it catches a lot of trends on the current timeframe. I will be grateful for any assistance. {image}
Ignored
Hi like to see the indicator if yu have the mt4

thanks
https://www.forexfactory.com/attachm...l?d=1661301117
 
 
  • Post #53,932
  • Quote
  • Aug 24, 2022 12:44am Aug 24, 2022 12:44am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting AngieT
Disliked
{quote} Hi like to see the indicator if yu have the mt4 thanks {image}
Ignored
AngieT
I doubts this could be it -
the lowest sw
PS : slope coloring can be fixed accordingly

Attached Image (click to enlarge)
Click to Enlarge

Name: Volatility 75 (1s) IndexM1-step stoch.png
Size: 23 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: p-default.png
Size: 76 KB
Attached File(s)
File Type: ex5 Step stochastic 2.1.ex5   38 KB | 53 downloads
 
 
  • Post #53,933
  • Quote
  • Aug 24, 2022 12:45am Aug 24, 2022 12:45am
  •  siglot
  • | Joined Sep 2020 | Status: Member | 84 Posts
Good day house,

There is this great tool (https://www.mql5.com/en/market/produ...Main+Rating006) i have always fallen in love with and bought on MQL site but to my greatest dismay, i stumbled upon it in a Telegram channel.

So now my concern now is this, if MQL was supposed to be the best service to encrypt your intellectual property and one can still decode your EA's or Indicators then what's the best option to protect one's work without it being abused by some nefarious entity on the web.

I will like experts in the house to share practical and best practices.

Thanks...
Live and Let Live
LiBra All Time Return: na
 
 
  • Post #53,934
  • Quote
  • Aug 24, 2022 12:50am Aug 24, 2022 12:50am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting otea
Disliked
Dear all, please, I need an EA based on the Step Stochastic 2.1 by Mladen. When put on a higher timeframe, especially at least 2tf higher, it catches a lot of trends on the current timeframe. I will be grateful for any assistance. {image}
Ignored
The one you talking about,no doubts it is reliable code in every sense but regarding HTF (higher time frame) indicator on lower TF chart can repaint till the last belonging bar of the applied TF completed - except the real mtf versions
regarding ea experts can better reply you -
 
 
  • Post #53,935
  • Quote
  • Edited 1:35am Aug 24, 2022 12:59am | Edited 1:35am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting siglot
Disliked
Good day house, There is this great tool (https://www.mql5.com/en/market/produ...Main+Rating006) i have always fallen in love with and bought on MQL site but to my greatest dismay, i stumbled upon it in a Telegram channel. So now my concern now is this, if MQL was supposed to be the best service to encrypt your intellectual property and one can still decode your EA's or Indicators then what's the best option to protect one's work without it being abused by some nefarious entity on the web. I will like experts...
Ignored
No last word in the computing world,anything can be happen at any time and all possible chances are there
 
 
  • Post #53,936
  • Quote
  • Aug 24, 2022 1:39am Aug 24, 2022 1:39am
  •  siglot
  • | Joined Sep 2020 | Status: Member | 84 Posts
Quoting mntiwana
Disliked
{quote} No last word in the computing world,anything can be happen at any time and all possible chances are there
Ignored
So with your own expertise and experience, what will you do to maximize the security of your intellectual property considering the fact that there's no 100% guarantee.
Live and Let Live
LiBra All Time Return: na
 
 
  • Post #53,937
  • Quote
  • Aug 24, 2022 1:46am Aug 24, 2022 1:46am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,392 Posts
Quoting siglot
Disliked
{quote} So with your own expertise and experience, what will you do to maximize the security of your intellectual property considering the fact that there's no 100% guarantee.
Ignored
If you like explain more what you want to do,share,post - may be i can say something,i do not know what actually you want and do
 
 
  • Post #53,938
  • Quote
  • Aug 24, 2022 2:14am Aug 24, 2022 2:14am
  •  siglot
  • | Joined Sep 2020 | Status: Member | 84 Posts
Quoting mntiwana
Disliked
{quote} If you like explain more what you want to do,share,post - may be i can say something,i do not know what actually you want and do
Ignored
Ok this is it, I have an EA I paid a developer to build for me and I will like to share publicly to people for free but at the same time, I don't want my work pirated by people.
So what's your best recommendation
Live and Let Live
LiBra All Time Return: na
 
 
  • Post #53,939
  • Quote
  • Aug 24, 2022 2:47am Aug 24, 2022 2:47am
  •  eess
  • Joined Feb 2021 | Status: Member | 476 Posts
Quoting siglot
Disliked
{quote} Ok this is it, I have an EA I paid a developer to build for me and I will like to share publicly to people for free but at the same time, I don't want my work pirated by people. So what's your best recommendation
Ignored
If you share something publicly, there's always the risk of it being pirated even for ex4 file. Although it is virtually impossible or difficult to decompile ex4/ex5 files nowadays, but if the logic of how it works is known to people, it isn't difficult to ask or pay another person with coding knowledge to reproduce the same thing from scratch. So if you don't want any risk, then don't share it publicly.
 
 
  • Post #53,940
  • Quote
  • Aug 24, 2022 4:05am Aug 24, 2022 4:05am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 15,083 Posts
see the line label in the two screenshots

how can i code this in the first image
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: EURUSDH1.png
Size: 13 KB
Click to Enlarge

Name: TEST.png
Size: 10 KB
Indicators on my chart help me guess the trade they do not guarantee result
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 26952696Page 269726982699 2975
    • 1 Page 2697 2975
25 traders viewing now, 6 are members:
Invisible
,
privatefr
,
Marcus05
,
dexterous
,
Fiox89
,
Pepito
  • 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