Forum on trading, automated trading systems and testing trading strategies
Script for pending order depending on candle opening price
angevoyageur, 2014.02.24 16:20
If you can't find what you need in the Codebase or the Market, then create a request in Jobs Service.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
I need a help to make my strategy in EA.
Is it possible to custom the size of lot right after a position get closed in loss?
for example
if Lot_1 is closed in loss, then open Lot_2
if the Lot_2 is closed in loss, then open Lot_3
if the Lot_3 is closed in loss, then open Lot_4
if the Lot_4 is closed in loss, then open Lot_5
if the Lot_5 is closed in loss, then open Lot_6
if the Lot_6 is closed in loss, then open Lot_7
if the Lot_7 is closed in loss, then open Lot_8
if the Lot_8 is closed in loss, then open Lot_9
and so
and if any position get closed in profit keep using Lot_1 till next loss
I tried and searched for a time but couldn't find a solution. Please help.