sd2000sd
sd2000sd
sd2000sd
Added topic need a newsfilter for myEA
Hi Does anyone know of a open source news filter indicator that is easy to use and call it ( using iCustom function)? it should be able to consider high impact / medium impact news and also those Speak news. I know of FFCal but it is too confusing
sd2000sd
Added topic 'TimeGMT' - override system function FFCal.mq4
I ma trying to use FFCal.mq4 and change one setting and then recompile it but when I try to compile it I get this error: 'TimeGMT' - override system function     FFCal.mq4    1363    10 1. what can I do to
sd2000sd
Added topic how to calculate MA on RSI?
I want to calculate MA of RSI . SO far I could come this far with this code: double rsi[];       for ( int i= 0 ; i<= 100 ; i++)     {       rsi[i]= iRSI ( Symbol (), 0 , 14
sd2000sd
Added topic parameter conversion not allowed
How can I solve this error I get when I try to compilte my code containing: the error is for this line:  (error says: parameter conversion not allowed) int handle = FindWindowA(i, log ); int FindIfDirOpened() {      string
sd2000sd
Added topic how to tell mt4 to update its log file when we want / or at least faster?
how to tell mt4 to update its log file when we want / or at least faster? I tested something: when you have an EA that prints something in experts tab, the mt4 does not write that to the log file immediately, even I waited for 5 minutes but still
sd2000sd
Added topic what is the nearest channel to keltner channels which is built in into mt4 platform?
what is the nearest channel to keltner channels which is built in into mt4 platform? Donchian channel ? are there any keltner channels built into this mt4
sd2000sd
Added topic how can I calculate a 20 day price channel in mt4?
how can  I calculate a 20 day price channel in mt4? I need it for my calculations, how can I find the current value of the upper line of a price channel for a given bar? I couldnt find any built in functions in mt4. Do you know any
sd2000sd
Added topic I need to have EMA for my calculations in mql4
I need to have EMA for my calculations in mql4, but the mt4 only has MA=moving average and not the exponential moving average!!! I need to be able to calculate the EMA for any given bar in the current chart in mql4 language. Does anyone know of any
sd2000sd
Added topic price channels in mt4
How can I draw price channels in mt4? I want to use price channels. Is there any indicator there? I couldn't find. Can someone help me
sd2000sd
Added topic iBands function for a specific Bar
I want to get the result of the iBands() indicator function on the bar which I like, for example the third bar from the recent bars on the chart that my EA is attached. How can I get that? How can I accomplish that? the following: just returns the
sd2000sd
Added topic how to automatticaly select a specific server in mt4?
I have a problem: my broker has more than one server and therefore in the lower right corner of metatrader4 where you can click and choose a server from available servers I have more than one option to choose, and because my vps is in UK I need to
sd2000sd
Added topic where can I download library file: "Trade.mqh" for mql4?
where can I download library file:  "Trade.mqh"  for mql4 ? can I use the mql5 version of that file for mql4? I have that in metatrader5 but no in metatrader4 libraries. Please help
sd2000sd
Added topic need a free indicator that can calculate the lot size based on given percentage
Hi I need an indicator that can calc the lot size based on given percentage. anyone has any scripts to give? it must consider the equity and also leverage for that calculation
sd2000sd
Added topic how to define a input in EA that has a menu of 1 to 30 as days in each month in a fast way?
is there a fast way for having a menu of numbers from 1 to 31/30 for having them in the input part of the EA without writing them down one by one by typing them? I mean I can do this the hard way: enum DaysOfEachMonth{    one=1,  
sd2000sd
Added topic how to get the upper limite price for a symbol ?
please someone help me with the code needed to accomplish that. Thanks EG: if the price's upperlimit for a symbol is 500 and its lowerlimite is 300, I want a code that gets that upperlimite price from server and puts it in a variable. Thanks
sd2000sd
Added topic how to get the volume of the best bid?
I want to get the value of the best bid. EG: if the best price of the best bid is 2000 and its volume is 5000, then I want to be able to get that 5000 value in a variable. How can I do this? I couldnt find anything in  SymbolInfoDouble()
sd2000sd
Added topic running an external application from within mql5 and sending arguments to that
I want to be able to run an external app like : notepad.exe using ShellExecuteW() and send an argument like : c:\sample.txt to that. I mean: notepad.exe c:\sample.txt   How can I send arguments to that? I use: #import "shell32.dll"
sd2000sd
Added topic getting the last price of a symbol
I want to get the info for a symbol using: what is wrong with my code? it prints: 7.0 but it must print : price of the last deal which is: 3588  ENUM_SYMBOL_INFO_DOUBLE symbInfoDouble; SymbolInfoDouble ( Symbol (),symbInfoDouble); double
sd2000sd
Added topic how can I get the milliseconds past from this day?
I want to have the total of milliseconds past from the start of the current day in the server's time. Please help me with the code. Give an example code please. Thanks
sd2000sd
Added topic about pending orders and client
when I place a pending order in MT5, is it necessary to have my terminal of MT5 runnin to execute those orders? or can I disconnect from the internet and shutdown my PC? I mean, if  I shutdown my PC and disconnect from the Internet, will the
12