Experts: Three Typical Candles

 

Three Typical Candles:

It calculates the Typical prices for bars #1, #2, and #3

Author: Vladimir Karputov

 
Automated-Trading:

Three Typical Candles:

Author: Vladimir Karputov

Please I would love it if you could help me add martingale function to the EA... I really like the concept..
 
Stanley Ogbanufe :
Please I would love it if you could help me add martingale function to the EA... I really like the concept..

Do you want martingale in this code? What kind of martingale?

 
Vladimir Karputov:

Do you want martingale in this code? What kind of martingale?

If profit is less than or equal to 0.0 ....lot will be multiplied by martingale factor....
If profit is greater than 0.0....lot is equal to base lot.. thanks a lot.
 
Stanley Ogbanufe :
If profit is less than or equal to 0.0 ....lot will be multiplied by martingale factor....
If profit is greater than 0.0....lot is equal to base lot.. thanks a lot.

Good. I'll think about it.

 
Vladimir Karputov :

Good. I'll think about it.

Updated code posted, now with Martingale: Three Typical Candles Martingale

 
Vladimir Karputov:

Updated code posted, now with Martingale: Three Typical Candles Martingale

Thank you very much sir, I really appreciate.