• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:25am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:25am
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
  • 41,040
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 26452646Page 264726482649 2982
  • 1 Page 2647 2982
  •  
  • Post #52,921
  • Quote
  • Jun 30, 2022 8:23pm Jun 30, 2022 8:23pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,496 Posts
Quoting danerius
Disliked
{quote} ...
Ignored
Quote
Disliked
Bid/Ask. High, Low, Open etc are more like Close.
- yes, bid/ask are single values, open/high/low/close[] are timeseries indexed arrays of price data on the chart

Quote
Disliked
added the [] and it helped a bit with the errors but not completely. Using Close[i] didnt help either.
- its an array, you get the value in the [index] you ask for
- i hasnt been declared anywhere, it has no meaning
- read the code line out loud to yourself, it wont make sense, ie

  1. make something equal to close, but close is a whole array and not a single value
  2. make something equal to close[], but [] is empty, there is no index reference
  3. make something equal to close[i], but i is a variable that hasn't been declared anywhere or even set to any number value

- when youre coding something you have to be very specific, there is no vagueness, you need to make clear instructions that have no room for interpretation

 
 
  • Post #52,922
  • Quote
  • Jun 30, 2022 10:18pm Jun 30, 2022 10:18pm
  •  cowbearcar
  • | Joined Nov 2015 | Status: Member | 71 Posts
I need an EA for Follow rules.

BUY when ADXm Arrow with period 7, Color line cross over BB (levdn) and All the BB value (levup and levdn) below zero in value.

SELL when ADXm Arrow with period 7, Color line cross below BB (levup) and All the BB value (levup and levdn) above zero in value.

Exit to take BUY profit by Schaff TC Cycle cross below 80 OR above SELL signal on ADXm
Exit to take SELL profit by Schaff TC Cycle cross above 20 OR above BUY singal on ADXm

Download link for ADXm Arrow
https://www.best-metatrader-indicato...ndicateur-mt4/

Download link for Schaff TC Cycle
https://www.mql5.com/en/code/7356
Attached Image (click to enlarge)
Click to Enlarge

Name: USDJPY_M15_ADXm_Schaff_TC_Compare.png
Size: 15 KB
 
 
  • Post #52,923
  • Quote
  • Jul 1, 2022 2:24am Jul 1, 2022 2:24am
  •  RedMoon214
  • | Joined Jun 2022 | Status: Junior Member | 4 Posts
Hi everybody

I'd like to find an MT4 indicator whith open price and open range. Do you have it or if someone can create this ?
You can look on graph that the price react on the Line (Time Frame M1).

Parameters with on/off option and label if it's possible :

1- On/Off open price at hh:mm with line parameters = for example 15h30 on graph (white line)
2- On/Off Delay of open range in hh:mm with rectangle and line parameters = for example first 15 minutes on graph (Violet rectangle and green/red line)
3- On/Off first minute on graph (red rectangle)
4- On/Off extended line of OPR with % parameters 4 below OPR and 4 above = +-100 +-200 +-300 +-400 on graph (white lines)

Thanks a lot
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.jpg
Size: 450 KB
 
 
  • Post #52,924
  • Quote
  • Jul 1, 2022 3:32am Jul 1, 2022 3:32am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,306 Posts
Quoting RIKc
Disliked
{quote} added arrows for closing price. {file}
Ignored
Thanks so much very nice one pls i think the arrow should alert but it did not please is it possible?Kindly assist.
 
 
  • Post #52,925
  • Quote
  • Jul 1, 2022 3:51am Jul 1, 2022 3:51am
  •  jega2007
  • | Joined Mar 2016 | Status: Member | 106 Posts
hello coders pls edit this breakout ea

this ea buy or sell instantly when trigger pips crossed but

i want trigger pips crossed and then buy or sell when bar closed



please help me
thanks
Attached File(s)
File Type: mq4 GoodBoy's Pipholic_SR auto trading robot by Steve Hopwood.mq4   50 KB | 118 downloads
 
 
  • Post #52,926
  • Quote
  • Jul 1, 2022 4:07am Jul 1, 2022 4:07am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting cja
Disliked
{quote} Try this I have changed the close logic. {file}
Ignored
Sir please you mentioned that name should not be changed, i dont know if i add name to this version it will work i wish to keep the old version
please kindly advice what to do, or maybe you help to save the new update with different name
 
 
  • Post #52,927
  • Quote
  • Jul 1, 2022 4:19am Jul 1, 2022 4:19am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting Maijin
Disliked
{quote} It is possible that the broker does not allow 0.01 lot, for dow jones often the smallest lot is 0.05.
Ignored
thank you Sir, for sharing idea
 
 
  • Post #52,928
  • Quote
  • Jul 1, 2022 4:25am Jul 1, 2022 4:25am
  •  Kefada
  • Joined Jul 2021 | Status: Member | 143 Posts
Quoting Samalin
Disliked
{quote} thank you Sir, for sharing idea
Ignored
Don't forget to add code to verify your lot size.
https://www.forexfactory.com/thread/...2#post13851252
 
 
  • Post #52,929
  • Quote
  • Jul 1, 2022 4:29am Jul 1, 2022 4:29am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting Kefada
Disliked
{quote} Don't forget to add code to verify your lot size. https://www.forexfactory.com/thread/...2#post13851252
Ignored
Sir please i am a total novice on Code, last time i try to edit the lotsize from the code after changing and compile i saw errors , maybe you can help please, i dont even know where to insert your code in the EA
 
 
  • Post #52,930
  • Quote
  • Jul 1, 2022 4:37am Jul 1, 2022 4:37am
  •  Kefada
  • Joined Jul 2021 | Status: Member | 143 Posts
Quoting Samalin
Disliked
{quote} Sir please i am a total novice on Code, last time i try to edit the lotsize from the code after changing and compile i saw errors , maybe you can help please, i dont even know where to insert your code in the EA
Ignored
This function just checks whether the selected lot size is less or greater than the min or max lot size allowed by the EA. If it is, it changes the lot size to the max or min allowed lot size.

For example, for dow jones often the smallest lot is 0.05. if you had set lot as 0.01 this function will automatically change it to 0.05.

Yes, I could add it for you, if you want your EA to do that. Send me the EA.
 
 
  • Post #52,931
  • Quote
  • Jul 1, 2022 4:50am Jul 1, 2022 4:50am
  •  harunsan
  • | Joined Apr 2022 | Status: Member | 14 Posts
Hello Everyone,

Help add button on/off

Thank you!
Attached File(s)
File Type: mq4 WRB-Hidden-Gap-Improved.mq4   11 KB | 114 downloads
 
 
  • Post #52,932
  • Quote
  • Jul 1, 2022 5:35am Jul 1, 2022 5:35am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting Kefada
Disliked
{quote} This function just checks whether the selected lot size is less or greater than the min or max lot size allowed by the EA. If it is, it changes the lot size to the max or min allowed lot size. For example, for dow jones often the smallest lot is 0.05. if you had set lot as 0.01 this function will automatically change it to 0.05. Yes, I could add it for you, if you want your EA to do that. Send me the EA.
Ignored
https://www.forexfactory.com/thread/...1#post14050141

thank you Sir God bless you
 
 
  • Post #52,933
  • Quote
  • Edited 2:00pm Jul 1, 2022 7:39am | Edited 2:00pm
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting sj9bp20
Disliked
Good afternoon. A little help would be very much appreciated. My knowledge of coding is exactly zero.!! I would like to amend a Stochastic RSI to enable it paint a vertical line on the chart. 1. A red line when the fast (blue) line passes down and closes below the overbought level. 2. A green line when the fast (blue) line passes up and closes above the oversold level. Ideally it would be nice to have the option not to display the Stoch/RSI window itself. I have attached the Stochastic RSI I use and a screenshot of what I would like to achieve....
Ignored
please if possible help to add MTF, no single mtf of this version online i have searched all net including forexstation with all stoch database

finally got it but with NO LINES only arrows
Attached File(s)
File Type: mq5 MTF_Stochastic_RSI.mq5   37 KB | 69 downloads
File Type: mq4 stochastic of rsi (mtf + alerts + arrows).mq4   14 KB | 94 downloads
File Type: ex4 SC MTF Stochastic RSI for MT4 with alert.ex4   94 KB | 72 downloads
 
 
  • Post #52,934
  • Quote
  • Jul 1, 2022 11:58am Jul 1, 2022 11:58am
  •  sj9bp20
  • | Joined Jul 2014 | Status: Member | 331 Posts
Quoting Samalin
Disliked
{quote} please if possible help to add MTF, no single mtf of this version online i have searched all net including forexstation with all stoch database finally got it but with NO LINES only arrows {file} {file}
Ignored

Thats a great find Samalin.
I set the arrows far enough away from the candles to make them easy to see.
A fine addition to my strategy.

Thank you.

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 25 KB
 
 
  • Post #52,935
  • Quote
  • Jul 1, 2022 1:22pm Jul 1, 2022 1:22pm
  •  RIKc
  • | Joined Jun 2017 | Status: Member | 25 Posts
Quoting jega2007
Disliked
hello coders pls edit this breakout ea this ea buy or sell instantly when trigger pips crossed but i want trigger pips crossed and then buy or sell when bar closed please help me thanks {file}
Ignored
need indicator Pipholic_SR
 
 
  • Post #52,936
  • Quote
  • Edited 2:01pm Jul 1, 2022 1:50pm | Edited 2:01pm
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting sj9bp20
Disliked
{quote} Thats a great find Samalin. I set the arrows far enough away from the candles to make them easy to see. A fine addition to my strategy. Thank you. {image}
Ignored
i attach one more on previous post
please how did you manage to make it show on your main chart? mine only remain in subwindow
please can you share how?
 
 
  • Post #52,937
  • Quote
  • Edited 4:14pm Jul 1, 2022 4:02pm | Edited 4:14pm
  •  klm1011
  • Joined Feb 2020 | Status: Member | 2,299 Posts
hi all coders
can anyone make a very light on CPU usage indicator for the below .......its from FF.
+ option for number of bars to look back option....................many thanks
Attached File(s)
File Type: mq4 mtf_ma.mq4   3 KB | 45 downloads
 
 
  • Post #52,938
  • Quote
  • Jul 1, 2022 4:23pm Jul 1, 2022 4:23pm
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting klm1011
Disliked
hi all coders can anyone make a very light on CPU usage indicator for the below .......its from FF. + option for number of bars to look back option....................many thanks {file}
Ignored
can this help?
Attached File(s)
File Type: ex4 MAs_MTF_toggle_v1.5.ex4   90 KB | 64 downloads
File Type: ex4 MA_MTF_x3_wBtn_v1.1.ex4   46 KB | 64 downloads
 
 
  • Post #52,939
  • Quote
  • Jul 1, 2022 4:44pm Jul 1, 2022 4:44pm
  •  klm1011
  • Joined Feb 2020 | Status: Member | 2,299 Posts
Quoting Samalin
Disliked
{quote} can this help? {file} {file}
Ignored
......will test ........ is it light on CPU........?
 
 
  • Post #52,940
  • Quote
  • Edited Jul 2, 2022 2:12am Jul 1, 2022 4:50pm | Edited Jul 2, 2022 2:12am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 663 Posts
Quoting klm1011
Disliked
{quote} ......will test ........ is it light on CPU........?
Ignored
i will not share it if it was high on CPU
if it work for you thanks to jeanlouie
 
1
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 26452646Page 264726482649 2982
    • 1 Page 2647 2982
19 traders viewing now, 2 are members:
Invisible
,
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