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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Coding robots and indicators in C# for no charge (cTrader API) 181 replies

Oanda MT4 - Indicators and EAs not showing 1 reply

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

Need help to code EAs for MT4 and MT5 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 20362037Page 203820392040 2221
  • 1 Page 2038 2221
  •  
  • Post #40,741
  • Quote
  • Edited at 7:44am Oct 27, 2020 4:56am | Edited at 7:44am
  •  BitcoinBoff
  • | Joined Aug 2019 | Status: Member | 227 Posts
looking for a horisontal line indicator that can do the following :

User must be able to enter price value, as well as start time and end time of line.

Indicator must from there put three lines on and bottom of centre line, each 20 points away from each other.

Indicator must also put the 10 points centres between each two 20 point lines

All these lines must follow start and end time of centre line.

20 and 10 lines must be able to change line thickness , colour and type if possible

See attached indi, much like this one, just with extra values as described, and possible to anchor on a candle of my choice, if possible
Attached File
File Type: mq4 0 - H-Lines Targets v1.0.mq4   10 KB | 61 downloads
  • Post #40,742
  • Quote
  • Oct 27, 2020 6:53am Oct 27, 2020 6:53am
  •  Pett
  • | Joined Jan 2018 | Status: Member | 20 Posts
Quoting BlueRain
Disliked
{quote} Don't make things complicated more than it should. Doing so many loops.. hard to read and hard to maintain. I would do this way: for (int i=100; i>=1; i--) { ChekPattern1(i); //submodule for pattern 1 CheckPattern2(i); //submodule for pattern 2 ..... CheckPattern1000(i); //submodule for pattern 1000 } void CheckPattern1(int i) { if ( close[i+3] > Open[i+3] && close[i+2] > Open[i+2] && close[i+1] > Open[i+1] && close < Open ) { //pattern 1 confirmed //do something with this pattern } } void CheckPattern2(int i) { if ( (conditions for...
Ignored
@BlueRain, this is Brilliant!! I hadn't even considered using different modules/functions for pattern detection. Your approach is way more easier and straight forward. Thank you for pointing me in this direction.
  • Post #40,743
  • Quote
  • Edited at 10:05am Oct 27, 2020 8:51am | Edited at 10:05am
  •  Viki84
  • Joined Mar 2019 | Status: Member | 160 Posts
Quoting BlueRain
Disliked
{quote} Here you have it. You have option to show OpenClose only or all cols. This will be final...I won't change any more. {image} {file}
Ignored
Dear BlueRain! Can u help me out? I only need modification to give me a pop up window and notification on mt4 every time the candle hit R2 or S2 in this pivot points indicator! Thank you!!
Attached File
File Type: mq4 All Pivot Points.mq4   45 KB | 57 downloads
Time is your friend; impulse is your enemy! - John Bogle
  • Post #40,744
  • Quote
  • Oct 27, 2020 8:55am Oct 27, 2020 8:55am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,138 Posts | Online Now
my humble request to all master coder please modify attached indicator as i draw manually open ,high, low, close with 3 condition
1. just one candle (options show horizontal line as high-low or open -close)
2.candle number for example if i put 2 than 21h /4h/day/week/mn candle (show horizontal line as high-low or open -close)
smart money always move that high-low level again again to trap bull/bear
i think one image is better than 100 words. thanks in advance.
Attached Image (click to enlarge)
Click to Enlarge

Name: oh lc 1.png
Size: 35 KB
Attached File
File Type: mq4 open_pivot_pluslevels_historical.mq4   7 KB | 71 downloads
Say something meaningful or Silence!!
  • Post #40,745
  • Quote
  • Oct 27, 2020 10:53am Oct 27, 2020 10:53am
  •  ykpuffy07
  • | Joined Jan 2010 | Status: Member | 79 Posts
Hello house,

Trust our day is going well.

Please does anyone have this indicator in the screenshots?
Attached Images (click to enlarge)
Click to Enlarge

Name: a537642427196b09bddbe19da8936c82.png
Size: 307 KB Click to Enlarge

Name: d3dc8cfb636417fc574ad448a8ec4fb7.png
Size: 140 KB
  • Post #40,746
  • Quote
  • Oct 27, 2020 11:19am Oct 27, 2020 11:19am
  •  cortinab
  • | Joined Apr 2015 | Status: Member | 3 Posts
Quoting ElectricSavant
Disliked
The coders generally answer that you need MQ4 files. Have you read any of this thread? Sorry to be the one that told you this. ES {quote}
Ignored

I have read all the threads which is why I have posted here. Maybe I was not clear in what I was asking. i was wanting the indicator created with the requested change. The person who created these indicator is no longer on the forum so it would not be able to modified without the MQ4 file.

So If someone would be wiling to recreated the this type of indicator I would appreciate it. It not, i understand.
  • Post #40,747
  • Quote
  • Oct 27, 2020 1:03pm Oct 27, 2020 1:03pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 828 Posts
Quoting Viki84
Disliked
{quote} Dear BlueRain! Can u help me out? I only need modification to give me a pop up window and notification on mt4 every time the candle hit R2 or S2 in this pivot points indicator! Thank you!! {file}
Ignored
this might be the answer already done.

https://www.forexfactory.com/thread/...ner-alerts-mt4
I still don't know where is the Holy Grail
  • Post #40,748
  • Quote
  • Oct 27, 2020 1:57pm Oct 27, 2020 1:57pm
  •  Mlothisi
  • | Joined Jul 2012 | Status: Junior Member | 2 Posts
Greetings From Sunny South Africa.

The indicator attached is based on the strategy on this link http://forex-strategies-revealed.com/simple/simple-trading-with-daily-range

my request: make the indicator flexible so YOU can chose your own 24hour period and be able to set the % of daily range, currently fixed on 25%.

summary of strategy rules:

You choose your own 24 hour period move - here as an example I will be using 21:00 to 21:00 GMT+1 (my local time).
Mark the High, Low and Close for Selected 24 Hours
For example, the GBPJPY for the last 24 hours was: H138.67 L136.00 and C138.13
Now total movement was (high-low) 267 pips.

You set your Buy and Sell orders 25% of the 267 total move away from the Close price. Therefore, 25% of 267 pips is 67 pips, thus your orders would be:
BUY at 138.80 (Close + 67 pips)
SELL at 137.46 (Close - 67 pips)

Set your TP also only to 25% of the previous days move - in this case also 67 pips. In theory, if the chosen pair then move only 50% of the previous days total move, you profit ...
Set your SL levels 10 pips away from the opposite order.

I have attached a spreadsheet from the original post.

thank you (ngiyabonga)
Quote
Disliked
Lets win, what do we have to lose
Attached Files
File Type: ex4 25Porcent.ex4   89 KB | 81 downloads
File Type: xls FINAL_25_MOVE.xls   127 KB | 57 downloads
  • Post #40,749
  • Quote
  • Oct 27, 2020 2:27pm Oct 27, 2020 2:27pm
  •  Viki84
  • Joined Mar 2019 | Status: Member | 160 Posts
Quoting BlueRain
Disliked
{quote} this might be the answer already done. https://www.forexfactory.com/thread/...ner-alerts-mt4
Ignored
Thank you! I check out!
Time is your friend; impulse is your enemy! - John Bogle
  • Post #40,750
  • Quote
  • Oct 27, 2020 2:39pm Oct 27, 2020 2:39pm
  •  lzer
  • | Joined May 2020 | Status: Member | 9 Posts
Hi everyone .Does anyone have/know the best working script/indicator or EA that auto refreshes all the symbols in the marketwatch , all time frames. Every once in a while I have gaps in the mt4 charts and have to manually refresh or scroll the charts inorder to update them with the missing bars. Manually refreshing takes a lot of time and is very annoying . I have found one script and one indicator which don't work as they should. There are few out there which one is good in your experience?
  • Post #40,751
  • Quote
  • Oct 27, 2020 2:58pm Oct 27, 2020 2:58pm
  •  solorik
  • | Joined Mar 2011 | Status: Member | 62 Posts
Quoting BlueRain
Disliked
{quote} Updated again... {file}
Ignored
millions of thanks my helpful brother
wish you get the best at all
  • Post #40,752
  • Quote
  • Oct 27, 2020 3:09pm Oct 27, 2020 3:09pm
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 722 Posts
Quoting Mlothisi
Disliked
Greetings From Sunny South Africa. The indicator attached is based on the strategy on this link http://forex-strategies-revealed.com...th-daily-range my request: make the indicator flexible so YOU can chose your own 24hour period and be able to set the % of daily range, currently fixed on 25%. summary of strategy rules: You choose your own 24 hour period move - here as an example I will be using 21:00 to 21:00 GMT+1 (my local time). Mark the High, Low and Close for Selected 24 Hours For example, the GBPJPY for the last 24 hours...
Ignored
Hello Dear,

The strategy seems to be promising.
Can you please give an example of USDCAD with a image and excel calculation for better understanding

Providing you all details for calculations of USDCAD

Attached Image


Thanks & Regards
  • Post #40,753
  • Quote
  • Oct 27, 2020 4:16pm Oct 27, 2020 4:16pm
  •  mabooz
  • | Joined May 2016 | Status: Member | 97 Posts
I'm looking for heikin ashi indicator in a separate subwindow with ability to choose time frame.

This should allow me to have multiple heikin ashi of different time frames in same window.

Please help
  • Post #40,754
  • Quote
  • Oct 27, 2020 4:17pm Oct 27, 2020 4:17pm
  •  fxskipper
  • | Joined Aug 2019 | Status: Member | 45 Posts
Hi, this strategy works on manual trading, buy/sell as per UltimateProcalper custom settings, close position as per super-arrow.
It would be nice if someone put together EA as per custom settings, both indicators.
thx!
Attached Image (click to enlarge)
Click to Enlarge

Name: EA.PNG
Size: 111 KB
Attached Files
File Type: ex4 UltimateProScalper.ex4   35 KB | 266 downloads
File Type: ex4 super-arrow-indicator_new.ex4   15 KB | 242 downloads
3
  • Post #40,755
  • Quote
  • Oct 27, 2020 7:56pm Oct 27, 2020 7:56pm
  •  ElectricSavant
  • | Joined Apr 2005 | Status: Member | 531 Posts
Interesting ....does this repaint?

ES

Quoting fxskipper
Disliked
Hi, this strategy works on manual trading, buy/sell as per UltimateProcalper custom settings, close position as per super-arrow. It would be nice if someone put together EA as per custom settings, both indicators. thx! {image} {file} {file}
Ignored
  • Post #40,756
  • Quote
  • Oct 27, 2020 8:01pm Oct 27, 2020 8:01pm
  •  fxskipper
  • | Joined Aug 2019 | Status: Member | 45 Posts
Quoting ElectricSavant
Disliked
Interesting ....does this repaint? ES {quote}
Ignored
ultimate pro scalper doesn't, supper arrow does.
  • Post #40,757
  • Quote
  • Oct 27, 2020 8:07pm Oct 27, 2020 8:07pm
  •  eddie777
  • | Joined Nov 2011 | Status: Member | 42 Posts
HI Coders can anyone convert to MQL4 need to be able to add other pairs and if someone can add 5M TF also would be appreciated
Attached File
File Type: ex4 MT4 X-LIST.ex4   16 KB | 44 downloads
  • Post #40,758
  • Quote
  • Oct 27, 2020 8:24pm Oct 27, 2020 8:24pm
  •  emmy4
  • | Joined Aug 2009 | Status: Member | 100 Posts
Hello Coder's, please help to add OPEN price to this indicator.
Thanks in advance.
Attached File
File Type: mq4 PAMA GannGrid_oscv_Fix 4.3 Alert (1).mq4   48 KB | 48 downloads
  • Post #40,759
  • Quote
  • Oct 27, 2020 8:30pm Oct 27, 2020 8:30pm
  •  ElectricSavant
  • | Joined Apr 2005 | Status: Member | 531 Posts
Thanks again for sharing.

So how do you trade it? When Super Arrow first appears do you exit? Do you like the M5? and do you use these default settings?

ES

Quoting fxskipper
Disliked
{quote} ultimate pro scalper doesn't, supper arrow does.
Ignored
  • Post #40,760
  • Quote
  • Oct 27, 2020 9:13pm Oct 27, 2020 9:13pm
  •  fxskipper
  • | Joined Aug 2019 | Status: Member | 45 Posts
Quoting ElectricSavant
Disliked
Thanks again for sharing. So how do you trade it? When Super Arrow first appears do you exit? Do you like the M5? and do you use these default settings? ES {quote}
Ignored
that's right, exit on first arrow, and settings for other ind. is :
Attached Image (click to enlarge)
Click to Enlarge

Name: usp.PNG
Size: 36 KB
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 20362037Page 203820392040 2221
    • 1 Page 2038 2221
17 traders viewing now, 4 are members:
leonelrichie
,
BlackArt
,
jedds
,
Alifje
  • 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 / ©2021