• 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

I did not want to reply on this but:

You are misleading the innocent.. The fact is that this site is registered in Jakarta... I do not know where you get your information from, maybe googled, but you sound like a 1st year student wanting to make an impression on the ignorant, to gain some personal points. Legality issues differ from country to country and so also the web.

Please get your facts in line before posting any legal information where it could be taken as truth, even when you start of say, "I am not an lawyer"

Do you realize just by posting your 2 cent, you are infringing a law?

I do agree with you that blatant advertising is not beneficial on the thread but the members are quick to point it out to the guilty and make way.

Really laughable was your quote:
FBI is cracking down “advertising” through any media- such here- as a “Public forum” Note: FBI jurisdiction = USA, and not the whole world.

I am not a lawyer.

That been said, you can charge fees - don't have to be a CTA. But without being a CTA, you can NOT ‘solicit’ or manage money for anyone that is not "family or friends"

But if you go over 15 (don't know the exact number), you Have to be a CTA even if they are all "family or friends"

FBI is cracking down “advertising” through any media- such here- as a “Public forum” from anyone to sollecitate in trading forex account with allegedly fake or miss represented statements, such as “demos” for the propose of gaining own returners if not appropriately registered as a CTA. No matter which country they are from. Of course Country jurisdiction makes difficult to pursuit allegedly illegalities but what is happening here is definitely something to be concerned about it.
The propose of this tread is to request EA from Tanaka or other Coders in this forum. Not advertising in trading accounts of others bragging with no verified statement about the own self products.
My two cents.

Jessy.
 
Let's all migrate to mt5.... I've notice that EA's perform better by a mile there . Even the simple RSI EA is profitable when done in MT5.

The problem is, some brokers support only MT4
"I've notice that EA's perform better by a mile there": Why? Because MT5 takes the trades 5 ns earlier? An RSI EA works on closed candles so the entry timing is no problem!
"the simple RSI EA"; What is THE simple RSI EA? I have one(it s #16 on my ff explorer collection) and it very profitable!
Between EAs on MT4 and MT5 doesn t have to be a difference...as I explained you take the close candle #1...other trades with start immedeately have maybe some milliseconds difference...only important if you even trade not M1 instead S10 to S30 for BOs...
Just show me an EA with mq5 code which is profitable on MT5 and on MT4 not...
You wont find it! Cause the EAs in MT5 are coded with the oop class library which is new in mt5..and does not run on mt4 cause there are new functions which mt4 not support...
So you just(as non coder) can t compare it!
Rulez:
1. Read & inform yourself
2. Understand and get knowledge
3. Think
4. THEN write here!

I know that many guys are used to write here many things and more in blue and other colors to get attention with there words which are so much worth as they were proclaiming the earth is flat...
 
Last edited by a moderator:
I did not want to reply on this but:

You are misleading the innocent.. The fact is that this site is registered in Jakarta... I do not know where you get your information from, maybe googled, but you sound like a 1st year student wanting to make an impression on the ignorant, to gain some personal points. Legality issues differ from country to country and so also the web.

Please get your facts in line before posting any legal information where it could be taken as truth, even when you start of say, "I am not an lawyer"

Do you realize just by posting your 2 cent, you are infringing a law?

I do agree with you that blatant advertising is not beneficial on the thread but the members are quick to point it out to the guilty and make way.

Really laughable was your quote:
FBI is cracking down “advertising” through any media- such here- as a “Public forum” Note: FBI jurisdiction = USA, and not the whole world.
Again a simply example that someone writes many words but even posts the first wrong EA description here...
We talked about! Do you want the next coder to waste time?
This CANT work with this description!
 
Last edited by a moderator:
"I've notice that EA's perform better by a mile there": Why? Because MT5 takes the trades 5 ns earlier? An RSI EA works on closed candles so the entry timing is no problem!
"the simple RSI EA"; What is THE simple RSI EA? I have one(it s #16 on my ff explorer collection) and it very profitable!
Between EAs on MT4 and MT5 doesn t have to be a difference...as I explained you take the close candle #1...other trades with start immedeately have maybe some milliseconds difference...only important if you even trade not M1 instead S10 to S30 for BOs...
Just show me an EA with mq5 code which is profitable on MT5 and on MT4 not...
You wont find it! Cause the EAs in MT5 are coded with the oop class library which is new in mt5..and does not run on mt4 cause there are new functions which mt4 not support...
So you just(as non coder) can t compare it!
Rulez:
1. Read & inform yourself
2. Understand and get knowledge
3. Think
4. THEN write here!

I know that many guys are used to write here many things and more in blue and other colors to get attention with there words which are so much worth as they were proclaiming the earth is flat...
source.gif
Thanks for the explanation girl.. hahahahaa
 
Master how do we use this command?

Use opposite close profit (true/false)
Opposite close profit. ____

If we use “true” and the value is 2 , would that mean EA will close all positions with a value in profit of 2pips or more?
 
Master how do we use this command?

Use opposite close profit (true/false)
Opposite close profit. ____

If we use “true” and the value is 2 , would that mean EA will close all positions with a value in profit of 2pips or more?
I read previously it's in $$. But it would be best to set it to false like it's hedging.
 
Master how do we use this command?

Use opposite close profit (true/false)
Opposite close profit. ____

If we use “true” and the value is 2 , would that mean EA will close all positions with a value in profit of 2pips or more?

As Sir Tanaka told me,
Use opposite close profit (true/false) =
All trade will close when changing trend, or there is close signal, not SL/TP/TL
It will close ONLY the trade that is in profit.

Opposite close profit. ____= Value in $$.
For the trade still in loss will not be closed.
Instead it will remain open until it is in profit like we set ($$).
 
Master how’s the vacation

Its time for some minor modification to the ea.

Add an option to:

Use 1 or 2 or 3 or 4 moving averages.

Option to use what “type” for each ma.

For the “opposite-close-in-profit”
Option to use value in “pips” .
Example: when i set it to “2”, all positions with a value of 2pips or more will close... very good for scalping.

- the ability to set “magic number” manually.

- if possible, make an mt5 version for this EA.
As what pretty girl lectured me, MT5 is superior to MT4 for EA’s
 
"I've notice that EA's perform better by a mile there": Why? Because MT5 takes the trades 5 ns earlier? An RSI EA works on closed candles so the entry timing is no problem!
"the simple RSI EA"; What is THE simple RSI EA? I have one(it s #16 on my ff explorer collection) and it very profitable!
Between EAs on MT4 and MT5 doesn t have to be a difference...as I explained you take the close candle #1...other trades with start immedeately have maybe some milliseconds difference...only important if you even trade not M1 instead S10 to S30 for BOs...
Just show me an EA with mq5 code which is profitable on MT5 and on MT4 not...
You wont find it! Cause the EAs in MT5 are coded with the oop class library which is new in mt5..and does not run on mt4 cause there are new functions which mt4 not support...
So you just(as non coder) can t compare it!
Rulez:
1. Read & inform yourself
2. Understand and get knowledge
3. Think
4. THEN write here!

I know that many guys are used to write here many things and more in blue and other colors to get attention with there words which are so much worth as they were proclaiming the earth is flat...
source.gif
Can you please crate the ea for me
 
As Sir Tanaka told me,
Use opposite close profit (true/false) =
All trade will close when changing trend, or there is close signal, not SL/TP/TL
It will close ONLY the trade that is in profit.

Opposite close profit. ____= Value in $$.
For the trade still in loss will not be closed.
Instead it will remain open until it is in profit like we set ($$).

Ahh ok..

Correct me if i am wrong..

So it’s possible to use only “close only in profit” option

We can set aside “opposite close profit”

— this way all positions will close as long as it’s in blue regardless of profit value.

Am i correct?
 
I fixed it but your broker will get angry with many deleting orders?


Dear Tanaka

EA_MACD_Histogram(revC2).ex4
Good Very very Good Ex4 but Small Change
But Limit Sell Stop
Buy Stop Sell Limit
You Create Ex4 But Not Market Faver Some Time Account Wash


Please Please Modify Same Same formula

Buy stop Sell Stop
Sell Stop Buy Stop Please Crete After Send Dear Tanaka

You Always Ex4 Best Crete
 

Attachments

Bro can you change,
this ea when martin opened and when i close manual that immiedaly open next level martin, example open lot 0.01 , martin open 0.02,when 0.02 close manual that open 0.04
can you change dont open new position when close manual, but when that pipstep turnback again at old position that open again whith old martin, like
1. 0.01 - 0.02, i close manual 0.02, when pipstep back again that open again 0.02 and next level martin
2. 001 - 0.02 - 0.04, i close manual 0.04, when pipstep back again that open again 0.04 and next level martin
3. 001 - 0.02 - 0.04 , i close manual 0.02 and 0.04, when pipstep back again that open again 0.02 and next level martin
Hi al

Wow,nice!:D
One FBi girl is roaming here Master...
Now your reputation is at stake so make this AutoTrader EA more beautiful coz this saidi is a sucker... he is sucking all the juice from the market and not sharing any profile. Please add stoploss and basket stoploss in setting of autotrader coz I dont use stoploss in screen. And I wait for your fibonacci miracle EA.
:*:*:*:inlove::inlove::inlove:
 
Last edited:
I

I guess vpc spec is low. That is why. Indicator is always compiled with ea.
Dear Tanaka san

Thank you,

Can you help to explain about this Risk setting in EA Currency Slop Strength?
How EA determine lot size by this parameters ?
If I just want to use FixLotSize then this Risk parameter should set to 0 right?


upload_2019-8-18_16-10-12.png
 

Attachments

  • upload_2019-8-18_16-10-12.png
    upload_2019-8-18_16-10-12.png
    111.2 KB · Views: 1,202
Hi are you back testing this ea? I have run some tests on it, the best Profit Factor is 3.4 but there are errors in the journal.. so I gave it a miss. If you want I can post results, but then I must setup the ea again because I did not save results.

Dear Tanaka san

Thank you,

Can you help to explain about this Risk setting in EA Currency Slop Strength?
How EA determine lot size by this parameters ?
If I just want to use FixLotSize then this Risk parameter should set to 0 right?


View attachment 94971
 
Master how’s the vacation

Its time for some minor modification to the ea.

Add an option to:

Use 1 or 2 or 3 or 4 moving averages.

Option to use what “type” for each ma.

Option to disable moving averages and instead use the other indicators for position opening.

For the “opposite-close-in-profit”
Option to use value in “pips” .
Example: when i set it to “2”, all positions with a value of 2pips or more will close... very good for scalping.

- the ability to set “magic number” manually.

- if possible, make an mt5 version for this EA.
 
Need some help here please:
GBPUSD H4 EA PriceReversalBand.... BT from 01 Jan 2019
upload_2019-8-18_11-46-20.png
upload_2019-8-18_11-47-17.png
upload_2019-8-18_11-50-28.png
 

Attachments

  • upload_2019-8-18_11-46-20.png
    upload_2019-8-18_11-46-20.png
    25.6 KB · Views: 1,180
  • upload_2019-8-18_11-47-17.png
    upload_2019-8-18_11-47-17.png
    36.9 KB · Views: 1,188
  • upload_2019-8-18_11-50-28.png
    upload_2019-8-18_11-50-28.png
    49.2 KB · Views: 1,196
Back
Top