• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:54pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:54pm
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,425
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 116117Page 118119120 2650
  • 1 Page 118 2650
  •  
  • Post #2,341
  • Quote
  • May 25, 2013 11:03pm May 25, 2013 11:03pm
  •  suicida
  • | Joined Mar 2013 | Status: Member | 38 Posts
Quoting RedLineFred
Disliked
It will only be false that first time the EA is loaded - is that correct?
Ignored
Yes, what i want it to do is if i already have a trade going when i start, it will wait until a new candle starts and no open trades at that time. After that is just the EA working.

Quoting RedLineFred
Disliked
In summary:

·you don’t care which way the EA trades when it first starts.
Ignored
For the propuse of the test i would like to make an OP_BUY on the first trade

Quoting RedLineFred
Disliked
·if it gets stopped out it will reverse the trade
·if it hits TP it will take profit and re-enter the market at the same price
Ignored
Both are correct and also the pending orders you got it

Hope that i clarify everything, anything more just write here
thanks
 
 
  • Post #2,342
  • Quote
  • May 26, 2013 2:06am May 26, 2013 2:06am
  •  balouf
  • | Joined Jul 2007 | Status: Member | 279 Posts
TRADE WITH THE TREND
A DASHBOARD OVER THE CROSSING OF TWO MOVING AVERAGE

Hi,

I am looking for an indicator which is a dashboard over the crossing of two moving average,
with the possibility to choice the type of moving average and to introduce the type of currency pairs, indexes, commodities.

The dashboard gives signal on M1, M5, M15, M30, H1, H4, Daily, Weekly and Monthly.

When the short moving average crosses up the long, the signal is green.
When the short moving average crosses down the long, the signal is red.
When the short equals the long, the signal is yellow.

The horizontal line : the time frame from M1 to Monthly.
The vertical line : the currency pairs, indexes, commodities.

Then one sees immediately the trend of each currency.

Thank you very much for your help.

(English is not my native language)
 
 
  • Post #2,343
  • Quote
  • May 26, 2013 4:23am May 26, 2013 4:23am
  •  lingsbord
  • | Joined Aug 2009 | Status: Member | 35 Posts
Quoting RedLineFred
Disliked
{quote} The attached EA takes trades, so I assume its not the one you are using to generate your MACD crossover signals.Any chance to send your strategy so i can see what you are looking at?I can create a seperate Alert Indi that does nothing but issue the alert if that helps, but you will ned to be more specific as to when the crossover occurs, what setting are you using?
Ignored
Hi Fred and thanks for the reply.

I'm using 38, 120, 20 on the MACD and taking the cross of the signal line as the signal. The difference is I run on range bars and find that when the market's moving this is a great EA across a wide basket of currency pairs but when the market goes into sideways mode or quiet trading it tends to steadily lose a little so instead of using it as an EA I want to use it as an indicator, generating a pop-up alert to tell me there's a signal which I can then choose to take or not based on market conditions or if trades are likely to fail due to proximity to strong areas of support or resistance. So, wherever I am in the platform I need the box to pop up with the signals regardless of which pairs they're generated on. So, it's a very basic MACD cross but I just want the indicator to tell me each time a cross is made, during the bar in which the signal is created. Hope that makes sense and I'd appreciate any help. Thank you very much.
 
 
  • Post #2,344
  • Quote
  • May 26, 2013 10:01am May 26, 2013 10:01am
  •  RedLineFred
  • Joined Sep 2012 | Status: Member | 326 Posts
Quoting lingsbord
Disliked
{quote} Hi Fred ......... I'm using 38, 120, 20 on the MACD ...........
Ignored
Try this and let me know if it's what you are looking for.
Fred
Attached File
File Type: ex4 RLF_lingsboard.ex4   4 KB | 304 downloads
" check out The Traders Outpost "
 
 
  • Post #2,345
  • Quote
  • May 26, 2013 10:09am May 26, 2013 10:09am
  •  RedLineFred
  • Joined Sep 2012 | Status: Member | 326 Posts
mmaker,

Using your changecolor code, use that variable in the ObjectSetText definition as follows:
bool ObjectSetText(string name, string text, int font_size, string font=NULL, changecolor)

where string changecolor = "Red" in one case or string changecolor = "Green"

before you change the colour delete the text object and then re-create it
ObjectDelete(string name)

Let me know if this works
Fred
" check out The Traders Outpost "
 
 
  • Post #2,346
  • Quote
  • May 26, 2013 10:40am May 26, 2013 10:40am
  •  lingsbord
  • | Joined Aug 2009 | Status: Member | 35 Posts
Quoting RedLineFred
Disliked
{quote}Try this and let me know if it's what you are looking for.Fred {file}
Ignored
Fred I really appreciate you taking the time out to do that for me. I can't thank you enough. I'll run it overnight when the markets open and get back to you.

Can I send you a few quid or a nice bottle of red or something for your trouble?
 
 
  • Post #2,347
  • Quote
  • May 26, 2013 11:31am May 26, 2013 11:31am
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting recidiviste
Disliked
hello good mrg & afthernoon to all please can you kindly help & code a simple indicator mt4 LOGIC: all based on open & close & Weighted close [(open+high+close+close)/4] */signal validated on close of candle */display arrow at open of the next candle */valid in 4 & 5 decimals with no rounding of data Open & Close must be < Weighted close if true on close = VALID SELL = draw sell arrow Open & close must be > Weigthed close if true on close = VALID BUY = draw buy arrow pls see pics here under {image} here under sell signal valid where is the vertical...
Ignored
recidiviste-
I have attached indicator as you requested complete with alerts and email. Let me know if you need any changes.
Attached Image (click to enlarge)
Click to Enlarge

Name: weightedMA.PNG
Size: 44 KB
Attached File
File Type: mq4 FXPT_WeigthedCloseMA_Alertv1.mq4   6 KB | 322 downloads
 
 
  • Post #2,348
  • Quote
  • May 26, 2013 12:00pm May 26, 2013 12:00pm
  •  recidiviste
  • | Commercial Member | Joined May 2009 | 777 Posts
Quoting cyber1
Disliked
{quote} recidiviste-I have attached indicator as you requested complete with alerts and email. Let me know if you need any changes.{image} {file}
Ignored


Thanks very much

very kind of you

i will test n rerevert have a gd weekend
BROKENGLISH
 
 
  • Post #2,349
  • Quote
  • May 26, 2013 1:19pm May 26, 2013 1:19pm
  •  negi_29
  • | Joined Jun 2010 | Status: piphunter | 20 Posts
Quoting negi_29
Disliked
Hi Dear Experts, I want to use the attached Renko indicator with the main chart for that I edited "#property indicator_separate_window" to "#property indicator_chart_window".But after that its can attach with main cart but its not showing up movement bricks.Screenshot attached.Thanks in advance...{file}{image}
Ignored

Still waiting for experts advice.....
 
 
  • Post #2,350
  • Quote
  • May 26, 2013 3:22pm May 26, 2013 3:22pm
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting negi_29
Disliked
{quote} Still waiting for experts advice.....
Ignored
negi_29-
You must delete the indicator from the Main window then drop it on the chart again.
 
 
  • Post #2,351
  • Quote
  • May 26, 2013 10:20pm May 26, 2013 10:20pm
  •  negi_29
  • | Joined Jun 2010 | Status: piphunter | 20 Posts
Quoting cyber1
Disliked
{quote}negi_29-You must delete the indicator from the Main window then drop it on the chart again.
Ignored
Hi,
Tried but same......
 
 
  • Post #2,352
  • Quote
  • May 27, 2013 12:49am May 27, 2013 12:49am
  •  Nellycopter
  • | Joined Jan 2013 | Status: Member | 229 Posts
Hi All,

I am looking for a little help with coding an alert for the spudfibo auto fibs that I use, and am hoping this is the place to find the help.
as the spudfibo thread seems to have dies off a long time ago.
I would like the pop up alert to go off if price breaks out of 0 or 100 fib level by 'x' pips (adjustable).
I have attached the daily and weekly spudfibo as I am using both.

can anyone help me achieve this please ?

best regards

Nelly
Attached Files
File Type: ex4 #SpudFibo.ex4   6 KB | 206 downloads
File Type: mq4 #SpudFibo.mq4   5 KB | 227 downloads
File Type: ex4 #SpudFibo-weekly.ex4   6 KB | 194 downloads
File Type: mq4 #SpudFibo-weekly.mq4   8 KB | 222 downloads
 
 
  • Post #2,353
  • Quote
  • Edited at 6:33am May 27, 2013 6:21am | Edited at 6:33am
  •  sabari
  • | Joined Dec 2011 | Status: Member | 4 Posts
i need indicator
Monday to Monday Fibonacci calculation indicator, insert screen short
indicator same as "3tire london breakout v2b.mq4" model,
clearly, monday high and low for fibonacci line and calculate profit area.
buy and sell area
monday high is box high and calculation of 1st target is box high and low how many points same buy area same as below low point sell area
london break out only day calculation, but i need weekly calculation this monday to next monday calculation and next monday create box to next future monday
sorry for my bad english
Attached Images (click to enlarge)
Click to Enlarge

Name: breakout.png
Size: 67 KB Click to Enlarge

Name: london break out.png
Size: 86 KB
Attached File
File Type: mq4 3 Tier London Breakout V.3.2b.mq4   21 KB | 350 downloads
 
 
  • Post #2,354
  • Quote
  • May 27, 2013 11:44am May 27, 2013 11:44am
  •  recidiviste
  • | Commercial Member | Joined May 2009 | 777 Posts
Quoting cyber1
Disliked
{quote} recidiviste-I have attached indicator as you requested complete with alerts and email. Let me know if you need any changes.{image} {file}
Ignored
hello CYBER1

thanks for the coding again

i am working on this indicator

as we can see here under we get a lot of signals....

( to much arrows kill the arrow...)

Attached Image (click to enlarge)
Click to Enlarge

Name: pic1.gif
Size: 78 KB


lets try filter those signal and set a patterns

for sell signal

actual candle

with arrow on top down arrow = open & close < ma
*** add filters:
open < close ( this actual candle is a bullish positive candle)

previous candle -1

is a negative candle open > close

lets find a pic

Attached Image (click to enlarge)
Click to Enlarge

Name: pic2.gif
Size: 75 KB



logic is market try sell with candle -1 ; then try test a bull run rejected by very weak close < ma

for buy signal

idea is opposite

actual candle

with arrow on bottom up arrow = open & close > ma
*** add filters:
open > close ( this actual candle is a bearish candle)

previous candle -1

is a positive candle open < close

lets find a pic


Attached Image (click to enlarge)
Click to Enlarge

Name: pic3.gif
Size: 78 KB



**************** thanks have a very good day

hope they are the good signal cannot do stats but they look good to me .....

---------- sml remark from time to time indi goes all over the map ....

Attached Image (click to enlarge)
Click to Enlarge

Name: problems.gif
Size: 110 KB
BROKENGLISH
 
 
  • Post #2,355
  • Quote
  • May 27, 2013 1:02pm May 27, 2013 1:02pm
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting recidiviste
Disliked
{quote} hello CYBER1 thanks for the coding again i am working on this indicator as we can see here under we get a lot of signals.... ( to much arrows kill the arrow...) {image} lets try filter those signal and set a patterns for sell signal actual candle with arrow on top down arrow = open & close < ma*** add filters:open < close ( this actual candle is a bullish positive candle) previous candle -1 is a negative candle open > close lets find a pic {image} logic is market try sell with candle -1 ; then try test a bull run rejected by very weak close...
Ignored
recidiviste-
Try the attached. I think I've got everything correct, if not LMK.
Attached File
File Type: mq4 FXPT_WeigthedCloseMA_Alertv1.mq4   6 KB | 296 downloads
 
 
  • Post #2,356
  • Quote
  • May 27, 2013 1:09pm May 27, 2013 1:09pm
  •  recidiviste
  • | Commercial Member | Joined May 2009 | 777 Posts
Quoting cyber1
Disliked
{quote} recidiviste-Try the attached. I think I've got everything correct, if not LMK. {file}
Ignored
Thanks you are to fast for me ...

Will test tomorrow and revert asap

very nice evening to you
you regards
BROKENGLISH
 
 
  • Post #2,357
  • Quote
  • May 27, 2013 3:35pm May 27, 2013 3:35pm
  •  Pips4Fun
  • | Joined Dec 2010 | Status: Member | 64 Posts
Hi RedLineFred,

Many thanks again for all the help you've given here.

I would be grateful if you could please assist with this request.

Attached is an indi that marks out trades (pendings too) with arrows, starting from as soon as they are opened to when they are closed.

Now on closure, it prints the pips won or lost in any trade at the bottom of the chart, in line with the candle in which the closure occurred.

The trouble is when more than one trade closes in a candle, the indi prints the individual pips for each trade on top of each other so it's not readable.

I would rather like to see the pips SUM of all the trades that closed in any candle in which more than just one trade closed.

I would be really grateful if you could help make this modification.

Many thanks.
Attached File
File Type: mq4 Orders.mq4   11 KB | 235 downloads
 
 
  • Post #2,358
  • Quote
  • May 28, 2013 1:52am May 28, 2013 1:52am
  •  ~bull.bear~
  • Joined Sep 2012 | Status: Aim Consistent Income | 791 Posts
Someone could help me this.
When there is a new bar, close all the available positions and open new position for 1 times only. So this rule would repeat again and again for any new bar. Can you show me how to code this structure? I know how to code close position function and open order function.

If i code the below structure, it will do repeating process of close position and open new position. How to solve this?
Thanks.

if (NewBar()==true)
{
Close position function ?
Open new position function ?
.........
}
 
 
  • Post #2,359
  • Quote
  • May 28, 2013 4:14am May 28, 2013 4:14am
  •  RedLineFred
  • Joined Sep 2012 | Status: Member | 326 Posts
Quoting Pips4Fun
Disliked
Hi RedLineFred, Many thanks again for all the help you've given here. I would be grateful if you could please assist with this request. Attached is an indi that marks out trades (pendings too) with arrows, starting from as soon as they are opened to when they are closed. Now on closure, it prints the pips won or lost in any trade at the bottom of the chart, in line with the candle in which the closure occurred. The trouble is when more than one trade closes in a candle, the indi prints the individual pips for each trade on top of each other so it's...
Ignored
An interesting problem, as the indi needs to keep a total of the trades per bar, but as you change the timeframe the bars that were on the same bar previously could now be on different bars.

I'll keep looking for an answer but it might take a bit to sort.

Fred
" check out The Traders Outpost "
 
 
  • Post #2,360
  • Quote
  • May 28, 2013 4:20am May 28, 2013 4:20am
  •  RedLineFred
  • Joined Sep 2012 | Status: Member | 326 Posts
Quoting ~bull.bear~
Disliked
Someone could help me this.When there is a new bar, close all the available positions and open new position for 1 times only. So this rule would repeat again and again for any new bar. Can you show me how to code this structure? I know how to code close position function and open order function. If i code the below structure, it will do repeating process of close position and open new position. How to solve this?Thanks. if (NewBar()==true) { Close position function ? Open new position function ? .........}
Ignored
bool FirstTimeInLoop = true; // put this in the variables section before init()

if (NewBar() && FirstTimeInLoop ) // dont need == true as the compiler assumes it so
{
Close position function ?
Open new position function ?
FirstTimeInLoop = false; // after its been through the loop once it will be locked out until FirstTimeInLoop is again set to true
.........
}
" check out The Traders Outpost "
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 116117Page 118119120 2650
    • 1 Page 118 2650
7 traders viewing now, 3 are members:
ifykline
,
per_pips
,
toddanderson
  • 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