• 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 :)

New EA EA Profit V11 The Exclusive

mmohy

Active Member
Credit Hunter
Credits
0
EA Profit (The Exclusive)

Trading pair and timeframe:

Runs on any pair, and only on H4 (Best EURUSD & USDJPY) but the strategy is simple
so it should work on all pairs).

This EA constantly opens stop orders based on open- and close-values for previous bar (previous 4 hour),
stop orders that expires after 15 minutes (this expiration time can be changed). Once a stop-orders
turns into a market order it starts trailing StopLoss once it's in profit (default after 20 points/2 pips).
It has a large StopLoss (default 800 points / 80 pips), and a much smaller TakeProfit (default 200 points /
20 pips)
 

Attachments

Just use default setting ? And how much balance needed for each pair? Btw, thanks for sharing.. :)
 
Just use default setting ? And how much balance needed for each pair? Btw, thanks for sharing.. :)
You welcome

It is better to use it for one pair only, preferable EURUSD, the balance will vary upon the number of max trade you set, lot size and the stop loss

Here is my setting for EURUSD, you can change it as you want.

SettingeaComment = "SettingeaComment" false/true
eaComment1 = false;
eaComment2 = false;
//-----------------------------------------------------------------------------------------
SetDeletePendingTime = "SetDeletependingTime ";
DelPendingMinute = 30;
//-----------------------------------------------------------------------------------------
SettingOrder = "SettingOrder";
MaxSpread = 30;
MaxPointLevel1 = 1;
MaxPointLevel2 = 1;
MaxPointLevel3 = 1;
MaxPointLevel4 = 1;
MaxPointLevel5 = 1;
Lots = 0.01;
Trailing = 0;
MaxOrder = 100;
MaxLot = 99;
//-----------------------------------------------------------------------------------------
SetLotExponent = "Set LotExponent ";
LotExponent1 = 3;
LotExponent2 = 4;
LotExponent3 = 5;
LotExponent4 = 6;
//-----------------------------------------------------------------------------------------
MoneyManagement = "AutoMoneyManagement";
AutoMoneyManagement = true
PercentToRisk = 1;
PercentSafety = 50;
//-----------------------------------------------------------------------------------------
CloseAllOrderTrades = "SettingCloseAllOrderTrades";
UseCloseTrades = true;
Open_Loss_To_CloseTrades = -10;
//-----------------------------------------------------------------------------------------
CloseAllOrderProfitLock = "SettingCloseProfitLock";
UseCloseProfitLock = true;
My_Money_Profit_Target = 0.1;

Best luck
 
You welcome

It is better to use it for one pair only, preferable EURUSD, the balance will vary upon the number of max trade you set, lot size and the stop loss

Here is my setting for EURUSD, you can change it as you want.

SettingeaComment = "SettingeaComment" false/true
eaComment1 = false;
eaComment2 = false;
//-----------------------------------------------------------------------------------------
SetDeletePendingTime = "SetDeletependingTime ";
DelPendingMinute = 30;
//-----------------------------------------------------------------------------------------
SettingOrder = "SettingOrder";
MaxSpread = 30;
MaxPointLevel1 = 1;
MaxPointLevel2 = 1;
MaxPointLevel3 = 1;
MaxPointLevel4 = 1;
MaxPointLevel5 = 1;
Lots = 0.01;
Trailing = 0;
MaxOrder = 100;
MaxLot = 99;
//-----------------------------------------------------------------------------------------
SetLotExponent = "Set LotExponent ";
LotExponent1 = 3;
LotExponent2 = 4;
LotExponent3 = 5;
LotExponent4 = 6;
//-----------------------------------------------------------------------------------------
MoneyManagement = "AutoMoneyManagement";
AutoMoneyManagement = true
PercentToRisk = 1;
PercentSafety = 50;
//-----------------------------------------------------------------------------------------
CloseAllOrderTrades = "SettingCloseAllOrderTrades";
UseCloseTrades = true;
Open_Loss_To_CloseTrades = -10;
//-----------------------------------------------------------------------------------------
CloseAllOrderProfitLock = "SettingCloseProfitLock";
UseCloseProfitLock = true;
My_Money_Profit_Target = 0.1;

Best luck
thanks.. will try do BT and FT using your setting.. :)
 
haha forward test is bad also BT of this EA as so far I tested any way you try guys and update in the post about this more that how it works.
 
Try
haha forward test is bad also BT of this EA as so far I tested any way you try guys and update in the post about this more that how it works.
it on demo, you will like it.

Many EAs are great on BT and fail in trading
 
You welcome

It is better to use it for one pair only, preferable EURUSD, the balance will vary upon the number of max trade you set, lot size and the stop loss

Here is my setting for EURUSD, you can change it as you want.

SettingeaComment = "SettingeaComment" false/true
eaComment1 = false;
eaComment2 = false;
//-----------------------------------------------------------------------------------------
SetDeletePendingTime = "SetDeletependingTime ";
DelPendingMinute = 30;
//-----------------------------------------------------------------------------------------
SettingOrder = "SettingOrder";
MaxSpread = 30;
MaxPointLevel1 = 1;
MaxPointLevel2 = 1;
MaxPointLevel3 = 1;
MaxPointLevel4 = 1;
MaxPointLevel5 = 1;
Lots = 0.01;
Trailing = 0;
MaxOrder = 100;
MaxLot = 99;
//-----------------------------------------------------------------------------------------
SetLotExponent = "Set LotExponent ";
LotExponent1 = 3;
LotExponent2 = 4;
LotExponent3 = 5;
LotExponent4 = 6;
//-----------------------------------------------------------------------------------------
MoneyManagement = "AutoMoneyManagement";
AutoMoneyManagement = true
PercentToRisk = 1;
PercentSafety = 50;
//-----------------------------------------------------------------------------------------
CloseAllOrderTrades = "SettingCloseAllOrderTrades";
UseCloseTrades = true;
Open_Loss_To_CloseTrades = -10;
//-----------------------------------------------------------------------------------------
CloseAllOrderProfitLock = "SettingCloseProfitLock";
UseCloseProfitLock = true;
My_Money_Profit_Target = 0.1;

Best luck
I dont have these settings in the ea that i download from the first post
 
You welcome

It is better to use it for one pair only, preferable EURUSD, the balance will vary upon the number of max trade you set, lot size and the stop loss

Here is my setting for EURUSD, you can change it as you want.

SettingeaComment = "SettingeaComment" false/true
eaComment1 = false;
eaComment2 = false;
//-----------------------------------------------------------------------------------------
SetDeletePendingTime = "SetDeletependingTime ";
DelPendingMinute = 30;
//-----------------------------------------------------------------------------------------
SettingOrder = "SettingOrder";
MaxSpread = 30;
MaxPointLevel1 = 1;
MaxPointLevel2 = 1;
MaxPointLevel3 = 1;
MaxPointLevel4 = 1;
MaxPointLevel5 = 1;
Lots = 0.01;
Trailing = 0;
MaxOrder = 100;
MaxLot = 99;
//-----------------------------------------------------------------------------------------
SetLotExponent = "Set LotExponent ";
LotExponent1 = 3;
LotExponent2 = 4;
LotExponent3 = 5;
LotExponent4 = 6;
//-----------------------------------------------------------------------------------------
MoneyManagement = "AutoMoneyManagement";
AutoMoneyManagement = true
PercentToRisk = 1;
PercentSafety = 50;
//-----------------------------------------------------------------------------------------
CloseAllOrderTrades = "SettingCloseAllOrderTrades";
UseCloseTrades = true;
Open_Loss_To_CloseTrades = -10;
//-----------------------------------------------------------------------------------------
CloseAllOrderProfitLock = "SettingCloseProfitLock";
UseCloseProfitLock = true;
My_Money_Profit_Target = 0.1;

Best luck



hi
these settings are not compatible
please can you send the right mq4 file?

thank you
 
Back
Top