Re: Coding Help

581
traderduke wrote: Tue Nov 21, 2017 12:42 am

MRTools
The "First Indicators Data" is not used in The "Awesome_signals" which is where my problem exist. Any chance you can address my problem, its the eighth item on the "apply to" drop down box.
I can achieve the goal by loading the 2MAs onto an awesome occupied window but I'm looking for one indicator that does both, is that even possible?
See chart:

11-19-2017 1-24-32-awsome-2ma PM-2.png

Thanks
Ray
Yes that what these 2 lines are doing

Code: Select all

fsig[i] = iCustomMa(MaMethod,ao[i],FastSignalPeriod,i,Bars,2);
 ssig[i] = iCustomMa(MaMethod,ao[i],SlowSignalPeriod,i,Bars,3);
It's doing it this way instead of iMAonarray.




Re: Coding Help

587
vvFish wrote: Tue Dec 05, 2017 7:03 pm Dear coders, help remove the indicator of this indicator from the chart
Hey VV I would do it for you but we are unable to edit EX4 files bro.
Have you got the MQ4 file by any chance?
Myfxbook live trading results šŸ“Š

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance

Re: Coding Help

588
Jimmy wrote: Tue Dec 05, 2017 9:04 pm
Hey VV I would do it for you but we are unable to edit EX4 files bro.
Have you got the MQ4 file by any chance?
:(
My friend,
If he had been with me, :shock:
I probably did not address to experts. ;)
"Only the price on the chart can show the entrance to the deal..."

Re: Coding Help

590
alozard wrote: Mon Dec 11, 2017 8:44 pm Hi Mladen
Can you turn this indicator into an English version?
Thanks
I think it is a lot of conversion/translating work and not possible for experts to manage such time for/on some one others code
but you and others can use this site for conversion such lines to proper classical language at first (in this case - from unknown language to Russian) and then translate by google translator from Russian to English - and by this way copy/paste every single word and line in code as per required

https://2cyr(dot)com/decode/?lang=en
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.