• 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

Now I have a question to all those members who are active in this thread, Are these 142 pages conversation is useful for you? After your comments I will post answer of my question.
look at the rules, are you one of those who do not have respect, if you feel great prove and explain your strategy.
we are here sharing knowledge and helping each other.[emoji25]

Sent from SoeHoe.ID mobile apps
 
Dear tanaka akiko , I made this one here using multiple indicator. I made it using forexgenerator because I don't know coding. So, no mq4 here. but this is how the EA works:
smHullMavg: period (15) | JMAstarlight: length (15)
Buy: [ReverseTMA(TP)(1) BUY] + [smHullMavg Uptrend] + [candle close ABOVE JMAstarlight]
Sell: [ReverseTMA(TP)(1) SELL] + [smHullMavg Downtrend] + [candle close BELOW JMAstarlight]
Filtered by smHullMavg on TF H1.
is it possible to make varying order, like marti,we can set the multiplier value, BUY: 0.1, 0.2, 0.3, 0.4, 0.5 because it will open multiple order on signal. First few signal usually small profit or loss.
I attached the one with varying order for example but we cannot set lot for it. Please BT with minimum $1000.
tma_smHugg_EU.png TF M5 EURUSD
tma_smHugg_gold.png TF M15 GOLD

And another one is grid EA. Same signal but instead we put pending order.
(TMA_grid) this one I made manually for every step. :sweating:
 

Attachments

Last edited:
Dear tanaka akiko , I made this one here using multiple indicator. I made it using forexgenerator because I don't know coding. So, no mq4 here. but this is how the EA works:
smHullMavg: period (15) | JMAstarlight: length (15)
Buy: [ReverseTMA(TP)(1) BUY] + [smHullMavg Uptrend] + [candle close ABOVE JMAstarlight]
Sell: [ReverseTMA(TP)(1) SELL] + [smHullMavg Downtrend] + [candle close BELOW JMAstarlight]
Filtered by smHullMavg on TF H1.
is it possible to make varying order, like marti,we can set the multiplier value, BUY: 0.1, 0.2, 0.3, 0.4, 0.5 because it will open multiple order on signal. First few signal usually small profit or loss.
I attached the one with varying order for example but we cannot set lot for it. Please BT with minimum $1000.
View attachment 58199 TF M5 EURUSD
View attachment 58200 TF M15 GOLD

And another one is grid EA. Same signal but instead we put pending order.
(TMA_grid) this one I made manually for every step. :sweating:
TP and sl for this one?
 
I can not decompile but I can make EA.:nerd:
Hi Tanaka. can you please help me to add one indicator (superTrend) to Moving Average EA?the indicator please make a option (open/Close)
When supertrend are up trend, when touch Ma only open Buy , when supertrend is Down trend only open Sell .
please make ea with option
1.trailing stop
2. protection SL ( example when profit 10pip SL will auto go to the price protec )
3.at the EA Maximum Risk change like that( first Lot 0.01 if Buy when Sl next order will be Sell 0.02 /Buy 0.03 / Sell 0.04....or can Lots Exponent )
the Sl are use Ma to decide.
4. comment

all the ori option of the Ea no need to change,
thanks for your help !
 

Attachments

Last edited:
Dear tanaka akiko , I made this one here using multiple indicator. I made it using forexgenerator because I don't know coding. So, no mq4 here. but this is how the EA works:
smHullMavg: period (15) | JMAstarlight: length (15)
Buy: [ReverseTMA(TP)(1) BUY] + [smHullMavg Uptrend] + [candle close ABOVE JMAstarlight]
Sell: [ReverseTMA(TP)(1) SELL] + [smHullMavg Downtrend] + [candle close BELOW JMAstarlight]
Filtered by smHullMavg on TF H1.
is it possible to make varying order, like marti,we can set the multiplier value, BUY: 0.1, 0.2, 0.3, 0.4, 0.5 because it will open multiple order on signal. First few signal usually small profit or loss.
I attached the one with varying order for example but we cannot set lot for it. Please BT with minimum $1000.
View attachment 58199 TF M5 EURUSD
View attachment 58200 TF M15 GOLD

And another one is grid EA. Same signal but instead we put pending order.
(TMA_grid) this one I made manually for every step. :sweating:
I BT your EA with Indis, but with the same settings make one big loss, without doing profit.. I dont know how your EA can make profit, because in your picture is setted up 0 Takeprofit and 0 StopLoss
 
tanaka bro can u make ea with this indicator???
 

Attachments

  • Profitable v3.0.rar
    Profitable v3.0.rar
    450.7 KB · Views: 132
  • dont.png
    dont.png
    140.3 KB · Views: 331
  • Profitable binary system 1.png
    Profitable binary system 1.png
    157.9 KB · Views: 336
  • Profitable binary system 2.png
    Profitable binary system 2.png
    167.3 KB · Views: 317
tanaka bro can u make ea with this indicator???
Hemmy, I coded.
Entry logic is as you explained.
1. Please optimize indicator parameters. You need to find the best TF and parameters. You can change them in EA parameter menu.
2. "Signal_Bars_Executive_v1 indicator" has no buffer signals, so I modified the code, so please replace to the attached file. (remove prefix, SOEHOE_)
3. All in pack is attached. It includes all indicators and EA.
:cool::ok:
 

Attachments

Hemmy, I coded.
Entry logic is as you explained.
1. Please optimize indicator parameters. You need to find the best TF and parameters. You can change them in EA parameter menu.
2. "Signal_Bars_Executive_v1 indicator" has no buffer signals, so I modified the code, so please replace to the attached file. (remove prefix, SOEHOE_)
3. All in pack is attached. It includes all indicators and EA.
:cool::ok:
bro you are like rocket too fast... great
 
Back
Top