[Deleted]
want to make an indicator based on RSI but with one change. Instead of simply close j want set the RSI on average of 2 bars of close less close of 3 bars ago. j write so in TradeStation RSI (average (c-c [3], 2), 14); can someone help me to write for metatrader? thanks j rest available for...
Hello, I have a problem. How can I count if the price is mostly (basing on time) (at the bar) OVER or UNDER the OPEN PRICE? [counted each tick] Best regards. Cool forum
IF you are interested then compile this script and run on MetaTrader 4.
[Deleted]
I have an indicator (without source) that I am trying to use from within my EA. The indicator draws arrows on the chart when certain conditions prevail. Is there any way that I can determine if and where these arrows are being drawn from within my EA? I've already tried using the ObjectsTotal()...
I use MT4 Version: 4.00 Build 225. Something doesn't work using library. I can state easy example : \experts\libraries\ ------------------------------- test.mq4 ----------------------- #property library void foo1(int& ret) { ret=123; } void foo2(int& ret[]) { ret[0]=123; }...
[Deleted]
Hi Guys, Could you give me a little guidance on this: I'm trying to code a script, that would indicate the biggest price gap between two following price quotations in a M1 bar. Is there a function that retrieves price quotations from a certain bar? This script would be useful for news trading. I...
[Deleted]
Hi i downloaded an EA from internet, i used it only to test indicators and different parameters. can i post it even if the original script does not belong to me. my self, i don't know how to script EA. if there is harm to original author,.. i will not. author is :...
[Deleted]
Hallo everybody, trying to understand how the standard ZigZag code works. Can anybody provide a commented version? What I particularly don't understand is the following: IndicatorBuffers(3); //---- drawing settings SetIndexStyle(0,DRAW_SECTION); //---- indicator buffers mapping...
[Deleted]
for(int k=OrdersTotal()-1;k>=0;k--) { if(OrderSelect(k, SELECT_BY_POS)) { if(OrderType()==OP_BUY) { RefreshRates(); if(OrderOpenPrice()==Bid-Point*15) { OrderModify(OrderTicket()...
Does anyone have a copy of fxcruiser Hama Pad indicator and template? If you do one can you please post it. Thank you,
Hello Experts! Who knows a programm (metode)that use for trade signals not crossing from 2 lines,but signal only from one line(sampel-CCI).Were logic used : last[i] < Pred1[i-1] and Pred2[i-2] < Pred1[i-1]. Thanks pansa
[Deleted]
My expert adviser runs on a remote virtual private server so it sends four email reports per day giving the current state of the account. One thing that it is useful to monitor in these emails is how close the expert adviser is to a margin call. If there is a margin call, open positions will be...
Hi, Can anyone help me to find an EA which should close only the profitable trades in the account. There could be multiple trades, may be 5, 10 or 20 regardless of the currency pair. Thank you in advance
[Deleted]
Hello, Yes I have read everything. I can read all the hst files and I use the same structure to write mine. Unfortunately when I try to open it just hangs on waiting to update screen. Output of my header and data appears the same as that of other files, both system and user generated. Any help would...
HI to all I am new to MetaTrader and forum I belong to those SaxoBank clients who have been forced to leave because saxo decided to disassemble the tradecommander (edit platform of trading system and automated execution) among others tradecommander was the only real solution server based existing...
hello, i am an early beginner of MQl4 and i d like to create a function that can compare a new tick to the previous one. For example it will return true if : new tick>previous tick. i guess i must use the refreshrate function but i can t figure out how> thank in advance
It seems to work ok on test, not getting any errors. But still not 100% sure its ok. Can you check it over ? //---------- Trailing Stop --------------------------- void TrailingStop ( double TrailingStop , double TrailingStart , int TrailInterval ) //This TrailingStop function must be called every
I am fairly new to EAs. I have been writing some simple EA code to teach myself some about the system and language. I now came to the point where I wanted to create some custom indicators. After getting those to work, I started to put some simple example EAs together to see how they work. For...
[Deleted]
I have several EAs that i compile with no errors. The EAs show in the navigator, but when i double click them or drag and drop them to a windows NOTHING happens at all.. No error message etc. Some EAs i have (id say about 50%) work fine and i get the x or the sad face or the smiley face etc. Other...
[Deleted]
Hi to all, I got an error message when I call getlocaltime for approving the import from kernel32.dll, why ? 10x
hi there, is there a way to set a transparent color for my buffer? i've used this "EMPTY_VALUE", but i still get a lot of black lines all over the place. actually EMPTY_VALUE has the effect of the color Black in my screen :( any insight is going to be very much appreciated. thanks,,,
I am getting a lot of errors in the report and no trades entered 2009.09.04 12:46:25 TestGenerator: unmatched data error (volume limit 1528 at 2009.08.17 01:00 exceeded) Any ideas what's wrong? #property copyright "Copyright © 2009, MetaQuotes Software Corp."#property link "http://www...
[Deleted]
As we all know this site is to help and devolpe EA's scripts etc.. but how many do trade and is it full or part-time, it would be interesting to know, me myself, I spreadbet (hobbie) and seem to get good results then blow out !!! normally because I tend to grow in account size (only pennies) but...
Hello, I'd like to compute O,C,L,H Heikin Ashi values and also check if candlestick is red or each tick for my Automated Trading System, but I don't know how to convert:...
[Deleted]
hey all I am having a small problem with this indicator...it meant to produce sound when a signal occurs..But it doesnt seem to produce any sound. Please guys help me out sort out the problem... Please note its not really my indicator..the code is as follows: /*...
[Deleted]
Hey, does anyone have a script that can assign a set of hotkeys to flip inbetween all the time frame, it gets annoying have to go back to the Periodicity Tool bar to hit H1 or M5. I know you can hit enter and and type it in, but thats not what i want. thank you :D
Hello Experts! I buy or sell with a script.Evry time i must give that script permission to live trade. Is that not possible in script wrighte a TradingFlag(if TradingFlag==1 then trade). Thanks pansa
[Deleted]
please, i dont know if any one will help me and write progam of EA on these indicators; RSI, STOCHASTIC, MOVING AVERAGE,ADX,MACD,BANDS,CCI,SAR,MOMENTUM,PIVOT POINT, VOLUMES,A/D. Lot should be 0.1,take profit 50 pips, stoplose 30 pips with any time frame. can send them to mailojus6p45@yahoo.com...
Hello, I try to modify this indicator below. At every bar into array ExtMapBuffer_col[] should be written the color of the line. At the end of the indicator you see an Alert,where I wanna alert with the color of the last candle and x candles before. But this does not work. If I set x to a number of...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.