I'm excited! I achieved a 1387 profit facfor for my EA

Algirht. Thank you.
How I can active the EA? I have added the EA to indicators but didn’t show anything…

Bro, don’t get suxed in by this joker. Do your due diligence. It’s not hard. Any EA written (that’s if he writes his own) will blow your account.

The EA goes in the ‘Experts’ folder, not the ‘Indicators’ folder.

.set file is for the input settings box.
After you attached the EA to the chart, the user input settings box appear, you should be able to find an option that let you input the .set file into that settings box.

Thank you very much.
Sorry for these stupid questions, I’ve never used MQL4.
Thanks again.

Tested.
In demo works perfectly on EUR/USD 5 MIN with 100$ of deposit with 0.01 lot size.

I will test the EA in real mode soon… and I will post the results.
Thanks Cryptocurrency.

[B]Reminder[/B]: This EA is not profitable at all when market break outside of range.

Crypto, excellent of you that you mention that. Most just keep silent and don’ t say a thing when it goes sour.

Learn your lessons and improve!

[B]Just another thought:[/B]

If the EA is trading inside a 200 pips range. Placing a 202 pips stop loss might be too much.
However, it might be a good idea if the user were to take 202 and divide it by 2.
Placing a 101 or 102 pips stop loss inside a 200 pips range might be a good idea.

Dear sir

could you please add stop loss for this EA

100 pips EA.zip (1.3 KB)

i attach MQL4 file in as 100 pips EA.zip in my first thread

Hi,

You post your EA in the wrong thread.

[QUOTE=Cryptocurrency;747861]Hi,

You post your EA in the wrong thread.[/QUOTE]

dear sir i attach EA now

Here’s the latest version of the Forbidden Fruit EA

Fixed a few errors that occurred with some other brokers.

TheForbiddenFruit.zip (262 KB)

Hi Cryptocurrency, thank you to share your EA.

I have some questions:

  • what the purpose of bellow code? and why initial value of AccountMarginValue = 500?
if((AccountMargin>=AccountMarginValue) && (MarketInfo(NULL,MODE_SPREAD)<MaxSpread))
{
    MarketInfo(NULL,MODE_TRADEALLOWED);
    return;
};

In order for the trade to be allow:

  1. It checks to make sure the account margin value must be define by user. (The number 500 is the broker’s leverage define by user, some brokers offer 200, 500, 1000. The user enter that value into the setting).
  2. It checks to make sure the broker’s spread is within a value must be define by user.

This is a security feature I built into the EA

Thank you for your answers, I am appreciate this.
And I have questions again:

  • what the purpose of bellow code?
static datetime timecurrent;
  if(timecurrent==Time[0]) return;
  timecurrent = Time[0];

That ‘datetime’ code is not use in the latest version of the EA.

the data quality only 25%

test it using your data quality of 100% then post your test result here.