• 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

what is your renko EA settings?

I think his account may get MC today. With only 0.02 per order, look at the massive losses in a few minutes on this Renko EA.
 

Attachments

  • Screenshot_20190813_134626_net.metaquotes.metatrader4.jpg
    Screenshot_20190813_134626_net.metaquotes.metatrader4.jpg
    506.7 KB · Views: 180
Last edited:
Hi Mr Tanaka
Please i want you to code an EA based of this indicator when it shows an RED ARROW take a buy signal or sell signals after it shows and arrow the entry will be the next candle shift
it can repaint but we will use the martingale strategy
TP is the opposite signals
and there is no SL
Timeframe: H1 and above
its a profitable indicator
audusdmicro-h1-xm-global-limited-2.png
 

Attachments

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..
 
Last edited:
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
 
Back
Top