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

Need help to code EAs for MT4 and MT5 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 35,931
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 18221823Page 182418251826 2617
  • 1 Page 1824 2617
  •  
  • Post #36,461
  • Quote
  • Jun 15, 2020 9:55am Jun 15, 2020 9:55am
  •  almo
  • Joined Feb 2008 | Status: Suffering from Casandra syndrome | 1,381 Posts
Quoting ecryptom
Disliked
{quote} Dear Coders and Programers please help on this.
Ignored

HI Ecryptom,

Here is your script , Lots are currently set at 0.01, and Bars back = 1 .
Attached File
File Type: mq4 BuyStop_SellStop_Script.mq4   1 KB | 78 downloads
 
 
  • Post #36,462
  • Quote
  • Jun 15, 2020 10:01am Jun 15, 2020 10:01am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,232 Posts
Quoting Jozec
Disliked
Hi everyone, i'm looking for the source of this indicator, its the bedrock of my system because it helps me to solve the repainting problem of many mtf indicators.Can't remember where i got it from. Don't know if anyone can help with the source or the source code then i will now make the request i really want to make. Thanks.{file}
Ignored
May i ask and know how it help you to solve the repainting problem of many mtf indicators ?
 
 
  • Post #36,463
  • Quote
  • Jun 15, 2020 10:06am Jun 15, 2020 10:06am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,232 Posts
Quoting Tc1923fb
Disliked
hi guys can someone help me? i have a indicator VQ bars with this picture but i want in the chart candlecstick like this picture is there a programmer who can change the code ? i thank you a lot {image} {image}
Ignored
you means on chart VQ bars/candle ?
There are many variations and versions of VQ indicators,what is usually seen after having the code peoples reply
"no,i am not talking about this or i already have this"
 
 
  • Post #36,464
  • Quote
  • Jun 15, 2020 10:10am Jun 15, 2020 10:10am
  •  12BCpro
  • | Joined Jun 2013 | Status: Member | 7 Posts
Does anyone have a currency strength Expert Adviser with mq4 file.

I tried to find one for a sample, just could not find mq4, jusr want to see how to rematch back the seperated pair and trigger the trade.

Thanks for the reply
 
 
  • Post #36,465
  • Quote
  • Jun 15, 2020 10:12am Jun 15, 2020 10:12am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,232 Posts
Quoting yoosif
Disliked
{file}
Ignored
The one you posted is decompiled (theft stolen) code
 
 
  • Post #36,466
  • Quote
  • Jun 15, 2020 10:40am Jun 15, 2020 10:40am
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,225 Posts
Quoting Yeehc
Disliked
...add toggle function ( switch on/off heiken ashi...
Ignored
Heiken_Ashi_MA_w_toggle.
- show/hide HA
- option of auto-width the HA bodies on chart zoom
- option to have HA on top or under the chart candles (chart foregound adjust)
- option to base the HA off MAs based on OHLC instead of price's OHLC
- button placement, text and styling options
Attached Image (click to enlarge)
Click to Enlarge

Name: ha ma tog pic1.png
Size: 73 KB

Attached Image
Attached File
File Type: ex4 Heiken_Ashi_MA_w_toggle.ex4   20 KB | 130 downloads
 
5
  • Post #36,467
  • Quote
  • Jun 15, 2020 11:25am Jun 15, 2020 11:25am
  •  giraia_br
  • Joined Jun 2007 | Status: Member | 1,124 Posts
anyone have a script/EA to set a stop loss and take profit using the last bar?

for example, put a stop loss at X% of the size of the last bar (if i set this to 0% it will be the bottom of the last bar) and take profit at 200% of the last bar (that means a 1x1 trade for example)

anything like that??
 
 
  • Post #36,468
  • Quote
  • Jun 15, 2020 11:59am Jun 15, 2020 11:59am
  •  ill_be_back
  • Joined Sep 2011 | Status: Member | 6,363 Posts
Quoting almo
Disliked
{quote} Line 111 is a limiting factor - its currently set for Period() * 1200, so despite extending the lines,(by using OBJ_TREND, and Ray on/off) once you reach >1200, it will no longer be able to locate the value of the line(s); You can increase this to extend the time out
Ignored
Can we do the Period() setting to infinite or something like this by name
ObjectGet(DisplayObjName[Close Line1], OBJPROP_PRICE1)
A good trader follows his rules, but great trader knows when to break them
 
 
  • Post #36,469
  • Quote
  • Jun 15, 2020 12:11pm Jun 15, 2020 12:11pm
  •  almo
  • Joined Feb 2008 | Status: Suffering from Casandra syndrome | 1,381 Posts
Quoting giraia_br
Disliked
anyone have a script/EA to set a stop loss and take profit using the last bar? for example, put a stop loss at X% of the size of the last bar (if i set this to 0% it will be the bottom of the last bar) and take profit at 200% of the last bar (that means a 1x1 trade for example) anything like that??
Ignored

HI Giraia_BR,

Here is a script that will perform what you request.

You have inputs for both SL and TP percentages, as well as how many bars back , which is currently defaulting to 1.
Attached File
File Type: mq4 SL_TP_Percent_of_Last_Bar.mq4   3 KB | 92 downloads
 
1
  • Post #36,470
  • Quote
  • Jun 15, 2020 12:12pm Jun 15, 2020 12:12pm
  •  reiko22
  • | Joined Mar 2020 | Status: Junior Member | 4 Posts
Hi Everyone,
I want to add 1 conditions for my EA. I would be happy you can help.
i need delay, or sleep, or open pending order on next bar after take profit.
thanks in advance
Attached File
File Type: mq4 lock.mq4   10 KB | 66 downloads
 
 
  • Post #36,471
  • Quote
  • Jun 15, 2020 12:27pm Jun 15, 2020 12:27pm
  •  Jozec
  • | Joined Apr 2015 | Status: Member | 41 Posts
Quoting mntiwana
Disliked
{quote} May i ask and know how it help you to solve the repainting problem of many mtf indicators ?
Ignored

Attached Image (click to enlarge)
Click to Enlarge

Name: 60,5,1.PNG
Size: 52 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: STOCH.PNG
Size: 51 KB


Above are two screen shorts of stoch 60mins on 5mins, the grey line is the repainting line but the yellow dots don't repaint. So i put the grey line to none and use only the yellow that does not repaint.
 
 
  • Post #36,472
  • Quote
  • Jun 15, 2020 12:30pm Jun 15, 2020 12:30pm
  •  Jozec
  • | Joined Apr 2015 | Status: Member | 41 Posts
Quoting yoosif
Disliked
{file}
Ignored
Thanks
 
 
  • Post #36,473
  • Quote
  • Jun 15, 2020 12:31pm Jun 15, 2020 12:31pm
  •  biztet
  • | Joined Mar 2020 | Status: Member | 22 Posts
Quoting biztet
Disliked
Hello. In MT4 coding, is it possible to use SnR bars for Closing Trade? {image}
Ignored
Hi mntiwana. I do some reading and found that in coding, we can use an object on chart for some action.
So i'm thinking this Blue & Red SnR bars as an object on chart. Is it possible to use these bars for exit trades?
 
 
  • Post #36,474
  • Quote
  • Jun 15, 2020 12:35pm Jun 15, 2020 12:35pm
  •  almo
  • Joined Feb 2008 | Status: Suffering from Casandra syndrome | 1,381 Posts
Quoting ill_be_back
Disliked
{quote} Can we do the Period() setting to infinite or something like this by name ObjectGet(DisplayObjName[Close Line1], OBJPROP_PRICE1)
Ignored

Give this version a shot.

Period() changed to PERIOD_MN1 - this can be multiplied out on the same line if you need to increase this
OBJ_TREND now has RAY property turned on
Attached Files
File Type: mq4 SendCloseOrder (3).mq4   13 KB | 53 downloads
File Type: ex4 SendCloseOrder (3).ex4   44 KB | 37 downloads
 
1
  • Post #36,475
  • Quote
  • Jun 15, 2020 12:56pm Jun 15, 2020 12:56pm
  •  Jozec
  • | Joined Apr 2015 | Status: Member | 41 Posts
Now my request,

Attached Image (click to enlarge)
Click to Enlarge

Name: SAMPLE.PNG
Size: 59 KB


Can someone please make it possible for this indicator to have three instances as one, e.g i have above 1440,5,1. 240,5,1 and 60,5,1. Can someone create settings that will make it possible for these three lines to be one.

Attached File
File Type: mq4 Stoch-MTF-True.mq4   5 KB | 94 downloads


An RSI that works like this indicator will also be appreciated.

Thanks for the anticipated response.
 
 
  • Post #36,476
  • Quote
  • Jun 15, 2020 1:03pm Jun 15, 2020 1:03pm
  •  ecryptom
  • | Joined Jun 2019 | Status: Member | 140 Posts
Quoting almo
Disliked
{quote} HI Ecryptom, Here is your script , Lots are currently set at 0.01, and Bars back = 1 . {file}
Ignored
nice work Thank you !

i m testing it ..
i notice that (sometimes probably because of the open candle .?.) does not open 1 of the 2 pending orders .. is this normal ?
i choose of source Bars back = 2 ... and it opens 2 orders ( but is the 2nd closed candle) nice feature

can i ask if it is possible to add a count of candles = 1 (as default ... or 2,3,4,5)
and if as example i put count of candles = 2
it open pending orders of the last 2 closed hi low ?

thank you
Everything flows. Learn to Earn.
 
 
  • Post #36,477
  • Quote
  • Jun 15, 2020 1:12pm Jun 15, 2020 1:12pm
  •  Jozec
  • | Joined Apr 2015 | Status: Member | 41 Posts
Quoting mntiwana
Disliked
{quote} The one you posted is decompiled (theft stolen) code
Ignored
Seriously!!!!!
so we are back to square one.
 
 
  • Post #36,478
  • Quote
  • Edited at 2:16pm Jun 15, 2020 1:38pm | Edited at 2:16pm
  •  almo
  • Joined Feb 2008 | Status: Suffering from Casandra syndrome | 1,381 Posts
Quoting ecryptom
Disliked
{quote} nice work Thank you ! i m testing it .. i notice that (sometimes probably because of the open candle .?.) does not open 1 of the 2 pending orders .. is this normal ? i choose of source Bars back = 2 ... and it opens 2 orders ( but is the 2nd closed candle) nice feature can i ask if it is possible to add a count of candles = 1 (as default ... or 2,3,4,5) and if as example i put count of candles = 2 it open pending orders of the last 2 closed hi low ? thank you
Ignored

You can change the default to whatever bar you would like it to be. All you need to do is open Metaeditor for the file I posted, and change the value of ibarsBack to whatever count you want it to be, and then compile it. The current default value is 1 bar back by the way. If you do change this to say...3, it would open the trades using the High/Low of bar 3

As for the problem that may be occurring with Opening orders beyond bar 1, can you paste a screenshot ?

I am guessing that the low or high of the previous bar may be too close to the current price, thus it cannot adjust the Open the trade
 
 
  • Post #36,479
  • Quote
  • Jun 15, 2020 1:59pm Jun 15, 2020 1:59pm
  •  ecryptom
  • | Joined Jun 2019 | Status: Member | 140 Posts
Quoting almo
Disliked
{quote} You can change the default to whatever bar you would like it to be. All you need to do is open Metaeditor for the file I posted, and change the value of ibarsBack to whatever count you want it to be, and then compile it. The current default value is 1 bar back by the way. If you do change this to say...3, it would open the trades using the High/Low of bar 3 As for the problem that may be occurring with Opening orders beyond bar 1, can you paste a screenshot ? I am guessing that the low or high of the previous bar may be too close to the...
Ignored

i m trying it again here is some print screens .. each on have is just some min ago eurgbp 30 min
it 3 photos because i try it with
Bars back = 1 (default) ... open 1 pending order
Bars back = 2 ... open 1 pending order
Bars back = 3 ... open 1 pending order

the above request is not for high low of no3 last close candle
but
if i choose count of candles = 3
count the last 3 candles and find the high and low of the 3 ! and the put 2 pending orders ... (that gives more flexibility to the script ... some cases you want the break of a sideways channel ... as example and there just one candle is no enough )
Attached Images (click to enlarge)
Click to Enlarge

Name: ScreenShot_20200615205119.png
Size: 47 KB Click to Enlarge

Name: ScreenShot_20200615205234.png
Size: 51 KB Click to Enlarge

Name: ScreenShot_20200615205308.png
Size: 45 KB
Everything flows. Learn to Earn.
 
 
  • Post #36,480
  • Quote
  • Jun 15, 2020 2:11pm Jun 15, 2020 2:11pm
  •  ill_be_back
  • Joined Sep 2011 | Status: Member | 6,363 Posts
Quoting almo
Disliked
{quote} Give this version a shot. Period() changed to PERIOD_MN1 - this can be multiplied out on the same line if you need to increase this OBJ_TREND now has RAY property turned on {file} {file}
Ignored
Works
Thanks
A good trader follows his rules, but great trader knows when to break them
 
1
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 18221823Page 182418251826 2617
    • 1 Page 1824 2617
9 traders viewing now, 3 are members:
Zookeeper85
,
Invisible
,
jonjon0711
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • 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