Advertisement
Manoj-verma

FXCM Syntax

Jul 23rd, 2020 (edited)
1,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. We are supported automation FXCM Trading with Tradingview (Nextlevelbot.com)
  2.  
  3. ====================================== Open Positions Order==========================================
  4. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5. Buy or Sell Order Below
  6. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"BUY","TIF":"FOK"}]
  8. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"SELL","TIF":"FOK"}]
  9.  
  10. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. Buy or Sell with Stop Loss & Percentage Order Below
  12. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"BUY","SL":"-10%","TIF":"FOK"}]
  14. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"SELL","SL":"+10%","TIF":"FOK"}]
  15.  
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. Buy or Sell with Stop Loss & Without Percentage Order Below
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"BUY","SL":"-0.5","TIF":"FOK"}]
  20. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"SELL","SL":"+0.5","TIF":"FOK"}]
  21.  
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. Buy or Sell with Stop Loss and TSL Order Below
  24. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"BUY","SL":"-0.5","TSL":"20","TIF":"FOK"}]
  26. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"BUY","SL":"+0.5","TSL":"20","TIF":"FOK"}]
  27.  
  28. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  29. Buy or Sell with Stop Loss and Take profit & Percentage Order Below
  30. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  31. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"BUY","SL":"-5%","LIMIT":"+10%","TIF":"FOK"}]
  32. [{"V":"OD","TS":"EUR/USD","Q":"1","TT":"SELL","SL":"+5%","LIMIT":"-10%","TIF":"FOK"}]
  33.  
  34. ====================================== Entry Order==========================================
  35. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"BUY","PR":"-10%","TIF":"GTC"}]
  36. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"SELL","PR":"+10%","TIF":"GTC"}]
  37.  
  38. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"BUY","PR":"-5%","SL":"-10%","TIF":"GTC"}]
  39. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"SELL","PR":"+5%","SL":"+10%","TIF":"GTC"}]
  40.  
  41. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"BUY","PR":"-5%","SL":"-10%","LIMIT":"+10%","TIF":"GTC"}]
  42. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"SELL","PR":"+5%","SL":"+10%","LIMIT":"-10%","TIF":"GTC"}]
  43.  
  44. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"BUY","PR":"-0.15","TIF":"GTC"}]
  45. [{"V":"EO","TS":"EUR/USD","Q":"1","TT":"SELL","PR":"+0.15","TIF":"GTC"}]
  46.  
  47. ================================== Cancel Order ==============================================
  48.  
  49. [{"CANCEL":"CANCEL"}]
  50. [{"CANCEL":"CANCEL","TS":"EUR/USD"}]
  51.  
  52. ================================== Close Posstions ==============================================
  53. [{"CLOSE":"CLOSE"}]
  54. [{"CLOSE":"CLOSE","TS":"EUR/USD"}]
  55.  
  56. [{"CLOSE":"CLOSE","TT":"BUY","TS":"EUR/USD"}]
  57. [{"CLOSE":"CLOSE","TT":"SELL","TS":"EUR/USD"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement