- Search Energy EXCH
-
CodersGuru replied Nov 14, 2010GetLowest — I don't think you need ArrayCopyRates to get the lowest value for the previous x bars. Use this function to get the lowest low value for x bars: void GetLowest(int start, int end, int& bar, double& value) { double l=20000; int w=0; ...
sorting the Low value series
-
CodersGuru replied Nov 13, 2010Could you test my pivot alert indicator then tell me (if you like it) what do you want to add?
Looking for mt4 indicator: mt4 pivotpoint alarm
-
CodersGuru replied Nov 13, 2010This is my Pivot indicator: xpPivot And this is Alerts enabled Pivot indicator. xp Pivot Alerts
Looking for MT4 indicator: Sound alert enabled Pivot Levels
-
CodersGuru replied Nov 10, 2010Sure you can send CTRL+E to the MetaTrader from you MQL4 code. I'll try to write an example when I got the time.
Emulate the "Expert Advisor" button click
-
CodersGuru replied Nov 5, 2010Script to EA — We should see the script code or at least what does the script do.
Start an EA from a script?
-
CodersGuru replied Oct 29, 2010Thank you Gvs! Soon you will find a complete course!
Is there a book on metatrader?
-
CodersGuru replied Oct 28, 2010To get these values for the current bar: double quarterDailyWaves = iCustom(NULL,0,"FX5_NeelyElliotWave_v1.2",segment_0,enableCustomDailyClose,dailyCloseTime, ...
iCustom()
-
CodersGuru replied Oct 28, 2010This code submitted by 4xCoder is not working at all. I spent all the night burning my brain with the code and googling and no results at all. I'll try to write a working code and submit it here!
Named Pipes for MT4
-
CodersGuru replied Oct 28, 2010re-writing all my lessons — I'm re-writing all my lessons and I will add new chapters too. I wrote the first 3 lessons here: MQL4 Course Could you tell me if you find them better than the first 3 lessons you just downloaded??
Is there a book on metatrader?
-
CodersGuru replied Oct 28, 2010The bad news is you can not use this indicator in EA or use iCustom with it. Because it has no output data. (Monitor the data window you will find nothing).
iCustom()
-
CodersGuru replied Oct 25, 2010Yes. Write Comment(""); inside the deinit function.
How to display certain EA data on Chart?
-
CodersGuru replied Oct 22, 2010Could you edit the above post and delete the code? And could you send me the AMA indicator and I'll include it in xpMA indicator.
XP Moving Average!
-
CodersGuru replied Oct 21, 2010Thanks for testing the indicator. I'll write the manual soon.
Automatic Fibonacci indicator
-
CodersGuru replied Oct 20, 2010How do you want to pass 5 values to a function that accepts only 4 parameters? This is wrong. ------------------------------ The function is very like the sausage machine, you input the meat and the spices and it outs the sausage. The meat and the ...
How to pass parameter?
-
CodersGuru replied Oct 20, 2010The 4 functions are required to be passed in this function. You can not omit them when you call the function. So you function call should be like this: display(abc, "some_string_value", some_int_value, another_int, another_int_value);
How to pass parameter?
-
CodersGuru replied Oct 19, 2010Any comments out there? 20 downloads and no comments?
Close All Hot Keys Script