• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:32am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:32am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Need help to code EAs for MT4 and MT5 3 replies

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

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 36,455
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 25762577Page 257825792580 2652
  • 1 Page 2578 2652
  •  
  • Post #51,541
  • Quote
  • Mar 22, 2022 5:52am Mar 22, 2022 5:52am
  •  John4y
  • Joined Mar 2021 | Status: Member | 384 Posts
Quoting calisto77
Disliked
I'd like to send some output of an indicator to Excel could someone confirm please if this can be done and if possible, how/where I can start enquiring about it any advice appreciated thanks
Ignored
Yes it's possible
However, all depends on what and how you want to output
 
 
  • Post #51,542
  • Quote
  • Mar 22, 2022 6:08am Mar 22, 2022 6:08am
  •  calisto77
  • | Joined Sep 2015 | Status: Member | 93 Posts
Quoting John4y
Disliked
{quote} Yes it's possible However, all depends on what and how you want to output
Ignored

Hi John4y, i'm thinking perhaps of MA and or Band levels in numbers

numbers would be provided via a dashboard-- don't know how yet
 
 
  • Post #51,543
  • Quote
  • Mar 22, 2022 7:13am Mar 22, 2022 7:13am
  •  thomasz1
  • | Joined Aug 2013 | Status: pips approaching ! | 378 Posts
Quoting mntiwana
Disliked
{quote} ------------------- {quote} ------------------- Yes,you are right some early versions other than the Mladen's ver (you posted) are wrongly coded and resulting some unexpected outcomes I think alternatively you can use some other ver of stoch,there are a lot around,even extended one's for both (mt4/5) - Mladen's coded too dds is not the only and last hope - {image}
Ignored
Yes thank you for your answer, Mladen told me it was in reality just a double smoothed stochastic, so i put the indicator coded correctly in attached files (he did also a version with minimalist setting that correspond to the famous Drake delay, i attach the 2 )

Have a good week guys.
Attached File
File Type: mq5 DSS.mq5   15 KB | 64 downloads
Attached File
File Type: mq5 Double_smoothed_stochastic_1_2.mq5   32 KB | 59 downloads
 
 
  • Post #51,544
  • Quote
  • Edited at 9:48am Mar 22, 2022 8:16am | Edited at 9:48am
  •  pa18
  • | Joined Jan 2009 | Status: Member | 457 Posts
Hey anyone, is there a MT4 indicator that does the following:

Attached Image (click to enlarge)
Click to Enlarge

Name: ff7.png
Size: 60 KB


Just a simple indicator to mark up a vertical blocks on the chart at designated intervals?

Thanks!

Found something. Thanks!
 
 
  • Post #51,545
  • Quote
  • Mar 22, 2022 11:16am Mar 22, 2022 11:16am
  •  mtpakisi
  • | Joined Jan 2020 | Status: Junior Member | 2 Posts
can anybody code me a EA based on this strategy link below (pyramiding Strategy)
https://t.co/SnbP71JsjM
thank you to those that will assist
 
 
  • Post #51,546
  • Quote
  • Mar 22, 2022 1:18pm Mar 22, 2022 1:18pm
  •  subterfuge
  • | Joined Sep 2006 | Status: Member | 89 Posts
is there an indi that highlights bars where the close=their high or low? (so bar closes at the high or low). Maybe make the bar a different colour or something?
 
 
  • Post #51,547
  • Quote
  • Mar 22, 2022 2:10pm Mar 22, 2022 2:10pm
  •  simnz
  • Joined Nov 2015 | Status: Member | 2,518 Posts
Hi Programmers,

I am blue color blind, so can you please insert a color change option for the attached indicator for text appearing at the bottom of the chart..

Thank you,
Attached Image (click to enlarge)
Click to Enlarge

Name: Blue color problem.png
Size: 59 KB
Attached File
File Type: mq4 Freq.mq4   21 KB | 149 downloads
Practice makes a person perfect
 
 
  • Post #51,548
  • Quote
  • Mar 22, 2022 3:36pm Mar 22, 2022 3:36pm
  •  supdemfx
  • | Joined Jan 2021 | Status: Member | 11 Posts
Hi, I would highly appreciate if someone could convert this indicator (https://www.tradingview.com/support/...ints-high-low/) to a MT4 indicator. Thanks!
 
 
  • Post #51,549
  • Quote
  • Mar 23, 2022 7:17am Mar 23, 2022 7:17am
  •  Pawned
  • | Joined May 2019 | Status: Member | 13 Posts
Would it be possible to add alerts after "x" amount of bars have closed for this?
Attached File
File Type: mq4 4_Level_ZZ_Semafor alerts.mq4   33 KB | 94 downloads
 
 
  • Post #51,550
  • Quote
  • Mar 23, 2022 1:56pm Mar 23, 2022 1:56pm
  •  peymansam
  • | Joined May 2020 | Status: Junior Member | 3 Posts
Quoting seregamgl
Disliked
Hello, what kind of indicator is in the basement? {image}
Ignored
hello
good day
did you find this strategy or indicators that is shown in picture?
 
 
  • Post #51,551
  • Quote
  • Mar 23, 2022 3:19pm Mar 23, 2022 3:19pm
  •  Pett
  • | Joined Jan 2018 | Status: Member | 35 Posts
Hello all,

I'm stuck trying to program dynamic arrays within a for loop. The goal is to have two dynamic arrays containing RSI values with an initial size of 8 and then apply a correlation function. If the correlation is > 0.5, break the loop else expand the array size by 1 (i.e. add the RSI value for bar 9) and check correlation. If the condition is not met, add the next RSI value (bar 10) --> correlation check, and so on up until bar 100. Here is my code:

Inserted Code
double eurusd[];
double usdjpy[];
int idx = 8;  //Initial array size
double corr;

 
for(int j=0; j<=100; j++) 
    { 
     ArrayResize(eurusd,idx,100);
     ArrayResize(usdjpy,idx,100);
 
     for(int i=idx-1; i>=0; i--) 
        { 
         eurusd[i] = iRSI("EURUSD",0,14,PRICE_CLOSE,i);
         usdjpy[i] = iRSI("USDJPY",0,14,PRICE_CLOSE,i);
        }      
 
     ArrayResize(eurusd,idx);
     ArrayResize(usdjpy,idx);
     corr = iCorrelation(eurusd,usdjpy,idx-1, 1);
 
      if(corr > 0.5)
           {
           break;
           }
    idx++;
   }

I have tried various iterations of this code and mostly got out-of-range errors although the one posted above hangs MT4. Can someone please help me figure out what I'm doing wrong?

Thanks.
 
 
  • Post #51,552
  • Quote
  • Mar 23, 2022 3:32pm Mar 23, 2022 3:32pm
  •  Pett
  • | Joined Jan 2018 | Status: Member | 35 Posts
Quoting simnz
Disliked
Hi Programmers, I am blue color blind, so can you please insert a color change option for the attached indicator for text appearing at the bottom of the chart.. Thank you, {file} {image}
Ignored
Here you go.
Attached File
File Type: mq4 Freq.mq4   21 KB | 84 downloads
 
1
  • Post #51,553
  • Quote
  • Edited Mar 24, 2022 7:26am Mar 23, 2022 7:20pm | Edited Mar 24, 2022 7:26am
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,247 Posts
Quoting Pett
Disliked
...stuck trying to program dynamic arrays within a for loop. The goal is to have two dynamic arrays containing RSI values with an initial size of 8 and then apply a correlation function. If the correlation is > 0.5, break the loop else expand the array size by 1... up until bar 100...
Ignored
- j<=100 will include 100, which would be 101 loops, remove =
- on first loop at j==0, resize array to initial size idx, initialize as 0 too
- ditch 2nd loop, just put in rsi values into index j with rsi shift j too
- if j<8 then continue after putting rsi values in
- when j>=8 start resizing the array to arraysize(arr,arraylen(arr)+1) before putting new rsi values in the new index spots, or start with arraysize 0 andjust increase the array size by 1 every loop
- when j==7 after the 8th rsi value is put in, the min amount(idx 8) is reached, can go on to check correlation
- correlation condition to break is fine

So something like, untested-

Inserted Code
 
double arr_1[];
double arr_2[];
int size_min = 8;
 
for(int j=0; j<100; j++){
   if(j==0){
      ArrayResize(arr_1,0);//start with 0 size
      ArrayResize(arr_2,0);
      ArrayInitialize(arr_1,0);//if starting with non 0 size
      ArrayInitialize(arr_2,0);
   }
  
   ArrayResize(arr_1,ArraySize(arr_1)+1);//increase size by 1 every loop
   ArrayResize(arr_2,ArraySize(arr_2)+1);
  
   arr_1[j] = iRSI(sym_1,,,,j);//put rsi value in in the new spot
   arr_2[j] = iRSI(sym_2,,,,j);
  
   if(j<size_min-1)continue;//if j is less than size min index, continue next loop from here
                            //if j>=8-1, then 8 or more rsi values exist in the arrays, go on to
  
   if(iCorrelation()>0.5)break;
}
 
1
  • Post #51,554
  • Quote
  • Mar 23, 2022 7:20pm Mar 23, 2022 7:20pm
  •  Traderduke
  • Joined Oct 2009 | Status: Member | 274 Posts
Quoting Traderduke
Disliked
{quote} Ok, I got the trends to show but it takes a lot of time to load & it eats up a lot of CPU. I'm sure I got the syntax screwed up. This was a Mladen indicator. Yes, I know it repaints. Can anybody help me straighten this out? {image} {file}
Ignored
If I load the mq4 it might be easier to help me, Da da da

Attached File
File Type: mq4 4 Level ZZ Semafor mtf alerts -ml-orig-rk-trd.mq4   41 KB | 141 downloads


Attached Image (click to enlarge)
Click to Enlarge

Name: 4 Level & Chaos3L  - 3-23-2022 11-27-39 AM.png
Size: 156 KB
 
1
  • Post #51,555
  • Quote
  • Mar 23, 2022 8:12pm Mar 23, 2022 8:12pm
  •  Ninja1965
  • | Joined Jul 2020 | Status: Junior Member | 4 Posts
Quoting jeanlouie
Disliked
{quote} Updated, separate arrow styling {file}
Ignored
Hi Jeanlouie, I really like your WPR indicator. Please can you set the push-notification and email alerts to TRUE by default for me?
 
 
  • Post #51,556
  • Quote
  • Mar 23, 2022 8:13pm Mar 23, 2022 8:13pm
  •  toddanderson
  • | Joined Jul 2005 | Status: Member | 511 Posts
Can someone explain this indicator to me , how it works, what is it calculating?
Attached Image (click to enlarge)
Click to Enlarge

Name: DC Open.PNG
Size: 55 KB
Attached File
File Type: mq4 DC open.mq4   24 KB | 105 downloads
 
 
  • Post #51,557
  • Quote
  • Mar 23, 2022 9:54pm Mar 23, 2022 9:54pm
  •  Sorobanista
  • Joined Jan 2017 | Status: Member | 442 Posts | Invisible
Hi,
Does anyone know why row numbers 100, 200 do not appear in this indicator?
It is a cci indicator that alerts and uses a moving average.
Attached Image (click to enlarge)
Click to Enlarge

Name: linhas.png
Size: 17 KB
Attached File
File Type: mq4 CCi Ma Cross arrows lines alerts.mq4   26 KB | 98 downloads
Caution, patience and balance.
 
 
  • Post #51,558
  • Quote
  • Mar 24, 2022 4:06am Mar 24, 2022 4:06am
  •  Yashir
  • | Joined Apr 2020 | Status: Member | 70 Posts
Hi All.

I need help regarding my idea. I want to create an Alert on RSI on H4/Daily Time frame. I want a currency pairs alert generates when the RSi on H4/Daily Touches 70 level of RSI same as vice versa if RSI touches 20. Kindly need help on my idea. Regards
 
 
  • Post #51,559
  • Quote
  • Mar 24, 2022 4:38am Mar 24, 2022 4:38am
  •  SystemsTrade
  • | Commercial Member | Joined Feb 2022 | 24 Posts
Quoting Yashir
Disliked
Hi All. I need help regarding my idea. I want to create an Alert on RSI on H4/Daily Time frame. I want a currency pairs alert generates when the RSi on H4/Daily Touches 70 level of RSI same as vice versa if RSI touches 20. Kindly need help on my idea. Regards
Ignored
Is this what you are looking for?
Attached Image


Could even do them for all the indicators, takes like 30secs
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 137 KB



How cool is this .. right !
 
 
  • Post #51,560
  • Quote
  • Mar 24, 2022 6:30am Mar 24, 2022 6:30am
  •  Badguy
  • | Joined Nov 2006 | Status: Member | 303 Posts
Hi SystemTrade

which MQL editor 7 generator you use?

Quoting SystemsTrade
Disliked
{quote} Is this what you are looking for? {image} Could even do them for all the indicators, takes like 30secs {image} How cool is this .. right !
Ignored
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 25762577Page 257825792580 2652
    • 1 Page 2578 2652
12 traders viewing now, 3 are members:
NavidDehdar
,
karrydocks
,
Nod32
  • 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 / ©2022