Scripts: Pending orders DOWN - page 6

 

how to change  this scripts lots size because it usually remain 0.01 even when i change the input value to another lots size

 
ABRAHAM145 #:

how to change  this scripts lots size because it usually remain 0.01 even when i change the input value to another lots size

version   "1.003"

Files:
 
Vladimir Karputov #:

version   "1.003"

where can i get for pending orders up ver 1.003?

 
Vladimir Karputov # In this code, instead of"m_symbol.LotsMin()" put"InpLots":

Hi, the code is great, but look I made the modification you suggest but anyway the pending orders are still opened at the minimum lotting, what can I be doing wrong?
 
ok it does what it should. and that is far more than I have seen in other scribts. but I can't change the size of the order ?
 
How to mix sell stop and buy stop pending orders script over. ver "1.004"
 
If you can increase the lot for each pending order, your profits will increase
 

Can you change the script code to add when the order will be cancelled?

Example: put the Expiry of the order in the input parameters.

Input parameters

  • Gap for pending orders UP from the current price (in pips) - the gap from the current price to place the first pending order.
  • Step between orders UP (in pips ) - distance between pending orders.
  • Type of pending orders UP - type of pending order (can be Buy Stop or Sell Limit).
  • UP quantity - number of orders to be placed .
  • Lots - volume of each pending order .
  • Stop Loss (in pips).
  • Take Profit (in pips).
  • !!!!(Order expiry)!!!!
Thank you in advance for your help.