- Search Energy EXCH
-
jeanlouie replied Dec 27, 2021Of course, but ask here so someone else with a better answer can chime in.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 27, 2021The ide is metaeditor that comes with the mt4 or mt5 terminal you download. You type stuff in metaeditor, compile, then flip to the metatrader terminal to see it by loading the indicator/script/ea, or keep it loaded and just make changes on the fly ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 27, 2021I didn't suggest to remove the second dimension. The problem is that the second dimension isn't declared with a valid size, in my reply I had examples of arrays declared with different dimensions and sizes, if you copy n paste it n compile, the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 26, 2021- it's a windows tool, most likely wont run on a mac unless the mt4 windows version is run on some windows utility on the mac - try running as administrator - nothing else off the top of my head, try googling
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 24, 2021Invalid index error means the index that you're trying to use is invalid. The [2] looks ok, so probably there's an issue with the second dimension declared as []; Single dimension arrays don't need to be declared with a size, but multidimensional ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 24, 2021In your loop where you're running through and getting all your symbols presumably with symbolstotal/name(false), get the path name of the symbol via symbolinfostring, and if it includes nse_spot via stringfind then list it, else skip it.
Guidance Needed
-
jeanlouie replied Dec 21, 2021Well if: - you don't think there's a difference between "can" and "should" here - modifying intellectual property that wasn't allowed by the author and doing so for others is fine by you - circumventing simple measures to modify an executible that ...
Adding push notifications to every indicator
-
jeanlouie replied Dec 21, 2021"Can" and "should" are different things. The author did not supply the source code, only use of the ex4 file. Decompiling means accessing the source code that the author did not provide. Only if you paid to be able to do that, or the author ...
Adding push notifications to every indicator
-
jeanlouie replied Dec 17, 2021Unfortunately that file is decompiled, no one can work on it. Decompiled means stolen ip. The author did not supply the source code for the file, so no modifications can be made to it. Consider making a separate alerting indicator for it so you dont ...
Adding push notifications to every indicator
-
jeanlouie replied Dec 15, 2021Firstly it wasn't written for you or for fxdreema. Secondly the way its setup isn't useless, dont give up so quickly. If I recall right there is a rise and fall option on an indicator condition in fxdreema, all you need is a single buffer. If you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 11, 2021If you're planning on using metatrader terminals, then it's probably best you just type things up in mql4/5. 5 is faster than 4 and I recall there is support for multicore/parrallel computing. Time wise, the biggest concern is just seeing what your ...
Will converting F# to MQL4/5 improve CPU & Memory usage?
-
jeanlouie replied Dec 11, 2021I think you're holding yourself back by constantly asking questions that you can figure out. If you know what an int is, then you probably know what a double is, you could use a double to see if there is any difference, and if you dont know what a ...
Zero Divide Error: (2216,68), why?
-
jeanlouie replied Nov 26, 2021Requested Swap_Info - data window values - swap long, short, type - type 0=points, 1=sym base currency, 2=interest, 3=margin currency
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 23, 2021If by chance your broker supplies real vol on some mt4 terminal they have.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 19, 2021Made for someone else couple of days ago, but not exactly limited, may as well post here. Volume_wMA - tick or real volume - ma already applied
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 19, 2021Mntiwana is a great resource, seems to have an indicator for everything, but has never claimed to be a coder. Wm doesn't sell or promote any paid services, not that I can tell, he only advises hiring someone (no one in particular) as 1 option of a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 19, 2021How about instead of showing it to non-coders, you go straight to wr and explain to him how do it properly, according to you. I dont like his writing style either, but just concerning functionality, the code you took snippets of, isn't for forum ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 24, 2021What about url You need to improve your searching or be flexible in what you find, this is a common indicator.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 19, 2021Looks like you have to turn it off on all charts it's loaded on.
I will code your EAs and Indicators for no charge