Is there any Good profit making Indicator? or don't't five any false signals? Regards Jubaer
[Deleted]
I can't load the indicator into CodeBase for some reason, so I'll post it here This is a digital filter based on the Fourier transform and filtering of the resulting spectrum 1) a phase shift by a specified number of bars is performed 2) unimportant harmonics are discarded. extern double n=9;//set
I am looking for help from someone who can code the above indicator for me in MT4 (I suck at programming). The indicator is available in Metastock and I need it for my forex trading in MT4. This link will take you to the article where you will find the Metastock code and commentary: http://www...
[Deleted]
I am trying to use the iMA function to return data back to an EA I am writing. However, in the Moving Average indicator, I am using Levels to paint lines on the chart. I want to get the data from the Moving Average using Levels. What exactly are Levels? It is not a bar offset, because you can...
Hi, I use a scanner in a dashboard-style like you can see in the attached image. It scans for Pinbars in all currency pairs in all timeframes. A red dash means that the last bar was a "Short-Pinbar" (long upper shadow), green means a long lower shadow. Now I would like to replace the Pinbar-Check...
Hi Is there any maximum time a tick can last before a new one comes up? Is there any difference if having timeframe M1 then H1, does a new bar count as a tick?
I ask this question just because I have test it; and sometime the indicator was shown on chart, but most time, not. So I don't know why.
#property copyright "mankin"#property link ""#property indicator_separate_window#property indicator_minimum 0#property indicator_maximum 1#property indicator_buffers 1#property indicator_color1 Blueextern int Number_Of_Bars =40;double Prob_calc[];double MA[];double...
How to read a .txt file, if it's even possible, character by character ? Or if its not possible then by separated characters with 1 space.
Hi I am a newbie just signed-in. I would like someone to guide me where I can train myself in the various functionalities of Met4 chart. I mean from 0 to the advanced level. Your help in this subject I very much appreciated
Hi guys, i have an EA which i coded myself entirely, and apparently it doesnt put on trades for i dont know what reason.I wont tell you what the algorithm does but i can tell that no matter what the market conditions are it should trade atleast 1 trade/day, since in backtest it traded in average 20...
Hi, I think one of the issues with performance for my optimizations is that i calculate one of my indicators - ZIgZag on every tick instead of every new candle. I am already using the Time[0] for my TP function so I thought I could use this in a similar way for the ZigZag indicator. I already have a...
Hello everybody, I have an EA. I open 20 charts and attach that EA to chart. When an EA on an individual chart has signal, i want it to show the chart it attached to on top of other charts. Because i have 20 charts opening at the same time so don't want to search for the chart that EA attached each
according to my acknowledge, when we send an order on MT4 with its stop loss by ordersend(), the MT4 operator can see the stop loss, and if we set stop loss by EA, nobody can see it. so why not set 0 as stop loss in Ordersend() and set real stop loss by EA all?
I am testing my ea on 14 year time frame. Lot size is calculated on the % of account free margin. But after some time lot size stops increasing and it is constant at 500. What is wrong here
[Deleted]
int theBarh1,theBarh2;double theHighest1=0,theHighest2=0;double price_h1,price_h2;int stoch_bar;double stoch=iStochastic("EURUSDpro",PERIOD_M15,5,3,3,MODE_EMA,1,MODE_SIGNAL,0);if(stoch<80){for(int bar1 = 0; bar1 <= 40;bar1++){double stoch1;stoch1 = iStochastic("EURUSDpro",PERIOD_M15,5,3,3,MODE_EMA,1...
My strategy searches >40 pairs to find the opportunities I'm looking for. The problem is that when I find an opportunity I then have to scroll through all the pairs. They're not even in order on my broker and it takes a few minutes sometimes to find each pair. I'd much rather be able to open the...
I am wondering if we can assign a zero "0" to take profit in the OrderSend() and then change modify it later ?
Hi everyone, can anyone explain why Go Markets and Pepperstone who are both using mt4 platforms shouls show different candle patterns for the same times..............seems really strange when they both profess to use the same time bases being New York closing time?
[Deleted]
int start(){ Print(Time[0]); return(0);} Hi, I was examining my back-test trades and noticed some spots that should have traded but didn't. So I started the investigation... AUDUSD, June 4the 2013, 1 minute chart back-testing on every tick setting. Here's what I found.. After verifying...
[Deleted]
I've researched the boards and came across the "rename Terminal.ini file and restart" method, unfortunately that did not work. A new Terminal.ini was never created (it should have been, right?). In fact, I eventually removed the Terminal.ini and still no new Terminal.ini created...strange, huh? I am...
Hello, I closed MT4. Downloaded a couple of EA's. EX4 and MQL4 files are seen in Experts folder but not in the Navigator in terminal. Even tried "compile" from the editor and they still don't show. Can anyone help?
[Deleted]
I have a csv file (eurolevel.csv) with eight support and resistance levels in column A How can I create a custom indicator for metatrader 4 which can read these levels and put them on a 1hr EURUSD chart? Thank you for your help.
int start() { int i, n, Counted_Bars; double Sum, NatLog, Sum_Sq, Avg, Avg_Sq, Rms, R_0, R_1, E_0, E_1; //------------------------------------------------------------------ Counted_Bars= IndicatorCounted(); i=Bars-Counted_Bars-1; if...
[Deleted]
I was wondering, Has anyone created or seen a MACD in a form of a candlestick? Not a MACD on a chart but at the indicator window. For an example, like the value chart or the belkayate timing indicator. If you have seen one, you mind letting me know.. Thank you in advance and happy trading to you
I have made an EA with a function to move "stop loss", I set two parameters for this function"extern int Move_Stop_Small=5,Move_Stop_Big=10;", when I test it many times and modified these two parameters many times, once I set "extern int Move_Stop_Small=10,Move_Stop_Big=20;". what is surprising is...
Hi Guys, Do you have any idea how to check profit for all closed EURUSD positions from current day? The code below returns only last closed order profit. OrderSelect(OrdersHistoryTotal()-1, SELECT_BY_POS,MODE_HISTORY); Print(OrderProfit()); I make deals on EURUSD and EURJPY, but need only...
Hi Guys, I want to get the lower bar price value for the period from any time the function is called to the previous 3 /for example/ higher TF bars. What I have missed in the code? This function is in cycle, and gets the lowerTF bar number in iValue. Appreciated. Thank you in advance. double...
What type of pseudorandom algorithm does the MathRand( ) uses, and how random is it? Secondly,is there any way to obtain true random numbers in MQL4 code?
[Deleted]
Which is the best way to detect if the price has touched or crossed a trend line
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.