PipMaker v1 - Price action based EA - page 157

 

one one set file?

So you use the SAME setting, same Time Setting for every pair?

freedom131477:
Alpine

here are set files

load that on ea

post results

thanks
 

Your Set file

Question before I start using your set file.

#1. What is take profit only 10? Is this a scalper or did I misread it?

#2. We were talking about the time filter when you answer with this set file. I see in the set file you have the time filter set to false. So do you even use it? Does it help?

Gary

freedom131477:
Alpine

here are set files

load that on ea

post results

thanks
 

why ea start with .20 not .10 i want it to start with .10

plz what is best setting

my account is micro not nano

regards

 

Would I do this?

Looking at the options below wouldn't it be best to say yes to PlaceRecoveryOrders and yes to RecReverse. Shouldn't they both be the same (yes or no) if you want to recover from a trend that changes direction?

also I do not understand why you would set RecoveryTakeProfit to only 5. Is that 5 pips? Should it be like 50 pips?

freedom131477:
some of settings

AccountType = 2; //0: Standard account(NorthFinance,MiG,Alpari) 1: Normal account(FXLQ,FXDD) 2:InterbankFX's NANO Account

pip_AllowRecovery = true; //enable/disable loss management

pip_MaxLoss = 20; //maximum loss in usd to trigger recovery

pip_ExitAllTrades = true; //Close all open orders

pip_StopTrading = true; //stop trading if loss management was triggered

pip_PlaceRecoveryOrders = true; //Use counter orders to get in profit

pip_MaxRecoveryOrders = 2; //max extra orders to use for recovery

pip_RecoveryTakeProfit = 5; //take profit in points

pip_RecoveryStopLoss = 200; //stop loss in points

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

pip_RecReverse = false; // reverse direction of recovery trading

how you test -back test or forward?

could you post your test result?
 

lot size

What is the difference between the option for

Lots=.02 and pip_LotSize=.01

are these 2 different settings? One is for the lot size for the open, but which one and what is the other setting for?

 

Set Files?

Should this be zip file with multiple set files? Or is this just one set file for all pairs?

freedom131477:
Alpine

here are set files

load that on ea

post results

thanks
 

any body can tell me how to make ea close all position when open

.20 then .30 then .40

when .40 hit the target it close .40 and let .20 and .30 run

i want to make it close all even on lose

even i make exit all trades is true

regards

 

Please Help

Hi anyone,

I am new in EA script and need your help. How to make the Pipmaker V15 EA to CLOSE all Buy Position after open the first SELL position?

OPEN BUY, Close all SELL Positions

OPEN SELL, Close all BUY Positions

Please help.

Regards VENTURI

 

Can someone explain what profit skew means?

 

red posts from begining

Can someone explain what profit skew means?[/QUOT

Answer are on previous posts somewhere

i copy for you

ProfitSkew is active only with MoneyManagement=true.

MoneyManagement calculate ProfitTarget and ProfitSkew allow to adjust default ProfitTarget.

Example: if calculated ProfitTarget =2, using ProfitSkew =1.1 will result ProfitTarget =2.2, using ProfitSkew =0.8 will result ProfitTarget =1.6.

Reason: