I Want To Create Grid With Martingale
-
Hey Guys, Hope You All Are Fine
I Have A Query For Experts Like: @jstap @l-andorrà and Other Who I Don't Know
I Want To Use Grid With Combo Of Martingale Like This
All Trades Are Of One Direction
First 3 trade = 0.25 Lots
(Multiply 1.5 for 4th trade)
Next 3 trades 4 to 6 after multiplication = 0.38 Lots
(Multiply 1.5 for 7th trade)
Next 3 trades 7 to 9 after multiplication = 0.57 Lots
(Multiply 1.5 for 10th trade)
Reset After One Profit
Means, I Want To Multiply Lots After Every 3/4 Orders Of Same Directions In Loss
I Tried Alot But Failed, Is Some One Please Help Me?
Part Of My Project: https://fxdreema.com/shared/crRxSzcve
Problem Is EA Is Working Fine Till Tree 2 Grid But When EA Is Using Martingale, After Every Loss Trade EA Multiply 1.5 As i Used Parameter, How Can I Used Martingale Lots For At Least 3/4 Trades With Same Lots -
@talalkhan hye
i think u can make a group of trade.
if group no1 reach 4 trade, group 2 will be active..or u can make modify variable,
if trade = 3, modify variable 1.5 x 0.25
if trade = 4, modify variable 1.5 x 0.38
if trade = 5, modify variable 1.5 x 0.38
if trade = 6, modify variable 1.5 x 0.38 -
@aman Thanks for replying bro, Can you give me live example on my project link please.
-
@aman group will not work with martingale because i want to used in a different way. I want to multiply after 3/4 trades, can you please give me live example of modify variables
-
@talalkhan In order to do a complex project like that you will need a separate structure to identify the increasing value of lot size. This is the simplest example I created some time ago. I hope it helps:
-
@l-andorrà Dear i have already check this project few days back from a youtube video but didn't find how can i multiply martingale lots after 3 or 4 trades as i mentioned above
-
@talalkhan You need to add some additional variables on the 'on trade' tab to control when teh EA hits those 3, trades. That is not a trivial thing to do and I shared my link to show an you as an example. Completing what you ned woud require a commercial project, sorry.