Blessing 2 - page 223

 

Blessing 3

Gents,

It is the Christmas season and folks are really doing what they need to do..be with the family and celebrate. As such, there hasn't been a lot of action here.

I have a couple more tweaks in Blessing 3 and I will start a new thread for Blessing 3. I am going to work on a new manual since there are so many changes and that will be posted as well. I will depend on everyone reading the manual to understand the changes vs. asking a thousand questions in the new thread.

Blessing 3 is out for testing at the moment. From these tests there will be at least 2 set files available once B3 is posted. The first page of the new thread will always contain the most recently tested set files as will the manual and B3 updates.

I do not wish to take any credit away from those who contributed to Blessing, especially the designer of the strategy, FifthElement. He is working on other projects and is rarely found in this forum any more but B3 will always have him as the main designer. However, since so many contributions have been made to Blessing, it is only right that it be placed in a new thread with those still willing to contribute to it's effectiveness.

Happy Trading

v/r

 

Looking forward to it!

 

Since the leverage decreased on IBFX to 1:100. the "MM ON" also reduced the starting the lot. Which means it also reduces the potential profits. oh I hope ibfx will open its branch in UK as soon as possible.

 

looking forward to this new Blessing 3

 

Blessing 3

All,

Blessing 3 is out....go here! Click herefor updated Blessing 3 information!

Happy Trading

 

sorry .. i can't Speak English ..

i need Sett for EA ( Blessing ) !!

(500$) & (time ?)

Thanks

 
fx.nasiri:
sorry .. i can't Speak English ..

i need Sett for EA ( Blessing ) !!

(500$) & (time ?)

Thanks

Guy, no one here in this thread

people has just moving to new thread blessing 3

 

Hello

I speak English I use a translator so excuse me.

I would like the lots to be linear and not how to multiply?

thank you very much for your help

here's some code that I would change linearly.

extern double lot = 0.1;

extern double Multiplier = 2;

extern double LotInc = 0;

......

.....

.....

lot2 = NormalizeDouble(lot*MathPow(Multiplier, BuyLevel)+LotInc, LotDigits);

with its parameters I 0.1,0.1,0.2,0.4,0.8,1.6 ....

I would like 0.1,0.2,0.3,0.4,0.5 ......

taking into account the level where I'm like here:

lot2 = NormalizeDouble(lot*MathPow(Multiplier, BuyLevel)+LotInc, LotDigits);

 
domi77:
Hello

I speak English I use a translator so excuse me.

I would like the lots to be linear and not how to multiply?

thank you very much for your help

here's some code that I would change linearly.

extern double lot = 0.1;

extern double Multiplier = 2;

extern double LotInc = 0;

......

.....

.....

lot2 = NormalizeDouble(lot*MathPow(Multiplier, BuyLevel)+LotInc, LotDigits);

with its parameters I 0.1,0.1,0.2,0.4,0.8,1.6 ....

I would like 0.1,0.2,0.3,0.4,0.5 ......

taking into account the level where I'm like here:

lot2 = NormalizeDouble(lot*MathPow(Multiplier, BuyLevel)+LotInc, LotDigits);

Go to jtatoday.com and download the latest Blessing. It will trade linear lots.

 

ChicagoRob a great big thank you for your help :-)