H e l l o R o c k y ,
I need a modification af an indicator you made for me.
B e s t r e g a r d s,
M a r t i n
H e l l o R o c k y ,
I need a modification af an indicator you made for me.
B e s t r e g a r d s,
M a r t i n
I have an EA I would like you to give me a quote on. It is simply based on the EA taking a trade when there is a break of an inside bar.
"An inside bar has a high that is equal to or lower than the previous bars high, it also has a low that is equal to or higher than the previous bars low."
The EA will take a trade on the break of an inside bar only if the following criteria are adhered to.
1) This method is specifically to work on the 1 hour timeframe.
2) Trades will be taken on the following currency pairs, EUR/USD, GBP/USD, USD/CHF, USD/JPY
3) For the EA to take a long trade, the break of an inside bars high on the 1 hour timeframe must be higher than the days open (open = 6AM GMT)
4) If the EA is to take a short trade, the break of the inside bars low must be lower than the days open.
5) Stop is to be placed one pip above/below the inside bar. If the trade is a long trade then the stop is placed 1 pip below the inside bar. If the trade is a short trade then the stop is placed 1 pip above the inside bar. The stop remains in this position for the duration of the trade.
5) Trades are only to be taken between 6AM and 5PM (GMT)
6) When the above conditions are met the EA will open 2 positions. If going long the EA will open 2 positions (spread included) when the price has broken the high of the previous inside bar by 1 pip. If going short then the EA will open 2 positions when the price has broken the low of the previous inside bar.
7)When 1:1 has been reached then the EA will close one position leaving the second position open
7) if the stop loss is hit before 1:1 has been reached then both positions will be closed for a loss.
7)If the stop loss is not hit, the trade will be allowed to run until 1: 10 risk reward has been achieved, at which point the remaining position will be closed.
Hi,
Find attached for the Indicator coding requirement. Let me know if you can do it.
Platform: MT4
Theme: Signal Indicator for Buy & Sell
Indicator name: Trend Catcher
Indicator Base: Based on the indicator package supplied by Vijay
Buy Signal: Buy signal “candle crossing on or below bottom 3 bands, signal after a bull candle (close bar)”
Sell Signal: Sell signal “candle crossing on or above 3 bands, signal after a bear candle (close bar)”
Time Frames: All
Default Time frame: Based on the chart
Exclusions : Dojis, Hammer, hanging man, Star
(Do you have the definitions for these symbols)?
Candle Colors: Bull Candle – Green
Bear Candle – Red
General Conditions::
**Follow 15 Minutes Time frame
**Follow 15 Minute Candle when open trade
**No TP in every Trade
**Default Trade volume/lot Size: 0.01(can be changeable manually)
**All time it will have 50 Trades as pending
**When Spread more than 3 Pips, No trade will open.
How Work?
1. When the EA will start it will check previous candle of 15 Minutes TF,
If the previous candle is a Bull Candle it will open a Buy Trade with 0.01 Volume.
If the previous candle is a Bear Candle it will open a Sell Trade with 0.01 Volume
2. It will set a SL of 20 Pips of *First Trade*, If it Hit SL a Reverse Trade/ (*New Trade*) will Open and again will Set a SL of 20 Pips.
3. When *First Trade*/*New Trade* will open it will open 50 trades consecutively (50 Trade as pending) after each 6 Pips movement. But when Hit SL, all pending trade shall close with SL
Lets Assume that A Buy/Sell trade will go 200/300 pips.
We know that after each 6 Pips Movement it will open a New Trade.
Then the following conditions will be implied:
1A: We know *First Trade*/*New Trade* will Set a 20 Pips SL
2A: After 6 Pips the 2nd Trade will open & all open trade will set a SL of 15 pips calculating from First Trade.
3A: After 6 Pips the 3rd Trade will open & all open trade will set a SL of 9 Pips from First Trade or will set SL of (+2 Pips profit from Breakeven/Average of 3 Trades)
4A: After 6 Pips the 4TH Trade will open & all open trade will set a SL of "+2Pips from Break Even/Average of Trades"
5A: Again after 6 Pips the 5TH Trade will open & all open trade will set a SL of "+2Pips from Break Even/Average of Trades"
-------------------------------------------------------------------------
-------------------------------------------------------------------------
49A: After 6 Pips this is how SL will set same as above
50A: After 6 Pips this is how SL will set same as above
All the time it will have a reserve of 50 Pending order (which will open after 6 consecutive pips). When Hit SL All due pending orders (which are not open yet) will close with open trades.
INPUT’s
SEFETY LIMIT 0
LOT SIZE 0.01
PIPS STEP 6
MAX SPREAD 3
SL 20Pips
AVERAGE SL 2
PROFIT LIMIT 0
MAX TRADE 500
LONG/SHORT TRUE/FALSE
PENDING ORDER TRUE/FALSE (Shall have 50 pending Orders)
* Max trades (each trade open will call on a script (I can specify which script to open, stop loss and take profit will depend on the variables below), for example:)
Note: Different trading scripts cos I can select for different script to open:
1) Single trade only
2) Multiple trades e.g. 4 of 0.25 lots each, 3 of 0.01 lots each, 2 of 1 lot each, etc.
Alternatively, you can build-in all these input variables in the EA also.
* Lot size (adjustable manually)
Account Balance | Lot size (adjustable manually) |
---|---|
<=$1000 | 0.01 |
$2000 | 0.02 |
$3000 | 0.03 (+0.01) |
$4000 | 0.04 (+0.01) |
$5000 | 0.05 (+0.01) |
Hi community!
I need an Indicator that using Genetic Algorithm "Ugalib", as described on the article http://www.mql5.com/en/articles/55, that could perform optimization on a set of indicators chosen by user, and display its parameters values on the chart or write them down into a Log File.
For better clarifying and giving an example:
From a set of 8/9 (or more) standard indicators pre-defined by user, the user must be able to choose 1 up to 5 indicators. Then the Genetic Indicator should optimize the parameter values of each chosen indicator using the Genetic Algorithm and then present the results of each optimization of each indicator; on the chart or in a Log file.
The user should be able too, to input the range values (start, step, end) of each Indicator parameters to be optimized!
Please, if you do not master the mechanics of Genetic Algorithm, don´t apply for this job. It would be a complete waste of time for both parties.
Thanks.
The requirement is as follows , It is very simple
1) I have a simple custom indicator that generates buy/sell signals.
2) Need a Trade management EA to take those signals and enter/exit trades ON RENKO CHARTS. using the usual trade management features like( this should be independent of the indicator, it should be able to take signals from any custom indicator that gereates a buy/sell signal)
1) Position sizing feature by lots of % of account
2) Take profit and S/L levels based on the signal and a worst case stop loss level(in case the reversal trade isnt executed due to some fault)
3) Staggered exits and moving of s/l based on certain conditions
4) Re entry conditions to be activated only after the P1 and P2 are executed
Please let me know if we can talk today? my skype is carryon12@outlook.com
Step 1: a) if the last heiken ashi bar is green ( checked at the completion of the 4 hr bar )
b) and the slope of 20 period EMA is UP
c) and the price is above the EMA... the signal is to BUY on 4 hr chart
then check the same signals from 60 min chart as follows:
a) if the last heiken ashi bar is green ( checked at the completion of the 1 hr bar )
b) and the slope of 20 period MA is UP
c) and the price is above the EMA... the signal is to BUY on hourly chart
then check the same signals from 30 min chart as follows:
a) if the last heiken ashi bar is green ( checked at the completion of the 30 min bar )
b) and the slope of 20 period MA is UP
c) and the price is above the EMA... the signal is to BUY on hourly chart
then merge this ea with the hedging EA , and remove the option of placing a trade when ea is attached to chart( we dont need it anymore)
once all three signals from three charts match ( i.e all three are buy or all three are sell) ...EA must Place a trade according to that signal. from there on it should start the hedging strategy and donot place any more trades based on the heiken ashi / ema monitoring, instead keep placing trades as our hedging strategy will do. Once all the trades hit SL or TP, it should start monitoring all three charts again, for trade entry signals and start looking for potential signals.
hope its clear enough...
Hi. I need 2 custom functions that will be used in an EA Generator. The first one will place a profit target equal to or greater than or less than the stop loss value. The stop loss could be something like a MA or the low/high of a bar or any other value to be determined in real time after trade is placed. The second custom function I am looking for to use in the EA generated by the EA Generator will limit the number of "completed trades" in the same direction. Like 2 or 3 buys in the same direction and vice versa. So the number of trades allowed in the same direction will be an input. And also say the number is 2 in the same direction and only one is complete and a short comes along we can go for the short.
Thank you. Looking forward to working with you again!!
The EA "my project rb3" in mq5. Refering to mailconversation.
For the idea and everything I think $900 is a far price.
Romeu. "
I would need a expert advisor that will:
-1)scan several markets that I trade at the time the daily candles close (end of trading day)
-2)entry- it would buy at market price after the close if price closed above the highest price in last 50 trading days
- it would sell at market price after the close if price closed below the lowest price in last 50 trading days
------entry filter - before entering a trend filter criteria would need to be met
--a)buy only if simple moving average of 50 days is above simple moving average of 200 days
--b)sell only if simple moving average of 50 days is below simple moving average of 200 days
- 3) stop loss- would be based on a percent of equity risk that I choose (0.25%)
- based on ATR indicator (average true range)
- formula would be- number of units= (( risk percent x equity value) / (3 x ATR * point value))
- 4) exit- a trailing stop based on 3x ATR
--of course the program should be written in a manner that i can manually change the risk percent on each trade, value of simple moving averages and the number of days i look for the highest price.
please contact me on this mail if you can do the job
svejed1@gmail.com
if i am satisfied with the results, i will give you a bonus to a already agreeded price.
A TEXAS Hello MQL Community!
I would like, please, to pay for an EA to be created.
It must mechanically use seven indicators, have a magic number, trade time setting: minutes, hours and days, have mm, breakeven, trailing stop, and some additional features.
I'm requesting a "top" programmer who speaks English.
-Indicator integrated in MT4 to analyze volume and sentiment which gets the data from myfxbook.com (API) :
www.myfxbook.com/community/outlook
www.myfxbook.com/api/get-community-outlook.json
-One indicator should show the sentiment with POSITIONS and VOLUME with a continuated line inside a histogram from 0% to 100% being 50% the line which separate long sentiment (50 to 100) and short sentiment (0 to 50). At the same time would be good to writte down the position and volume from the current bar.
-The other one should be a kind of On Base Volume indicator using the Volume data from myfxbook.
-Any idea to improve the indicator is wellcome, you can see what I'm looking for with the JPG files.
This is similar to a job you have completed already for someone else (iyas120 2014.05.12). It involves re-developing the Dashboard Fractals originated by Pipware (see http://www.pipware.com/software/dashboard/fractals.html).
In the Dashboard
![]() Add a row for Week (abbreviate as WK) |
|
In the Chart
A. Show fractal support and resistance horizontal lines for multiple time frames (as selected) for the most recent up and down fractals.
For example (from Pipware, showing lines for 2 time frames):
For example (from Pipware site)
![]() | Note the arrow is placed at B when the candle price action breaks the fractal at A.
|
hi Alain
i would like a quote for a very simple multicurrency ea that uses my external RiskManagement from the last job. I also want stats as usual. I dont need scale in's for now.
The EA needs to handle up to 6 different Pairs. The trade idea is: as soon as the current price touches the upper or lower band we enter a trade towards the median line which is were we set our limit (The limit needs to update every minute) Also we want a stoploss that uses a 1:1RiskReward Ratio so has the same distance as outerline at trade entry to median line.
We do need an option to let the stoploss trail when the limit moves with the median line. As we never want to risk more than what we woud get if the trade hits the limit, we cant move the stoploss against our favour.
Example: The EURUSD touches the lower band so we enter a long, the limit is the median line.
scenario1: While the trade goes into our favour the median line rises, which means our limit needs to raise and also the stoploss if we have that option enabled.
scenario2: While the trade goes further below the lower band the median line decreases, which means our limit needs to decrease but our stoploss cant as we would not keep our RiskReward ratio consistent.
We want to draw into the chart a red line for the stoploss and a green for the limit. as we have in my breakoutEA for the stoploss. So we can see in the chart how the stoploss and limits moved and where it was in the past. Also i want an option to not enter trades if the spread is above a certain value.
parameters:
pair:
timeframe:1hr
bb period:
bb deviations:
apply to: close
bb shift: 0
move stoploss: yes
max spread: 8
please use timing,stats and money management settings from breakoutEA
many thanks,
Sylvia
The requirement is as follows , It is very simple
1) I have a simple custom indicator that generates buy/sell ARROWS on 2min Renko chart
2)
Need a EA to TRADE those ARROWS/signals
ON 2mRENKO CHARTS.
3) mannuel lots setting by a user of the EA
4) Renko box size is 3pips
ENTRY RULE FOR LONG
1; GREEN ARROW SHOWED ;EA SHOULD BUY AT THE OPENING OF THE NEXT 2MIN RENKO CANDLE (THAT IS NEXT CANDLE after ARROW CANDLE)
TAKE PROFIT
THREE(3) RENKO CANDLE ABOVE THE ARROW CANDLE .BUT IF THIS NOT ACHIEVED and OPPOSIT ARROW SHOWED ,EA SHOUDL EXIT THE TRADE AND WAIT FOR THE ARROW CANDLE TO CLOSE AND ENTER SELL
STOP LOSS
TWO (2) RENKO CANDLE BELOW THE ARROW CANDLE(CANDLE THAT GIVE THE ARROW)
Please let me know if we can do this within 3days
I developed a version of the ZeroLag MACD. It works and looks like this:
I then attempted to add divergence to the indicator by integrating code from a different indicator. This is the result:
I need expert help to debug this partly working indicator so it displays correctly. The indicator should look the same as in the top chart image with the divergence lines and arrows.