• 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

hemmy, is this demo account FT?
I will change code, so I will FT tonight.


good afternoon tanaka master I'm trying to test the expert osma mtf and it does not open orders. I downloaded 2 times osma files on the site and did not select and not open. Where am I going wrong on the set? follow my whole:sweating:


could you tell me the difference of these your parameters:
**Profit dollars that EA close all positions (same MAGIC#)
**Basket Profit dollars to close all charts positions
????
 

Attachments

Last edited:
Tanaka

This EA
_waygrow_edu.ex4 is very bad DEMO account .... is a proof that BT tricks a lot.
But we can try to succeed with it.

1o. SIGN INVERTED
2nd. MARTI BUY_SELL (I saw this in one of your EAs)
3rd. Volatility Filter


Adynamics of EA is very good.
we will try

田中様。
これらの案で作って下さい。

(Mr. Tanaka.
Please make with these plans)
 
Last edited by a moderator:
I changed the code.
If indicator signal=BUY(longer time frame), then EA attached signal (shorter time frame) order is BUY ONLY.
If indicator signal=SELL(longer time frame), then EA attached signal (shorter time frame) order is SELLONLY.
Note; This indicator is repaint, so sometimes EA can not get signal from the indicator and not open orders!

YOU can check indicator TF signal here;
View attachment 74109
Now TF M15=Buy, so EA will take only buy order every arrow signal but it is sometimes missing trade because of repainting.
View attachment 74110
it is good but can you add martignal with opposite close
 
Tanaka

This EA
_waygrow_edu.ex4 is very bad DEMO account .... is a proof that BT tricks a lot.
But we can try to succeed with it.

1o. SIGN INVERTED
2nd. MARTI BUY_SELL (I saw this in one of your EAs)
3rd. Volatility Filter


Adynamics of EA is very good.
we will try
Maybe not good idea to modify this ea...
 
ReallyreReally
good afternoon tanaka master I'm trying to test the expert osma mtf and it does not open orders. I downloaded 2 times osma files on the site and did not select and not open. Where am I going wrong on the set? follow my whole:sweating:


could you tell me the difference of these your parameters:
**Profit dollars that EA close all positions (same MAGIC#)
**Basket Profit dollars to close all charts positions
????


Really? ? What is wrong? Basket profit is used when attach many chart and close all orders.
 
hemmy, is this demo account FT?
I will change code, so I will FT tonight.
yes bro it is demo ... but please dont make is many option just make ea simple..

option should be on ea
SL
TP
traling stop
basket inprofit
martingale and non martingale

and open trade on every signals
 
the buyer vs seller isnt working properly.. after few trades.. the ea wouldnt open new trades anymore..

after he opened one for m1 and m5 and m15 .. he stopped and in the visual you will see the % to switch at 0% all the time

there must be a mistake in the code
 
hello Tanaka,

in your Template we need an trailing improvement.

If we start a Martingale, because he was wrong with opening, your trailing do a trailing mode for each single trades..

For example:

Trade1: 0.10
Trade2: 0.20
Trade3: 0.40 -> goes in trailing because in profit.. reach the SL and close it in profit only this trade.. but we have all the time trade1 and 2 open... the martingale start again with 0.10 and we have three open trades: 0.10 , 0.20 and again 0.10

Your trailing mode has to check all the open Trades from this pair, if all three togheter are in profit, that start trailing mode... and try to close all togheter to get profit

Can you change? I observed that we have this problem at all EA.. so we can use it only with one Trades only.. :(
 
is it 5 pips default tp

upload_2019-2-27_21-36-45.png

didnt changed any setting
 

Attachments

  • upload_2019-2-27_21-36-45.png
    upload_2019-2-27_21-36-45.png
    150.7 KB · Views: 768
Back
Top