- Search Metals Mine
-
yousername replied Sep 20, 2017Sorry can't and won't help. Your code seems like it is a decompile code and you claim it's yours. The variables name there look so effing confusing and I don't have time to go through it. So i wont help. Beside I don't see any problem with the ...
MQL4 Programming
-
yousername replied Sep 20, 2017In this video I show you how to add moving averages into any oscilator url //+------------------------------------------------------------------+ //| cciMATutorial.mq4 | //| Copyright 2017, MetaQuotes Software Corp. | //| https://www.mql5.com | ...
MQL4 Programming
-
yousername replied Sep 19, 2017It is almost similar to constant (fixed) variable where you can't change the variable while the program run. #define FIB_SUP1 "FIB_SUP_1" #define FIB_SUP2 "FIB_SUP_2" #define FIB_SUP3 "FIB_SUP_3" #define FIB_RES1 "FIB_RES_1" #define FIB_RES2 ...
MQL4 Programming
-
yousername commented Sep 19, 2017Most hedge funds wants a stable instrument and not too volatile as Bitcoin where suddenly in less than a month it dropped 20% in value 5k to 4k. That is not acceptable
Ray Dalio, founder of the world's largest hedge fund, says 'bitcoin is a bubble'
-
yousername commented Sep 19, 2017USD needs to get lower in order to increase the global demand for us export. That way wages increase and with that most people will be able to handle their debt when the interest rate got increased. When that time comes, use will be appreciated. And ...
A Fed hike is coming in December, according to a CNBC survey, whether the market believes it...
-
yousername replied Sep 19, 2017//Rectangle ObjectCreate(0,FIB_SUP1, OBJ_RECTANGLE, 0, iTime(NULL, PERIOD_D1, 0), Close[5], Time[0], Close[0]); ObjectSetInteger (0,FIB_SUP1, OBJPROP_BACK,1 ); ObjectSetInteger (0,FIB_SUP1, OBJPROP_COLOR, C'0,52,62'); ObjectSetInteger(0,FIB_SUP1, ...
MQL4 Programming
-
yousername replied Sep 19, 2017New feature Show hide the left menu as seen in the youtube video url another new feature, you can use the trendline to execute a grid. The command is the same used as with the Horizontal. file
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 19, 2017I set that as an example. You see there are 3 objects. Rectangle (your fibonacci SR) and your price labels. From that code, all you have to do is just change the name of the object and the X axis (Date time) and Y axis (price) value. Go read the ...
MQL4 Programming
-
yousername replied Sep 19, 2017Look, I'm sorry I was pissed at you because suddenly you flooded me with information, files, links. My first impression was, what the hell is this guy think he is? Like as if you want me to change your diaper? Before you, there was some one sent me ...
MQL4 Programming
-
yousername replied Sep 19, 2017You have to use command in order to modify the EA parameter. FG_GRID SPACE_30 that command will make 30 pips distance between each order url
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 18, 2017Look for long if the news result today is beyond the expectation. Stay in the sideway if the news result today is as expected, mixed result. Get ready to short if the news result today is lower than expected The FIBEXes are contracting and waiting ...
ZigCharm
-
yousername replied Sep 18, 2017Hi Nicholishen, Thanks for the feedback. yeah I agree it is important to know the difference between extern and input because it could affect the whole thing. For instance if the extern variable got changed during the program flly and suddenly the ...
MQL4 Programming
-
yousername replied Sep 18, 2017110 Buy Grid = Buy Stop (1) | Buy (1) | Sell Stop (0) Sell Grid = Sell Limit (1) | Sell (1) | Buy Limit (0)
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 18, 2017Thanks. Tomorrow I will teach about adding a moving average into any oscillator indicator.
MQL4 Programming
-
yousername replied Sep 18, 2017You can compare the .txt file produced from the calendar against the FF econ and figure out which is which. Once you got that figure out, you can use your coding skill to extract particular information from the .txt file.
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 18, 2017Sorry it only work on a Horizontal line. But I will consider to have it on a trend line.
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 18, 2017Yes it does and it should. No changes made on the Grid Style. Let me know if there's a problem. Thanks
Flexy Grid EA (Grid Trading)
-
yousername replied Sep 18, 2017No you didn't learn anything. If you did and wanted to learn something you should not unsubscribe.
MQL4 Programming
-
yousername replied Sep 18, 2017Sorry I was rude Maybe this is what you're asking for. TEST2 and TEST 3 are the price label //+------------------------------------------------------------------+ //| test.mq4 | //| Copyright 2016, MetaQuotes Software Corp. | //| ...
MQL4 Programming
-
yousername replied Sep 18, 2017No problem. I think you have to pay attention to the flag logic. I didn't pay much attention to it. Good luck

MQL4 Programming