- Search Metals Mine
- 23 Results (2 Threads, 21 Replies)
-
Commercial EA Reviews
Started Mar 4, 2019|Commercial Content|0 repliesHi everyone, I'm in the process of developing a website that will purchase and provide ...
- paul_b replied Dec 11, 2015
Your sell order will have been closed using the ASK price. Charts are displayed using BID prices. If you are trading around news, spread increases which makes the ASK price much higher that the BID price which is shown on the chart. It's perfectly ...
My broker closed a trade before hitting my SL
-
MT4x - Professionally coded EAs and Custom Indicators
Started May 25, 2015|Commercial Content|0 repliesProfessionally coded EAs, Custom Indicators and Scripts for the MetaTrader 4 Forex Trading ...
- paul_b replied Aug 14, 2012
I'm very sure!!! iHighest("AUDJPY",15,MODE_HIGH,BarCount,1) only returns the shift of the maximum value over the defined bar range. Combining this with iHigh as per my code above will then get the value for the shift found with iHighest, which is ...
How to get value for pair that is not in current chart?
- paul_b replied Aug 14, 2012
THIS IS WRONG. This will get the info from the current chart/symbol. The question specifically asks for info from a chart/symbol the EA IS NOT ATTACHED to. My code above will satisfy the request.
How to get value for pair that is not in current chart?
- paul_b replied Aug 14, 2012
TopLine = iHigh("AUDJPY", PERIOD_M15, iHighest("AUDJPY",PERIOD_M15,MODE_HIGH,BarCount, 1))
How to get value for pair that is not in current chart?
- paul_b replied Aug 10, 2012
Just use iHigh instead of high
How to get value for pair that is not in current chart?
- paul_b replied Jul 31, 2012
This indicator has an expiry date built in and set to sometime in 2008. Do you have the source code? It would be inappropriate to decompile and rewrite somebody else's work.
Help needed with an indicator
- paul_b replied Jul 6, 2012
I think this will be down to spread increasing to a rather large amount of pips which can happen around major news events. If you actually want to watch what is going on properly, make sure "Show Ask line" is ticked in chart properties.
MT4 sell stop order SL and TP changed after being placed-is it possible?
- paul_b replied Jul 5, 2012
Functions like this are not standard operations in the mql4 programming language, so you would find it hard to program (if it's even possible)
Does such a script exist - TF shortcut?
- paul_b replied Jun 29, 2012
compare Ask-Bid with your input, and Alert if it exceeds
Spread Widening EA
- paul_b replied Jun 29, 2012
use either OP_BUY or OP_SELL with OrderSend
Help! set trade direction switch?
- paul_b replied Jun 21, 2012
Here would be a good place to start: url Unless you want to pay someone to code it for you.
Code To Check If There Are Consecutive Sell or Buy Candles
- paul_b replied Jun 21, 2012
There are trade copiers available which have that option built in. You would have the original EA running on one instance of MT4, and the trade copier set up on another. Try google.
Reverse signal EA
- paul_b replied Jun 21, 2012
There are no standard ways for an EA to change any of the chart properties (ie background colour, candle colours, etc).
Background color change as indicator changes up/down
- paul_b replied Jun 16, 2012
I think you need to describe in more detail exactly what you are trying to achieve. The indicators you attached to your post do not exactly describe the system.
Will pay for divergence lines added to this indicator
- paul_b replied Jun 8, 2012
Hi Raylin, most freely available EA's have been written by people for their own specific purposes, and with a few exceptions, do not work well. You rarely get something decent for free. I code EA's, and from my knowledge, most of the free EA's do ...
Metatrader 4 assistance required: To close trades at specific times
- paul_b replied Jun 8, 2012
I personally started here http://docs.mql4.com/ From no knowledge 12 months ago, I an now a fairly proficient coder, having made several commercial EA's and countless indicators. Not impossible, but you need to be dedicated. Fortunately there are ...
How long does it take to master mql4?
- paul_b replied Jun 8, 2012
Don't think you will find anything free to fit your specific requirements. Your best bet would be to code something yourself or pay someone to do it. Regards PaulB
Looking for EMA cross EA with partial take-profit and another twist
- paul_b replied Jun 8, 2012
MT4 is generally a lightweight processor unintensive application. Are you having any specific issues? Most issues I have come across relate to poorly coded EA's or indicators. Regards PaulB
MT4 performance and Stat application