Page 385 of 424
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 1:56 am
by WOLF
edit : re-upload with small tweak
its perfect

even check it in strategy tester
edit : think i messed something up with the bar calculation
but might just be the formula, checking it
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 6:43 am
by blonde
WOLF wrote: Wed May 15, 2024 1:56 am
edit : re-upload with small tweak
its perfect

even check it in strategy tester
edit : think i messed something up with the bar calculation
but might just be the formula, checking it
Hello! The arrow you have turned out to be really interesting! Just could you replace the graphic arrows with buffer ones. Now itβs difficult to connect an advisor to test the idea. A closed code would be fine. Thanks in advance.)
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 6:52 am
by WOLF
i did another overhaul of the code, this one seems to work better
and i don't know how blonde, but i will send the mq4 to mrtools or kvak if they can help you
this version has different pricing not bars
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 7:04 am
by Tradehunter
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 7:24 am
by Narutopips
WOLF wrote: Wed May 15, 2024 6:52 am
i did another overhaul of the code, this one seems to work better
and i don't know how blonde, but i will send the mq4 to mrtools or kvak if they can help you
dont think i have pm abilities yet
Nice work man, grateful for the share. please can you add an alert to it? That would be nice.
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 7:25 am
by WOLF
Narutopips wrote: Wed May 15, 2024 7:24 am
Nice work man, grateful for the share. please can you add an alert to it? That would be nice.
sent mq4 to kvak in pm for yours and blondes as i dont know how to do those specific
edit : also to mrtools looks like kvak just got off
edit : doesnt look like they will if any body else is up for it iβll send pm
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 11:31 am
by WOLF
did the alerts just let me know if they work for you or not
think i might need to change one thing if they dont
and just fyi i use these for pattern finding not entry on arrow
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 5:33 pm
by Milad8732
WOLF wrote: Wed May 15, 2024 1:56 am
edit : re-upload with small tweak
its perfect

even check it in strategy tester
edit : think i messed something up with the bar calculation
but might just be the formula, checking it
nice indicator
thanks for share it
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 7:00 pm
by ionone
WOLF wrote: Wed May 15, 2024 11:31 am
did the alerts just let me know if they work for you or not
think i might need to change one thing if they dont
and just fyi i use these for pattern finding not entry on arrow
1) first the arrows are shited in the future by 1 bar
2) secondly I don't have the same result when putting the indi on a chart or passing it through the strategy tester (as you can see here (yellow are the indi put on the chart afterwards))
you need to fix those issues if you want to be considered seriously
Re: Something interesting please post here (Metatrader)
Posted: Wed May 15, 2024 7:48 pm
by wojtek
Most probably it's the indicator (close to that) attached here:
post1295533035.html#p1295533035
post1295533097.html#p1295533097
It can easily be fixed by changing i -> i+1,
but you will lose some info in such a case.