- Search Metals Mine
-
sd59 replied Apr 28, 2023Hi Paul, I've been trying to get data from Maths speedometer indi using iCustom() and put your code in the Init() function but still get the cannot set millisecondtimer when I load the indi. Am I doing the correct thing here? thanks
Speedometer (Points/Sec)
-
sd59 replied Apr 5, 2023Hi Math, Have been using the indicator recently - very useful coupled with another couple I have so thanks. A quick question and not knowing the exact code don't know if this makes sense but.... Would it be useful to add the current histogram bars ...
Speedometer (Points/Sec)
-
sd59 replied Oct 23, 2022Hi emmzett, Sorry to dig this thread up again - I hope you're still active! Just a quick one I am loading an indicator using your dll - do you know of a way of suppressing the 'confirmation' window that appears when indicators are loaded to MT4 ...
calling scripts from indicator
-
sd59 replied Aug 20, 2021image Working at the moment - if it makes it to the 50 level will be a good end to week!
Cable Update (GBPUSD)
-
sd59 replied Aug 20, 2021I'm out of all short term shorts since the swing is moving North for now. For a bit of fun I'll take a scalp long if it comes back to 1.3620.
Cable Update (GBPUSD)
-
sd59 replied Aug 20, 2021The H4 bounced off the 8MA which it loves to do! Few more retail buyers have come in long but still need more to go below 1.36 I think.
Cable Update (GBPUSD)
-
sd59 replied Aug 20, 2021you've got some nice profit there. If it breaks 1.36 I'll probably take some profit around 1.3585 then 1.3563.
Cable Update (GBPUSD)
-
sd59 replied Aug 20, 2021I still think the GU might fancy breaking the previous weekly low - whether it does that today will depend on the SM coaxing more buyers in on this recent up move.
Cable Update (GBPUSD)
-
sd59 replied Aug 4, 2021I want to back up emmzett here - you can easily call a script from an indicator with the LoadMqlProgram, I do it all the time! I don't think you are using MT4 properly for the application.
calling scripts from indicator
-
sd59 replied Jun 4, 2020Hi emmzett, I'm probably doing something wrong here - I simply transferred my script to the subfolder within the main scripts folder. BTW I simply connect to all my programs and data from the the MT4 terminal : image string path = ...
calling scripts from indicator
-
sd59 replied May 28, 2020Thanks for the heads up I'll keep a look out. Looks like your dll code is more elegant (another way of saying I understand how to use it!)

calling scripts from indicator
-
sd59 replied May 28, 2020Hi emmzett, I have used your expander quite a bit and it works great so thanks for that. I am trying to organise files a bit better and created a subfolder to put a script in that I have been running using the expander code. It works fine if the ...
calling scripts from indicator
-
sd59 replied Sep 16, 2019hey guys, I'm having problems with iMAOnArray function in Mql4. I want to find the moving average values for the iOBV indicator but get a lot of zero values. My code is below and any help is appreciated. double param1[], param2; void OnStart() { int ...
MQL4 Programming