Search found 9 matches

Re: Define the fibonacci position

Ideally you should move with price. of price has moved up, start fib from down and move up and vice verca. But it doesnt matters which way you draw it as the fib levels are symmetric. the 37% level becomes 63% when drawn other way and vice verca. 50% level remains the same in drawing both ways. Tha...

Re: Define the fibonacci position

Ideally you should move with price. of price has moved up, start fib from down and move up and vice verca. But it doesnt matters which way you draw it as the fib levels are symmetric. the 37% level becomes 63% when drawn other way and vice verca. 50% level remains the same in drawing both ways. Tha...

Re: How code indicator to count number of crossings of Moving Average

Try!! Thanks so much for your help. Could you share the source of the indicator? I'm learning programming so I need to refer to the source code to better understand programming algorithms. Thank you very much. I tried to write a piece of code but it seems they didn't work correctly int start() { in...

Re: How code indicator to count number of crossings of Moving Average

pacois wrote: Sat Oct 26, 2019 6:20 am
Hi, explain better, use mt4 to illustrate what you think and want.
Thanks for the reply. I want to code an indicator with the following content:
For example, I use 3 MA10, 50 and 200 lines. When MA50 crosses MA200, count the number of cross of MA 10 with MA50.
Thank you very much!

Return to the advanced search