//+------------------------------------------------------------------+ //| movingaverageEA.mq5 | //| Copyright 2021, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+
mq5 ????
Risk depends on your initial stop loss, lot size, and the value of the symbol. It does not depend on margin and leverage. No SL means you have infinite risk.
Hedging, grid trading, same as Martingale.
Martingale, Hedging and Grid : MHG - General - MQL5 programming forum 2016.12.20
Martingale, guaranteed to blow your account eventually. If it's not profitable without, it is definitely not profitable with.
Martingale vs. Non Martingale (Simplified RoR vs Profit and the Illusions) - MQL5 programming forum 2015.02.11
Why it won't work: Calculate Loss from Lot Pips - MQL5 programming forum 2017.07.11
Naresh kumar:
I'm working on mql4. May be I can set the stop loss for 1000pips. But I want to open a consecutive order, based off distance, followed by the first order (without closing the first order) and close all orders when it makes profits. How do I do it?
Keith Watford:
It's for mql4
mq5 ????

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
Hi all,
I am trying to write script for opening additional orders instead of setting stoploss. For example: 1 Buy Order is placed and it is going loss, if openprice is reaches the distance (eg:300pips), it will open another buy order. Then, Order 2 is making profit more than account balance or certain percentage, both orders will get closed on profit. My script is placing consecutive orders, but it is not closing the orders. Please help me correct it.