NexusFi: Find Your Edge


Home Menu

 





Pair trading Profit Loss


Discussion in NinjaTrader

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




 
Search this Thread

Pair trading Profit Loss

  #1 (permalink)
 
ural01's Avatar
 ural01 
Colorado Springs, CO
 
Experience: Master
Platform: NinjaTrader
Broker: GAIN CAPITAL
Trading: Currency Futures
Posts: 24 since Mar 2010
Thanks Given: 9
Thanks Received: 0

Hello !!! i have a problem with pair trading strategy that after disconnect to IB wont close profit or stop positions

if (CurrentBars[0] < BarsRequiredToTrade || CurrentBars[1] < BarsRequiredToTrade)
return;

if (
PositionsAccount[0].MarketPosition == MarketPosition.Flat &&
PositionsAccount[1].MarketPosition == MarketPosition.Flat &&
myCci[0] <= myBuyLevel[0])

{
if (BarsInProgress ==0 || BarsInProgress ==1)
BuyOrder = EnterLong(0,Convert.ToInt32(FrontLegLot), "");
SellOrder = EnterShort(1,Convert.ToInt32(BackLegLot), "");
}
/////////////////////////////// Exit Buy Order ////////////////////////////////////

if (
PositionsAccount[0].MarketPosition == MarketPosition.Long &&
PositionsAccount[1].MarketPosition == MarketPosition.Short &&
((Closes[0][0] - PositionsAccount[0].AveragePrice) + (Closes[1][0] - PositionsAccount[1].AveragePrice) > Profit * TickSize ||
(Closes[0][0] - PositionsAccount[0].AveragePrice) + (Closes[1][0] - PositionsAccount[1].AveragePrice) < -Stop * TickSize))

{
if (BarsInProgress ==0 || BarsInProgress ==1)
ExitLong(0, FrontLegLot, "Exit Buy", "");
ExitShort(1, BackLegLot, "Exit Sell", "");

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Footprint for strategy Builder
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
Better Renko Gaps
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
43 thanks
Just another trading journal: PA, Wyckoff & Trends
22 thanks
Trading with Intuition
18 thanks
Self sabotage reframed
15 thanks
GFIs1 1 DAX trade per day journal
9 thanks




Last Updated on March 29, 2020


© 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