Forex Zone - Forex Forum

Need modification of the infamous (famous) indicator Vulkan Profit

Discussion started on Indicator Modifications

Administrator
  • Hero Member
  • Posts: 5063
  • Points: 29205
  • Likes Received: 5102
  • Reputation: +220/-14
On a hindsight, now that I have tested two of them with the same built (code) which continues to have the missing signals, do you think this has any thing to do with the strategy itself.  I tend to disagree with that thought, as the buy/sell comes when you change the symbols/time frames and when you look at the cross-over (I mean 3/8 over/under 18/28)  and this beats me on the strategy part.
I don't know what would cause this on two separate indicators related to each other since I have not seen it myself. I just took your word for it. I would say that it is just being caused by conditions not being met, but you say the arrows appear after re-initializing the indicator again. I think it might have something to do with the old coding.
#31 - August 22, 2018, 01:17:35 PM

Need modification of the infamous (famous) indicator Vulkan Profit in Indicator Modifications_topic=585

  • Newbie
  • Posts: 30
  • Points: -5
  • Likes Received: 1
  • Reputation: +1/-0
Damn, my sincere apologies.

Initially I thought I had attached the wrong one, later when I checked I see that the one I was using (as you said) is a .ex4.  I just checked the net and got a mq4 file but for some reason doesnt attach to the chart.

Attaching the right now.  Let me know if you are able to attach it as I checked the code.

Regards
JS
#32 - August 22, 2018, 03:45:19 PM
Attachments:

  • Newbie
  • Posts: 30
  • Points: -5
  • Likes Received: 1
  • Reputation: +1/-0
Got one more from the net and this one works on the chart without a hitch.

And the code remains the same. Sorry about the barrage of indies coming your way.

Regards
JS

PS : Just shortened the name, so that no confusion as all of them has the same name.

#33 - August 22, 2018, 04:08:22 PM
Attachments:

Administrator
  • Hero Member
  • Posts: 5063
  • Points: 29205
  • Likes Received: 5102
  • Reputation: +220/-14
I checked the newest Sidus indicator and it works. The arrows look the same as the Vulkan Profit indicator too. Now that we have the source code, the only matter that needs addressed now is why it is missing arrows like you said.
#34 - August 22, 2018, 06:06:26 PM

  • Newbie
  • Posts: 30
  • Points: -5
  • Likes Received: 1
  • Reputation: +1/-0
Yes beats me really.  May be your review of the code could get some new findings on this behaviour.

Regards
JS
#35 - August 23, 2018, 04:40:04 AM

Administrator
  • Hero Member
  • Posts: 5063
  • Points: 29205
  • Likes Received: 5102
  • Reputation: +220/-14
I will review it when I get some time. If what you are saying is true, I'm sure it has something to do with the code. I can take the exact conditions now that I have the source code and add it to my indicator.
#36 - August 23, 2018, 01:00:52 PM

  • Newbie
  • Posts: 30
  • Points: -5
  • Likes Received: 1
  • Reputation: +1/-0
Yes Admin (wish I could call you by your name), that greatly helps. Appreciate your time here.

Warm Regards
~JS
#37 - August 23, 2018, 01:58:33 PM

Administrator
  • Hero Member
  • Posts: 5063
  • Points: 29205
  • Likes Received: 5102
  • Reputation: +220/-14
This is next on my list of things to do. If all goes as planned, I will have a new indicator version ready soon.
#38 - August 28, 2018, 02:40:03 PM

Administrator
  • Hero Member
  • Posts: 5063
  • Points: 29205
  • Likes Received: 5102
  • Reputation: +220/-14
I have been reviewing and testing this indicator. About the RSI and CCI that was asked about, it is in the code, but it is not implemented. So they are just taking up space and perform no function.

About the indicator missing arrows, I was right before about the dots having something to do with the arrow conditions. They were not meant for TP by the original coder. They are required for an arrow to appear. However, they appear AFTER the arrows most of the time. Sometimes, they appear on the same candle as the arrow, but regardless the problem is that they are needed for an arrow to appear though. See the attachment.

So this is why the indicator misses arrows after it is already started and has been running, because when it is running it is not considering old candles to the left of the chart so far back. Yet, the conditions for an arrow require there to be a dot, but the dot doesn't appear until LATER. When you reload the indicator though, it forces it to consider all candles again, so arrows are drawn. This is why.

So here is what I can do. I can remove the condition for the dots to be required for an arrow. What will happen is you will get more arrows drawn though. Or I could make the indicator always consider past candles so it will draw arrows without the need to reload it. The problem with this though is that the new arrows will come delayed. This is because of what was said above about the dot being needed for an arrow to be drawn, but the dots appear AFTER the arrow.
#39 - August 30, 2018, 01:22:37 PM
Attachments:
« Last Edit: August 30, 2018, 01:24:33 PM by Admin »

  • Newbie
  • Posts: 30
  • Points: -5
  • Likes Received: 1
  • Reputation: +1/-0
Thanks for taking time to investigate, appreciate your findings.

Yes, now it makes perfect sense... Looks like we are in a catch-22 situation.  Either way we have to take the hit and if I may say doesnt serve the purpose that we intended to, from the beginning.  

Sad to see this behaviour, but sincerely appreciate all of your precious time spent on this one, which is very much appreciated.

Please feel free to close this thread. Thank you !

Warm Regards
JS
#40 - August 30, 2018, 01:57:09 PM

Administrator
  • Hero Member
  • Posts: 5063
  • Points: 29205
  • Likes Received: 5102
  • Reputation: +220/-14
Just let me know if you want anything done. I would recommend the 1st option. You may see more arrows, but at least there will be no delay and no need to reload the indicator all the time. If you don't want anything done, that is fine too and I'm glad you understood what I was saying.
#41 - August 30, 2018, 02:51:28 PM

  • Newbie
  • Posts: 30
  • Points: -5
  • Likes Received: 1
  • Reputation: +1/-0
Alright, I will go with the first option.  Thanks a bunch mate.

Cheers
JS
#42 - August 31, 2018, 05:11:09 AM

Administrator
  • Hero Member
  • Posts: 5063
  • Points: 29205
  • Likes Received: 5102
  • Reputation: +220/-14
Attached is the updated Vulkan indicator. I haven't tested it live, but it should do what I said before.
#43 - September 02, 2018, 07:38:20 PM
Attachments:

  • Newbie
  • Posts: 30
  • Points: -5
  • Likes Received: 1
  • Reputation: +1/-0
Thanks mate, appreciate your sustained efforts to make this strategy better (I hate calling them indicators :)).

Cheers
JS

PS : Was not keeping well and hence the delayed response.
#44 - September 07, 2018, 02:23:08 PM

  • Starter
  • Posts: 1
  • Points: 0
  • Likes Received: 0
  • Reputation: +0/-0
Dear Admin,

Appreciate your work on this indicator. It works great. Just wondering if it is possible to get the mq4 of the final version (Vulkan Profit MA Arrows) from you please?

Best Regards.
#45 - June 18, 2019, 09:12:04 AM

Members:

0 Members and 1 Guest are viewing this topic.