It works perfectly! Thank You very much once again.
Best posts made by polper
-
RE: Move confirmed with breakout above moving average of volumeposted in Questions & Answers
Latest posts made by polper
-
Bulk changes in EAsposted in Questions & Answers
I'm looking for a solution, how to make one change in multiple EAs at the same time.
Example 1. I have 30 EAs and all of them based on EMA 20 and I would like to change it to EMA 50. I know how to change them one by one - I import EA to fxdreema, change it, save it and upload it again to MT4. Is it possible to run this process or part of it for all of 30 EAs at once?
Example 2. I have and EA with EMA 20 and would like to create a copy of this EA with EA 25 and EA 30. I can run the same process and make copies manualy creating new EAs, but maybe there is a way to do create those new versions of the same EA more automatic way?
Is there any solution for making such "bulk" changes in mql code at once through fxdreema, MT4 Editor, Python, mql script or any other way?
-
RE: Move confirmed with breakout above moving average of volumeposted in Questions & Answers
It works perfectly! Thank You very much once again.
-
RE: Move confirmed with breakout above moving average of volumeposted in Questions & Answers
ok ok I check it out! Many thanks!
-
RE: Move confirmed with breakout above moving average of volumeposted in Questions & Answers
Ok, as I see here it is somehowe managable with mql code without special indicator
https://forexsb.com/repository/repository_indicators/forex_indicator_review/261/rising-volumeIs it possible to code or set up the same logic in fxdreema?
-
Move confirmed with breakout above moving average of volumeposted in Questions & Answers
Hi there,
I'm looking for a way to code confirmation of a move by breakout in volume. Breakout means volume is higher at least X times than moving avarage of volume from Y last bars!
0_1539926340028_Volume confiration.png
I was trying to leverage those posts
https://fxdreema.com/forum/topic/4510/tutorial-loop-advanced-find-and-save-specific-value-from-indicator-history
https://fxdreema.com/forum/topic/4507/indicator-average-value-ichimokuBut it doesn't me a hint how to code it, since at this site
https://docs.mql4.com/indicators/imaonarray
there is no ivolume, there is only iMAOnArray which I don't know how to use for volume.I would be grateful for Your advice how to approach this one!
Regards