NexusFi: Find Your Edge


Home Menu

 





Strategy buy/sell problems


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,331 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
MC PL editor upgrade
MultiCharts
What broker to use for trading palladium futures
Commodities
Cheap historycal L1 data for stocks
Stocks and ETFs
REcommedations for programming help
Sierra Chart
 
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629


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