simplex replied to the topic Coders Supporting Coders in the forum Development 9 years, 7 months ago
Interesting news, thanks for sharing it, @pipatronic.
Here’s the original story referenced by the FF article …
Sooner or later we’ll have to get used to the idea of migrating our mq4 code.
simplex replied to the topic Expectancy Management in the forum Trading Systems Discussion 9 years, 11 months ago
@pipatronic: nice vid, thanks for it!
Contentwise, though, there’s nothing really new as compared to our recent written discussion. My opinion stated here is still valid.
If hedging helps you in your trading approach, just go ahead. But when developing an EA I do not see a reason to go that way, because a quick exit and re-entry is easier to…[Read more]
Joakim replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 9 years, 11 months ago
I think GG53 doesn’t share his indicator’s open source code. Many times on FF and here he was asked, but he didn’t share, and I can understand him. But big big thanks to him for his work, and also he share with us without and tax
So we should work what we have
for don’t lose importand indicators, I stopped a…[Read more]Anti replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 9 years, 11 months ago
@Pipatronic: Is that the system you’re working on recently? If so, I’d either try to reconstruct and recode GGs OBV divergence indicator or I’d ask GG if you could get a mql4 copy of it. If you don’t have the mq4 file you could one day be confronted with a no longer working indicator …
Joakim replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 9 years, 11 months ago
Thank you @anti step by step, I hope I’ll understand how “to catch fish”
@pipatronic I have candles-indicator which was created by @takhang (sorry if I spell wrong). Do you mean this indicator?Anti replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 9 years, 11 months ago
@Pipatronic: Your output quantity is really amazing ;) Thanks!
Anti replied to the topic VIDEO in the forum General Discussions 10 years ago
@pipatronic: I use FlexiChart to generate tick and 1 second charts. But you can only record ticks in real time.
Anti replied to the topic VIDEO in the forum General Discussions 10 years, 2 months ago
@Pipatronic: Please excuse my insufficient English skills. However, I think you got the idea – maybe it’s useful.
simplex replied to the topic Trading made even simpler & some discussions on currency strength in the forum General Discussions 10 years, 3 months ago
Hi @Anti, @pipatronic:
Yes, I know there’s life outside of forex forums

I understand that you’re busy, and I appreciate the fact that both of you are among those members who really dedicated a part of their work to the community and shared your insights.
Let’s stay in touch.
Thanks for that, and all the best!
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Recently I found this article related to your question: http://www.forexfactory.com/attachment.php?attachmentid=1497992&d=1409151391
s.
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like;
if ( (High - Low) != 0.0 )to protect zero result condition
Hope it…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like ‘if ( (High – Low) != 0.0 )’ to protect zero result condition
Hope it h…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Hi all,
I got this line of code from other thread :
double V = ( MathAbs(Open – Close) * MathPow(High – Low, -1) ) * Volume;
Just want to make sure about zero devide. If the result of (High-Low)==0.0, then the equation MathPow(High-Low, -1) will cause error. Is it right?
@pipatronic : Thanks for info about Obv Div.

Anti replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 7 months ago
Thank you, @Pipatronic.
Has someone wrote a modificated VZO indicator as GG53 suggested (weighting volume by | open – close | / (high – low) ratio)? Also following simplex suggestions I haven’t succeed.
A happy new year to all that celebrate it today! Wish you tons of green pips.
Anti replied to the topic True Bars/Candles and Market Sentiment in the forum Trading Systems Discussion 10 years, 8 months ago
Thanks @gg53, @pipatronic & @simplex. Mabye thus we should first identify scenarios in which the river don’t go back to its bed.
smallcat replied to the topic Byez in the forum General Discussions 10 years, 8 months ago
Sorry to hear that bro … i have also blown up my 3 (of 5) accounts, which is around 68% of my capital. It was very painful and i was down …
I realized that it was my fault: bad money management, greedy, etc … I have around 80% profit in 4 days, and got margin call at the next day …
But the show must go on. I think just take a…[Read more]BalrogTrader started the topic Byez in the forum General Discussions 10 years, 9 months ago
Dear friends,
I’ve suffered some major losses (around 30%) on a real account lately. This is the final proof that I’m not a good trader and will never be one.
So, I’d like to thank @Saver0, @MTH2014 (Kiads), @gg53, @xux99, @Edington, @simplex, last but not least @pipatronic of course and to all other friends that I forgot to mention. Thanks f…[Read more]
BalrogTrader started the topic Byez in the forum General Discussions 10 years, 9 months ago
Dear friends,
I’ve suffered some major losses (around 30%) on a real account lately. This is the final proof that I’m not a good trader and will never be one.
So, I’d like to thank @Saver0, @Kiads, @gg53, @xux99, @edington, @simplex, last but not least @pipatronic of course and to all other friends that I forgot to mention. Thanks for your e…[Read more]