NexusFi: Find Your Edge


Home Menu

 





Strategy buy/sell problems


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,329 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

Strategy buy/sell problems

  #1 (permalink)
joeyjoeyjoeeey
Minneapolis
 
Posts: 4 since Nov 2016
Thanks Given: 1
Thanks Received: 0

Hello Traders!

I am writing a simple strategy to automate trades on the Emini. I am using a demo account on Apex Trader to test this out and am having trouble translating the buy/sell orders.

Right now I am using this code:

if CurrentShares = 0 then
Buy ("test buy") 10 Contracts next bar at 2207 Limit;
SetStopLoss(6000);
SetProfitTarget(10000);
Print("entry price: ", EntryPrice);
Print("current contracts: ", CurrentContracts);
Print("market pos: ", MarketPosition);



Basically my problem is that when I look under "Strategy Orders" I see the order went through and I have my stop and profit orders pending. Also the log shows my entry price, 10 current contracts and market position is equal to 1 (all after the buy). But when I look at "Positions" in Apex I have none. When I look at order reports I also see that I have my stop/profit orders as working/pending but the original buy is not there.

Is this because I am using a demo account or is something not translating between EasyLanguage and the platform? I have only been using EasyLanguage for about 2 months so maybe I am not grasping the language quite well enough yet,

I greatly appreciate any and all help! Thank you very much.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,433 since Apr 2013
Thanks Given: 481
Thanks Received: 1,627


joeyjoeyjoeeey,

if the code log and strategy orders show that the orders went through it sounds like everything worked. You might want to make sure that you are looking at the correct account in Apex and also contact their support to make sure the positions should actually be displayed there.

Regards,

ABCTG

Follow me on Twitter Reply With Quote




Last Updated on November 30, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts