I am asking for help in finishing what i started its either you can help or you cant, i dont have to prove anything to you, i sent those picture just so you se what i am talking about
Posts made by chrisbe
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
As you can see line is above for buy trend and below for sell, unlike regular MA that printing line below for buy and above for sell
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@jstap is this satisfactory or do you want a different time frame as well

-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@chrisbe but if you can acheieve the result with adjusted setings by all means let me know what settings you use
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
Like i said earlier it doesnt load current data automatically unless i switch time frame and back
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@jstap i Named it custom moving average its not the regular MA i designed it myself
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@chrisbe This cannot be acheieved by adjusting normal ea settings trust me i spent days trying to adjust to get it, i cam close with using shift but that means i dont get realtime data i get data after 5 or 10 candle depending on the shift which doesnt work for the project i want to use it for
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@jstap what you have is differernt my friend look at the MA's in mine when buying the MA is above price but yours is below price and when mine is selling MA is below yours is above price
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@jstap this is not a MA with a backstep or a shift, i would cause i did it my self, the only problem i have is that it doesnt render automatically, i have to manually reload by switching timeframes fir it to load the current data, hence i need someone with better expectise than me
-
Anyone who can design this indicator, Willing to payposted in Questions & Answers
This is the example of what i need.

-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@l-andorrà
This is an example of what i am looking for
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
@l-andorrà Hello
I attached the Indicator its not a fxdreema project, its a Moving Average indicator -
Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
Hello everyone,
Working on a project and am tring to change the moving average "ArraySetAsSeries(ExtLineBuffer,false) to; ArraySetAsSeries(ExtLineBuffer,true) and
ArraySetAsSeries(close,false) to: ArraySetAsSeries(close,true)" but keep the loop direction to read as normal without reversing the loop, after changing value to true the indication no longer buffers on its own without manual refresh..Please help -
RE: loop object fibonacciposted in Questions & Answers
@mmmmmmmmmm true the loop capacity is not specified, which is why i suggested since you only need the last 2 fib, creating 2 alternating fib would be ideal it will also increase the capacity of the EA so its not slow, well good luck
-
RE: loop object fibonacciposted in Questions & Answers
My current project is currently with Zigzag as well, although not using fib
-
RE: loop object fibonacciposted in Questions & Answers
@mmmmmmmmmm to do this i recomend, creating two fib name them fib 1 and 2 for example, create to fib and 2 variable, (eg fib 1and 2) when fib one is created set var to 1 and when fib 2 is created set fib 2 var to 1 if a new fib 1 is about to be created create a condition that check if fib1 variable is set to 1 if it is then deleted previous fib1 to replace it with the new onw also do thesame for fib2
-
RE: loop object fibonacciposted in Questions & Answers
@mmmmmmmmmm Grouping them can work but your original issue will still remain, if you need more than one fib create seprate conditions otherwise multiple reproduction of this thing causes your EA Crash