A line tool
-
I made a fun little tool that creates high-low lines based on RSI, and decided to share it here in case anyone finds use for it.
I will not bother explaining this in detail, feeling lazy lol
https://fxdreema.com/shared/n4LXpQO1b

-
I continued this project by extrapolating the lines, allowing to compare current price to the extrapolated line.
Why I made it so unneccessarily complex is, this way I never have to read any values from objects, everything is done mathematically. Reading values from objects is buggy as ****. Also, thinking ahead, it's easier to implement into multi-currency systems...
-
Once more, we must bow before your brilliant creations.
Thank you very much for sharing, roar. -
thanks for sharing brother
-
Thank you roar
-
Could somebody "PRETTY PLEASE" covert this into mq4? I do not have mq5.
Or... Should I delete all my mq4 tools and signals and start with mq5...... sounds like a hellof a job because I know nothing of or have nothing mq5?
-
I recommend you to start with mw5. The converter is 100% efficient.
-
@l-andorrà ...... Thank you L'andorra
-
You're welcome.
-
Hi guys... You know the feeling when you get a Ferrari as a present but you do not even know how to start it, so the Ferrari becomes useless to drive and you can only appreciate its beauty? Well this is how I feel about this tool. I know its a powerful tool that roar gave us as a gift but I do not know how to implement it in an EA.. some pointers please!
My Project:
https://fxdreema.com/shared/S09L8CsWcIndicator:
0_1589351104587_PTL (2).ex5
-
What is the exact problem?
-
@l-andorrà Thanks for the reply........I do not know how to implement this tool in my EA so that its an advantage... or helping the current indicator to find trend or PA? Also if I change anything on to implement it, the EA show errors.. so I do not know how to connect the line tool to my EA... How to start?
For example: How would you go about it so the EA will put an order here according to the line tool?

-
Honestñy, considering this is a roar's creation I think tyhe best solution is asking for his help directly. I'm not good at dealing with programming issues, sorry.

-
@alphaomega well, I dont think its a Ferrari and I dont even use it myself, I just threw this out here if somebody finds use for it by themselves. Not a Ferrari, not even a Volvo, more like a broken bicycle dragged out from the gutter lol
-
@roar Hi roar... Thanks for replying.......
Well, I do not agree with you totally because I have loaded the line tool and watch it working. If you trade on lower time frames M5 - H1 it serves as a very accurate trend indicator, especially with the extrapolated crosses. The problem is that the Tool is in an EA form, for me is a big problem = I do not know how to implement the EA Tool in my EA. I have nada coding ability
Can you Please advice how my ea can read price from this indicator EA,s.I would be very grateful to you... Thank you for your consideration
-
@alphaomega the extrapolated x marks are recorded in two variables, up_point and down_point. If you downloand the .mq5 file and import it again, you get all the variables automatically.
https://fxdreema.com/shared/kjdn3zw4c


-
@roar .. Thank you for replying... I already got the mq5 file but how too incorporate it in the EA... How do I do it?


-
@alphaomega ......... Maybe you need the project to understand me better?
