• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion I will make a Free EA with your Indicator

half trend indicator is just

sma5 and ema10 cross filtered with stoch 20 3 3 ...

:):):):):)

titan indicator is just

sma5 and smoothma10 cross filtered with stoch 20 3 3

tell me what indicator are you raving about and i will tell you what it is..
Cool....you are welcome!
EVERY indicator which is posted here is coded of MT4 indicators...or something like breakout of a range, etc. ...but mostly mt4 indis
All custom indicators can be separeted into two groups:
- The good = non repaint coded indicators(20%): non repaint cause they are done from experts in coding
- The bad = repaint coded indicators(80%): They are coded for several reasons:
- Coders which just saw the first youtube tutorial and decided to code something
- Scammers which code this for scaling: Good looking indicators on chart which behave bad in real trading...
The last one will be successful ever and ever for the people who mostly look and not think...
 
my EA created by master tanaka can do everything and better. if you know how to do it...

Master it's time for another revision so that this EA can replicate all strategies here...

* Please add an option to enable\disable the 4 moving averages , thereby we can use exclusively the other indicators for opening and closing
* add an option to use 1 or 2 or 3 or 4 moving averages.
* add an option for "shift value" for each moving average
* add an option for ma method for each moving average (sma, ema. smoothed, or linear)

that's it


for all the holy grail of forex seekers.

i also include 40 strategies which you can try with the EA.. all is profitable especially when you don't act like a greedy moron. Much better also using higher timeframes.

you can thank Mr. Tanaka for everything
 

Attachments

Last edited:
Cool....you are welcome!
EVERY indicator which is posted here is coded of MT4 indicators...or something like breakout of a range, etc. ...but mostly mt4 indis
All custom indicators can be separeted into two groups:
- The good = non repaint coded indicators(20%): non repaint cause they are done from experts in coding
- The bad = repaint coded indicators(80%): They are coded for several reasons:
- Coders which just saw the first youtube tutorial and decided to code something
- Scammers which code this for scaling: Good looking indicators on chart which behave bad in real trading...
The last one will be successful ever and ever for the people who mostly look and not think...

exactly pretty...
 
I haven't even started yet but i found the answer to your question.

Step one more average 2.3 mtf indicator at it's default settings is

simple ma 5 shift 0 and smoothma 5 shift 3 filtered by stoch 20 3 3
 
I haven't even started yet but i found the answer to your question.

Step one more average 2.3 mtf indicator at it's default settings is

simple ma 5 shift 0 and smoothma 5 shift 3 filtered by stoch 20 3 3
:clap::clap::clap::clap::clap::clap::clap:

I'll try to set the indicator in chart. Thanks.
 
don't be fooled by the indicator name
TMA CG Mladen never repaint actually repaints and recalculates
but as i say before .. it repaints in a good way
the channel are repaint, but the alert doesn't repaint, they are still there, but always made a new one till the correct price achieved
 
the channel are repaint, but the alert doesn't repaint, they are still there, but always made a new one till the correct price achieved

u mean the alert is "arrow" ?
if yes .. please try this ..

run the indicator on strategy tester M1.. after finish take a print screen (dont move to another chart before take print screen)
after that open ur M1 live chart .. and u will see its repaint.

second ..
look on mq4 code

if (High[i+1]>upBuffer[i+1] && Close[i+1]>Open[i+1] && Close<Open) upArrow = High+iATR(NULL,0,20,i);
if ( Low[i+1]<dnBuffer[i+1] && Close[i+1]<Open[i+1] && Close>Open) dnArrow = High-iATR(NULL,0,20,i);

upBuffer is upper line channel .. dnBuffer is lower line channel
how can u say the channel is repaint .. but the arrow doesn't repaint ???
coz arrow came out based on line recalculation

third:
pls open this https://www.mql5.com/en/forum/181241
Mladen explain about how TMA calculation work
 
Wow, so beautifully said. You and other clients, believe they have not asked me anything about demo or any back test, and started with me because for them my struggle over 1000 pages has more worth than any proof to them. That is maturity and professionalism. Highly appreciate.

I am still receiving messages from some other members to run their account and they have not asked me for any miracle through any demo or forward test, they just want me to start immediately and make some everyday and expecting their account to get double or withdraw equal amount to their deposit targeting in some months in future. They also believe me more because of my number of followers and current status in Soehoe as Well-Known Member which is honorable for me as well as for them.

In future I will be speaking Tanaka San personally specially on in forum to draw a project and on it I ill start doing account management and money will be divide in to 3 portions (me, Tanaka san and investor).:cool::cool::cool:

Why did you changed your statement regarding haram in Islam.

In future I will be speaking Tanaka San personally specially on in forum to draw a project and on it I ill start doing account management and money will be divide in to 3 portions (me, Tanaka san and investor).
 
Back
Top