PipMaker v1 - Price action based EA - page 121

 
erdenmensch:
Do you use the same settings in vers.15_1?

Default settings.

It look like is working on most brokers, so those having problems should check their Metatrader installation/configuration and make sure have proper indicators in proper location.

 
frederic:
This week very good on interbank no problems at all see statement on attachments

May I know the TF u r using???

sonic

 
Enforcer:
Fixed comment display, trade comment to show EA name.

https://c.mql5.com/forextsd/forum/47/pipmaker_v15_1.mq4

I'm on Alpari UK and is working just fine and was working without comments fixes.

Anyone has done back testing on it??

I seem to have problem back testing (EUR/USD '07 to '08)...no trade open in H4 and D1 TF...Any special indicator needed??

I use the default setting...

sonic

extern bool TradeShort = true; //Allow place sell ordes

extern bool TradeLong = true; //Allow place buy orders

extern int OpenOnTick = 0;

extern bool UseTMA = false; //Triple moving average

extern int MAperiod = 240;

extern bool UseARSI = true; //Adaptive RSI

extern int RSI_period = 5; // TF for ARSI

extern int RSI_bars = 28; // lenght of ARSI

extern double ARSI_trigger = 0; // level to trigger trade. If = 0 will be used ATR as automatic trigger level

extern bool UseCCI = false;

extern int CCI_Period = 60; // CCi time frame

extern int CCI_lenght = 60; //CCI bars

extern int cci_trigger = 25; // +/- level. lower value = enter in trade faster

extern bool Use_iTrend = true;

extern int iTrendPeriod = 60; //iTrend TF

extern bool ReverseDirection = true; // true = will trade long when price is low and short and price is high. false = will trade long when price is high and short when price is low

extern bool MoneyMangement = true; //will autocalculate lot size, lot increment and profit target

extern bool MicroAccount = true; //will divide LotSize by 10

extern double MaximumRisk = 0.5; // 1 mean 0.1% of balance

extern double LotSize = 0.01;

extern double LotIncrement = 0.01;

extern double Multiplier = 0; // Will increase orders in Martingale fashion in direction of trend if set to "1". Used with TrendSpacing only.

extern double CounterTrendMultiplier = 0; // Will increase orders in Martingale fashion in opposite direction of trend if set to "1". Used with Spacing only.

extern int ProfitTarget = 1; // All orders closed when this profit target amount (in dollars) is reached

extern double ProfitSkew = 2; // Increase/decrease ProfitTarget when MoneyMangement=true

extern int ProfitMode = 1; // 1= mixed mode, 2= global mode, 3= split mode

extern bool ProfitTrailing = true; // Will try to allow profit grow beyond ProfitTarget

extern double MaxRetrace = 5; // Maximum percent of MaxProfit allowed to decrease before close all orders

extern int ForcedStart = 0; // 1 = New cycle will start if signal is for long, 2 = New cycle will start if signal is for short, 0 = disabled

extern double SL = 999; // Performs better with no initial stoploss.

extern bool AutoSpacing = true; //Spacing will be calculated using stdDev

extern int StDevTF = 60; // TF for StDev

extern int StDevPer = 14; // lenght of StDev

extern int StDevMode = MODE_EMA; // mode of StDev - 0=SMA, 1=EMA, 2=SMMA, 3=LWMA

extern int Spacing = 15; // Minimum distance of orders placed against the trend of the initial order, In effect only if AutoSpacing=false

extern int TrendSpacing = 15; // Minimum distance of orders placed with the trend of the initial order (set to 1000 to disable )

extern int CloseDelay = 91; // Minimum close time for IBFX to not be considered scalping

extern bool CeaseTrading = false;

extern string PauseTrading ="Pause Trading at Timeinterval";

extern int StartTime = 0; //Example: Trading pause starts at day 15 hour 14, minute 30 (server time)--> input= 151430

extern int EndTime = 0; //Example: Trading pause ends at day 15 hour 15, minute 10 (server time)--> input= 151510

extern string QuitTrading = "Quit Trading at Time";

extern int endDayHourMinute = 0; //Example: Quit trading on day 17 hour 21 minute 59 (server time)-->input=172159

extern bool RightSideLabel = false;

extern int SessionTarget = 10000; //Trading will be stopped if this amount has been earned in this session

extern int MaximumBuyOrders = 10;

extern int MaximumSellOrders = 10;

extern string LossManagement = "What to do if things are going wrong";

extern string Warning = "This feature is in early stage and is not finished!";

extern bool AllowRecovery = false; //enable/disable loss management

extern double MaxLossPercent = 1; //maximum loss in balance procents 1=1% max loss

extern bool ExitAllTrades = true; //Close all open orders

extern bool StopTrading = true; //stop trading if loss management was triggered

extern bool PlaceRecoveryOrders = true; //Use counter orders to get in profit

extern int MaxRecoveryOrders = 2; //max extra orders to use for recovery

extern double RecoveryTakeProfit = 5; //take profit in points

extern double RecoveryStopLoss = 200; //stop loss in points

extern double RecoveryLotMultiplier = 1; //lot size is auto calculated for USD based pairs. Increase or decrease according to pair used.

extern bool RecReverse = false; // reverse direction of recovery trading

 

sonicdeejay's re TF

hello sonicdeejay & all

H1--tf on 7 pairs as per attachment

 

sonicdeejay request re tf

hello sonicdeejay & all

I am using 1H tf

 

I left the ea on a $100 demo for about 3 weks, just trading eu and closing the position at +$1 - up just short of 30%.

I set it on a tiny live account today, with just short of $100 in it - eu and same settings. Up 1.14% today.

Who knows what the future holds? Probably a margin call with so little funding, when the market turns against this ea, but who knows?

In the meantime, I can dream about what 1% a day for a few years does for a $100 account.

 

I don't think you'll see that 100$ again

Is way too little for any EA...

Minimum 1500-2000$ is required to trade somehow safely.

 
Enforcer:
I don't think you'll see that 100$ again

Is way too little for any EA...

Minimum 1500-2000$ is required to trade somehow safely.

Hehe. I know, but I will spend close to $100 on petrol this week, so watching an ea make (possibly) real dollars on such a tiny account is just entertainment.

I promise not to hold it against the ea when the margin call eventually comes.

Mind, you never know................

 

100$ on petrol / week? What do you drive? A helicopter? )

Use bicycle 2 months and you can set up a proper account

 
Enforcer:
100$ on petrol / week? What do you drive? A helicopter? ) Use bicycle 2 months and you can set up a proper account

Nope. I live in the UK and drive a car, not a heli. Driven by monumental global prices and a UK government whose chief revenue derives from fuel taxes, petrol costs roughly $0.6 a litre.

Mind you, that bicycle idea sounds like a good one.

Reason: