You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
lots mod
Hi,
After re-reading my post, i see that i was not realy clear about what i would like, (my fault). The max lot is excellent actually and i will incorporate it into the strategy. But, would there be a way to use a (money filter), like if the account starts at 10000$ and reaches, lets say 50000$, the EA would reset the amout of (lots) back to its original position of 1 lot or whatever the user started out with. We would only need to enter a specifique amount of money reached (user defined).
If anyone is up for it to practice there coding skill, It might help others and especially me (again). :)
Thank you ronaldosim, i am starting to see how things are set up in the code more clearly, wich is a very good start for a newbie like myself, I still have much to learn yet. Your help is very useful.
Cheers,
Ramy
lots mod
Hi,
After re-reading my post, i see that i was not realy clear about what i would like, (my fault). The max lot is excellent actually and i will incorporate it into the strategy. But, would there be a way to use a (money filter), like if the account starts at 10000$ and reaches, lets say 50000$, the EA would reset the amout of (lots) back to its original position of 1 lot or whatever the user started out with. We would only need to enter a specifique amount of money reached (user defined).
If anyone is up for it to practice there coding skill, It might help others and especially me (again). :)
Thank you ronaldosim, i am starting to see how things are set up in the code more clearly, wich is a very good start for a newbie like myself, I still have much to learn yet. Your help is very useful.
Cheers,
Ramy
change MaxLots to say TargetAccount$=50000 and TragetBuffer$=30000
and then compare if (TargetAccount$-AccountBalance()>TargetBuffer$) reset yr lot...
change MaxLots to say TargetAccount$=50000 and TragetBuffer$=30000
and then compare if (TargetAccount$-AccountBalance()>TargetBuffer$) reset yr lot...
Anyone?