Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Indo Run 1.5 - help me to add this code in to indo run ...


Recommended Posts

Posted

Indo run keeps opening new orders, to save the account being blown by Draw Down, I want to limit it, when the Margin is greater than 10% of Account balance, new orders should not be sent, so I created a code but it seems to be not working , indo run disables when I put it .. can you tell me where to put this code. and is this code correct ? Thanks friends. :)

 

if (!(AccountMargin >= (AccountBalance/10) ))

 

{

 

order executing code here

 

}

  • 1 year later...
Posted

if (!(AccountFreeMargin() >= (AccountBalance()/10) ))

 

{// very low free margin

 

order executing code here

 

} else { // good margin}

 

 

 

AccountBalance() and AccountFreeMargin() are functions

  • 4 months later...
Guest FloridaTrader
Posted
Indo run keeps opening new orders, to save the account being blown by Draw Down, I want to limit it, when the Margin is greater than 10% of Account balance, new orders should not be sent, so I created a code but it seems to be not working , indo run disables when I put it .. can you tell me where to put this code. and is this code correct ? Thanks friends. :)

 

if (!(AccountMargin >= (AccountBalance/10) ))

 

{

 

order executing code here

 

}

 

any one ??

 

New guy, you don't need to bump the thread if no one replied to your thread 4 hours later. Read the rules on post inflation count and learn patience. X_X

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...