PipMaker v1 - Price action based EA - page 147

 

Here

You have to test to find out what is work better for you or you can search this thread to find published sets files.

 

last version of pipmaker EA?

Hi there,

i would like to know where in can find the last version of pipmaker.

Does pipmaker open trades and manage them, or just an EA to manage already open trades?

App rectiate your help.

Season Greetings to erveryone and Peace

Piptiger

 

pipmaker version 15-2

Dear Enforcer,

i downloaded the version 15-2 of pipmaker. Attached it to my expert

file of my trading account. Attached it to chart , marked "allow live trading"

smiley face comes, but nothing happens.

The EA does not open trades?

What could i have done wrong??

I someone could tell me!

Thanks a lot.

Piptiger

 

new version

added "Session Target" and Take Profit

also "OpenOrders_Before_Multiplier" and multiplier is Fibo (1.618)

 

Hi, it doesnt trade on backtest.

Get error:

---------------

2008.12.24 16:01:08 2006.01.04 12:35 Pipmaker_V15_4_nik_002 EURUSD,M5: OrderSend error 131

----------------

i attached on Eur/usd 5M

Thanks for any help

 

Order send error.....

freemenn, if you have:

MicroAccount = true;

LotSize = 0.01;

LotIncrement = 0.01;

tray:

MicroAccount = false;

LotSize = 0.1;

LotIncrement = 0.1;

 
niksan_go:
freemenn, if you have:

MicroAccount = true;

LotSize = 0.01;

LotIncrement = 0.01;

tray:

MicroAccount = false;

LotSize = 0.1;

LotIncrement = 0.1;

ok this works Thanks

Is there any istruction for settings?

I saw the gain i for trades are very small as $0.40 -$1.90 max per trade but loose are much larger and it lost all funds ($1000).

Thanks in advance.

 

btw: what tme frame and curenncies would be the best?

thanks

 

instruction for the new settings

OpenOrders_Before_Multiplier = x;

if "open orders" < "OpenOrders_Before_Multiplier " the progression is:

if "UseAritmeticProgression= true" lots will be 1,2,3,4,5......

if "UseAritmeticProgression= false" lots will be 1,1,1,1,1......

if "open orders" > "OpenOrders_Before_Multiplier " we have Fibo Progression

if "FiboNumber" =1; the first lot will be 1

if "FiboNumber" =2; the first lot will be 1

if "FiboNumber" =3; the first lot will be 2

if "FiboNumber" =4; the first lot will be 3

if "FiboNumber" =5; the first lot will be 5

if "FiboNumber" =6; the first lot will be 8

if "FiboNumber" =7; the first lot will be 13

if "FiboNumber" =8; the first lot will be 21

if "FiboNumber" =9; the first lot will be 34

if "FiboNumber" =10; the first lot will be 55

So, if we have:

OpenOrders_Before_Multiplier = 15;

UseAritmeticProgression = true;

FiboNumber =8;

the progression will be:

1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,21,34,55,89,144 - martingale

if we have:

OpenOrders_Before_Multiplier = 100;

UseAritmeticProgression = false;

FiboNumber = x;

the progression will be:1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, - grid

OpenOrders_Before_Multiplier = 100;

UseAritmeticProgression = true;

FiboNumber = x;

the progression will be:1,2,3,4,5,.........97,98,99,100

"SessionTarget>0" works with TP>0

Every time we close a position, we add the amount to the "HistoryProfit".

if "HistoryProfit" > "SessionTarget" we close all open positions and start

new cycle form the current time.

 

Can't open trade

I can't open any single trade , what is the correct setting?

Reason: